0000000000000
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 14 articles for 0.000 sec
Re: Binding name     

Group: comp.lang.fortran · Group Profile · Search for 0000000000000 in comp.lang.fortran
Author: James Van Buskirk
Date: May 24, 2008 03:34

... C:\gcc_mingw64>SCALE_r10 Invoking SCALE... 2.5000000000000000000 20 2621440.0000000000000 ...survived! C:\gcc_mingw64>c:\gcc_equation\bin\gfortran -c SET_EXPONENT_r10.... C:\gcc_mingw64>SET_EXPONENT_r10 Invoking SET_EXPONENT... 2.5000000000000000000 20 2621440.0000000000000 ...survived! C:\gcc_mingw64>REM These real(10) functions fail to...
Show full article (10.73Kb) · Show article thread
Re: CMPLX and constant folding     

Group: comp.lang.fortran · Group Profile · Search for 0000000000000 in comp.lang.fortran
Author: James Van Buskirk
Date: May 9, 2008 17:24

...program test2 C:\gfortran\james\cmplx>gfortran test2.f90 -otest2 C:\gfortran\james\cmplx>test2 ( 1.7951958 , 4.61314012E+18) ( 1.7951958020513104000 , 0.0000000000000-(00000E-4933) ( 1.7951958020513104 , 4.61314012110932990E+018) ( 1.7951958020513104 , 2.6457513110645907 ) 16 12345678901234567890 Notice that extra parenthesis in the second line ...
Show full article (1.69Kb) · Show article thread
Re: [9fans] ip/ipconfig returns 'recved dhcpnak on /net'     

Group: comp.os.plan9 · Group Profile · Search for 0000000000000 in comp.os.plan9
Author: ron minnich
Date: Dec 25, 2007 22:29

....168.0.1 ether /net/ether0 192.168.0.4 255.255.255.0 you did not put in the ether mediatype. a search for the mac address with 'cat /net/ether0/addr' just produces 0000000000000 well, that is 'bad'. it can happen however, with certain stupid motherboards that put the ether mac into CMOS. I've had it happen. The BIOS very happily jams the garbage MAC address into hardware. Erik's...
Show full article (0.79Kb) · Show article thread
Re: [9fans] ip/ipconfig returns 'recved dhcpnak on /net'     

Group: comp.os.plan9 · Group Profile · Search for 0000000000000 in comp.os.plan9
Author: erik quanstrom
Date: Dec 19, 2007 06:22

...the box with Plan 9 on The gateway is a Netgear hard firewall and router, which is bridged into by a adsl modem. a search for the mac address with 'cat /net/ether0/addr' just produces 0000000000000 Could this be why the dhcp server is refusing to give out an address? How to correct this? I am running the Live CD (most recent version). you can^wshould be able to verify that this is...
Show full article (0.79Kb) · Show article thread
Re: [9fans] ip/ipconfig returns 'recved dhcpnak on /net'     

Group: comp.os.plan9 · Group Profile · Search for 0000000000000 in comp.os.plan9
Author: Federico G. Benavento
Date: Dec 19, 2007 04:03

> The gateway is a Netgear hard firewall and router, which is bridged into by a adsl modem. a search for the mac address with 'cat /net/ether0/addr' just produces 0000000000000 my guess is that the driver for youor nic is failing to set the mac addr. Federico G. Benavento --- /bin/fortune: Thank God I'm an atheist. -Aleister Crowley
Show full article (0.35Kb) · Show article thread
[9fans] ip/ipconfig returns 'recved dhcpnak on /net'     

Group: comp.os.plan9 · Group Profile · Search for 0000000000000 in comp.os.plan9
Author: Alasdair Reed
Date: Dec 19, 2007 04:00

... router usually asigns to the box with Plan 9 on The gateway is a Netgear hard firewall and router, which is bridged into by a adsl modem. a search for the mac address with 'cat /net/ether0/addr' just produces 0000000000000 Could this be why the dhcp server is refusing to give out an address? How to correct this? I am running the Live CD (most recent version). Thanks, Alasdair
Show full article (0.60Kb)
Re: formattazione float non ingegneristica     

Group: it.comp.lang.delphi · Group Profile · Search for 0000000000000 in it.comp.lang.delphi
Author: Antonio BIANCA
Date: Aug 13, 2007 01:18

...TForm1.Button1Click(Sender: TObject); var c : double; begin c := 0.00000024; formatfloat('0.0000000000000',c); edit1.text := floattostr(c); end; ora quello che riporta nell'edit è 2,...originario di c, non quello formattato; per ottenere quello che vuoi esegui edit1.text := formatfloat('0.0000000000000',c); NioBi --- posted by geoForum on http://www.delphiedintorni.it
Show full article (0.54Kb) · Show article thread
Re: formattazione float non ingegneristica     

Group: it.comp.lang.delphi · Group Profile · Search for 0000000000000 in it.comp.lang.delphi
Author: Luigi Siciliano
Date: Aug 12, 2007 00:29

Giorgio L. ha scritto: Salve a tutti, ho questo spezzone di codice: procedure TForm1.Button1Click(Sender: TObject); var c : double; begin c := 0.00000024; formatfloat('0.0000000000000',c); edit1.text := floattostr(c); end; ora quello che riporta nell'edit è 2,4E-7 io invece vorrei che mi riportasse il valore 0.00000024 non in formato ingegneristico.. ...
Show full article (0.55Kb) · Show article thread
formattazione float non ingegneristica     

Group: it.comp.lang.delphi · Group Profile · Search for 0000000000000 in it.comp.lang.delphi
Author: Giorgio L.
Date: Aug 11, 2007 11:00

Salve a tutti, ho questo spezzone di codice: procedure TForm1.Button1Click(Sender: TObject); var c : double; begin c := 0.00000024; formatfloat('0.0000000000000',c); edit1.text := floattostr(c); end; ora quello che riporta nell'edit è 2,4E-7 io invece vorrei che mi riportasse il valore 0.00000024 non in formato ingegneristico.. Come si vede dal codice ho provato a fare la ...
Show full article (0.50Kb)
Re: user-defined alignment in gfortran     

Group: comp.lang.fortran · Group Profile · Search for 0000000000000 in comp.lang.fortran
Author: Pierre Asselin
Date: May 29, 2007 16:51

... *, x end $ cat test2.c struct { double c[20]; } __attribute__((aligned(16))) coucou_= { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,12,13,14,15,16,17,18,19,20, }; $ gfortran test.f90 test2.c && ./a.out ( 1.00000000000000 , 2.00000000000000 ) <snip> ( 19.0000000000000 , 20.0000000000000 ) -- pa at panix dot com
Show full article (1.20Kb) · Show article thread
1 · 2 · next