|
|
|
|   |
|
|
| Last week most active authors |
| No posts for a week |
|
|
|
  |
|
|
|
|   |
| Last active threads |
BLOCK WAS VECTORIZED.
Started Fatemeh · Date: Sep 20, 2008 00:22 ·
4 post(s) |
Why is there something rather than nothing?
Started The Borg Queen · Date: Sep 19, 2008 18:17 ·
30 post(s) |
PASSING ARRAY FORTRAN DLL TO/FROM VBA EXCEL
Started kis · Date: Sep 19, 2008 08:28 ·
5 post(s) |
DX10 tutor7 Texture question
Started gd · Date: Sep 17, 2008 06:30 ·
6 post(s) |
If Occam had have realized reincarnation...
Started bigfletch8 · Date: Sep 16, 2008 19:55 ·
4 post(s) |
OT: Determining the size of plotting area
Started Robert Singer · Date: Sep 16, 2008 19:28 ·
14 post(s) |
US-NY: New York-Mgr-Housekeeping
Started JobCircle.Com · Date: Sep 15, 2008 14:21 ·
1 post(s) |
Re: éœ‰åœ‹æ°‘ä¸»é€ æˆçš„金èžå±æ©Ÿä¿‚世紀大ç½é›£
Started bakyimsing · Date: Sep 14, 2008 21:16 ·
17 post(s) |
The Corporate Control of Water Takes an Unexpected Twist
Started Zaroc Stone · Date: Sep 15, 2008 06:29 ·
6 post(s) |
first class passes and flexipasses
Started nowhere · Date: Sep 12, 2008 01:00 ·
16 post(s) |
|
| Last week hot threads |
| No posts for a week |
|
|
|
|
  |
| Latest posts |
Re: BLOCK WAS VECTORIZED.
Group: comp.lang.fortran · Group Profile · Search for multiply in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 20, 2008 09:28
...:ia32 on Windows.) SSE2 instead of x87, or something else? If you compare to x87 code with intermediate results in the 80 bit registers (64 bit significand) then the results might be different. There is a discussion on another list on the advantages of extra precision in floating point products. It would be nice to have a high-level language allowing for extra precision in multiply/add, such as generated by the x87. -- glen
Show full article (1.13Kb) |
Re: Why is there something rather than nothing?
Group: alt.philosophy · Group Profile · Search for multiply in alt.philosophy
Author: THE BORG
Date: Sep 19, 2008 23:03
... most sincerely pick up a mobile phone and gabber gabber gabber and miss the entire thing in order to join a bunch of wanking masturbating monkeys in some human global brain where the theory is that if one human is absolutely stupid - then a million absolutely stupid humans joined together are somehow going to be fantastically intelligent because it is absolutely stupid multiplied 1 million times = huge intelligence!!!! THE BORG
Show full article (2.22Kb) |
Re: PASSING ARRAY FORTRAN DLL TO/FROM VBA EXCEL
Group: comp.lang.fortran · Group Profile · Search for multiply in comp.lang.fortran
Author: e p chandler
Date: Sep 19, 2008 09:49
...create Fotran dll file and asked VBA to call it. A very simple example: Let's say we have a Fortran subroutine that multiplies all elements of an array by 10. Then, VBA Excel has an array as input and calls this (dll) fortran subroutine and will get the array multiplied by 10. I always fail to do so with array as input, however find no problem with single-valued variable. Look ...
Show full article (0.86Kb) |
PASSING ARRAY FORTRAN DLL TO/FROM VBA EXCEL
Group: comp.lang.fortran · Group Profile · Search for multiply in comp.lang.fortran
Author: kis
Date: Sep 19, 2008 08:28
... create Fotran dll file and asked VBA to call it. A very simple example: Let's say we have a Fortran subroutine that multiplies all elements of an array by 10. Then, VBA Excel has an array as input and calls this (dll) fortran subroutine and will get the array multiplied by 10. I always fail to do so with array as input, however find no problem with single-valued variable. Look forwards to ...
Show full article (0.52Kb) |
Re: DX10 tutor7 Texture question
Group: microsoft.public.win32.programmer.directx.graphics · Group Profile · Search for multiply in microsoft.public.win32.programmer.directx.graphics
Author: gd
Date: Sep 18, 2008 08:35
... for( UINT p = 0; p < techDesc.Passes; ++p ) { g_pTechnique->GetPassByIndex( p )->Apply( 0 ); g_pd3dDevice->DrawIndexed( 36, 0, 0 ); } you use the .fx file, which basically multiplies the vertices with the world / view / projection matrix, and then in the Pixel Shader applies the texture to it. If you want to render a second cube without any texturing you need to write another pass in ...
Show full article (1.35Kb) |
Re: DX10 tutor7 Texture question
Group: microsoft.public.win32.programmer.directx.graphics · Group Profile · Search for multiply in microsoft.public.win32.programmer.directx.graphics
Author: Anton Roth
Date: Sep 17, 2008 14:54
...( &techDesc ); for( UINT p = 0; p < techDesc.Passes; ++p ) { g_pTechnique->GetPassByIndex( p )->Apply( 0 ); g_pd3dDevice->DrawIndexed( 36, 0, 0 ); } you use the .fx file, which basically multiplies the vertices with the world / view / projection matrix, and then in the Pixel Shader applies the texture to it. If you want to render a second cube without any texturing you need to write another pass in the...
Show full article (1.06Kb) |
Re: If Occam had have realized reincarnation...
Group: alt.philosophy · Group Profile · Search for multiply in alt.philosophy
Author: Immortalist
Date: Sep 16, 2008 21:56
... states that the explanation of any phenomenon should make as few assumptions as possible, eliminating those that make no difference in the observable predictions of the explanatory hypothesis or theory: entities must not be multiplied beyond necessity. This is often paraphrased as "All other things being equal, the simplest solution is the best." In other words, when multiple competing theories are equal in other respects, the principle...
Show full article (2.60Kb) |
Re: OT: Determining the size of plotting area
Group: comp.lang.fortran · Group Profile · Search for multiply in comp.lang.fortran
Author: nospam
Date: Sep 16, 2008 20:38
... also known as truncation, or rounding up, instead of rounding to nearest). Doing internal writes is another way. For example, 5.*aint(x/5) should round down to a multiple of 5. I guess just determining the xmax and multiplying it by 1,1 and then rounding up could solve the dilemma, but I'm still interested to hear your opinion. The rounding part is simple, per above. I used to have some routines for doing auto scaling, from ...
Show full article (2.29Kb) |
OT: Determining the size of plotting area
Group: comp.lang.fortran · Group Profile · Search for multiply in comp.lang.fortran
Author: Robert Singer
Date: Sep 16, 2008 19:28
... xmax and the same for y, for the given array. That is not a problem. As far as I know fortran has no intristics for rounding numbers, so that would be one part of the problem. I guess just determining the xmax and multiplying it by 1,1 and then rounding up could solve the dilemma, but I'm still interested to hear your opinion. How do you determine the boundaries of the plotting area so it will work in a general case (you don't know if ...
Show full article (1.30Kb) |
US-NY: New York-Mgr-Housekeeping
Group: aol.neighborhood.nj.jerseycity · Group Profile · Search for multiply in aol.neighborhood.nj.jerseycity
Author: JobCircle.Com
Date: Sep 15, 2008 14:21
... to and understand information and ideas presented through spoken words and sentences. - Reading Comprehension - Understanding written sentences and paragraphs in work related documents. - Number Facility - The ability to add, subtract, multiply, or divide quickly and correctly. - Writing - Communicating effectively in writing as appropriate for the needs of the audience. - Basic Computer Skills - Using basic computer hardware and software (e.g.,...
Show full article (4.30Kb) |
|
|
|