Searched defs:__LO (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/include/
H A Dfdlibm.h45 #define __LO(x) *(int*)&x macro
50 #define __LO(x) *(1+(int*)&x) macro
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp53 # define __LO(x) *(int*)&x macro
56 # define __LO(x) *(1+(int*)&x) macro
91 lx = __LO(x);
185 lx = __LO(x); /* low word of x */
279 lx = __LO(x); /* low word of x */
396 if(((hx&0xfffff)|__LO(x))!=0)
517 hx = __HI(x); lx = __LO(x);
518 hy = __HI(y); ly = __LO(y);
618 __LO(t1) = 0;
640 __LO(s_
[all...]
H A DsharedRuntimeTrig.cpp73 # define __LO(x) *(int*)&x macro
76 # define __LO(x) *(1+(int*)&x) macro
100 lx = __LO(x);
676 __LO(qx) = 0;
745 if (((ix | __LO(x)) | (iy + 1)) == 0)
754 __LO(z) = 0;
757 __LO(t) = 0;
792 __LO(z) = 0;
795 __LO(t) = 0;

Completed in 36 milliseconds