Searched defs:two_over_pi (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_rem_pio2.c39 static const int two_over_pi[] = { variable
41 static int two_over_pi[] = {
184 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp431 static const int two_over_pi[] = { variable
560 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);

Completed in 169 milliseconds