Searched refs:__LO (Results 1 – 2 of 2) sorted by relevance
40 private static int __LO(double x) { in __LO() method in FdlibmTranslit49 private static double __LO(double x, int low) { in __LO() method in FdlibmTranslit103 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()
44 #define __LO(x) *(int*)&x macro49 #define __LO(x) *(1+(int*)&x) macro