Searched refs:ix1 (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/ |
H A D | e_sqrt.c | 115 u_int32_t r,t1,s1,ix1,q1; local 117 EXTRACT_WORDS(ix0,ix1,x); 126 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */ 137 ix0 |= (ix1>>11); ix1 <<= 21; 141 ix0 |= (ix1>>(32-i)); 142 ix1 <<= i; 147 ix0 += ix0 + ((ix1&sign)>>31); 148 ix1 += ix1; [all...] |
H A D | math_private.h | 25 ix1 = *((1-n0)+(int*)&x); * low word of x * 72 #define EXTRACT_WORDS(ix0,ix1,d) \ 77 (ix1) = ew_u.parts.lsw; \ 100 #define INSERT_WORDS(d,ix0,ix1) \ 104 iw_u.parts.lsw = (ix1); \
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMouseHandler.cpp | 862 int ix1 = viewportRectangle.left() + 1; local 869 if (relativePos.x() == ix1) 872 p.setX(ix1 + 1);
|
Completed in 788 milliseconds