Home
last modified time | relevance | path

Searched refs:__LO (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/lang/StrictMath/
DFdlibmTranslit.java40 private static int __LO(double x) { in __LO() method in FdlibmTranslit
49 private static double __LO(double x, int low) { in __LO() method in FdlibmTranslit
103 if ((hx | __LO(x)) == 0) { in compute()
123 t = __LO(t, 0); in compute()
189 if (((ha & 0xfffff) | __LO(a)) == 0) { in compute()
192 if (((hb ^ 0x7ff00000) | __LO(b)) == 0) { in compute()
206 if ((hb | (__LO(b))) == 0) { in compute()
320 if (((hx & 0xfffff) | __LO(x)) != 0) { in compute()
/libcore/ojluni/src/main/native/
Dfdlibm.h44 #define __LO(x) *(int*)&x macro
49 #define __LO(x) *(1+(int*)&x) macro