Searched refs:pio2_3t (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_rem_pio2.c76 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
93 pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */ variable
158 w = fn*pio2_3t-((t-r)-w);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp461 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
474 pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */ variable
534 w = fn*pio2_3t-((t-r)-w);

Completed in 31 milliseconds