/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_copysignl.c | 36 union IEEEl2bits ux, uy; local 39 uy.e = y; 40 ux.bits.sign = uy.bits.sign;
|
s_nextafterl.c | 37 union IEEEl2bits ux, uy; local 40 uy.e = y; 44 (uy.bits.exp == 0x7fff && 45 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl) != 0)) 51 ux.bits.sign = uy.bits.sign;
|
s_nexttoward.c | 35 union IEEEl2bits uy; local 42 uy.e = y; 45 (uy.bits.exp == 0x7fff && 46 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl) != 0)) 50 INSERT_WORDS(x,uy.bits.sign<<31,1); /* return +-minsubnormal */
|
s_nexttowardf.c | 26 union IEEEl2bits uy; local 32 uy.e = y; 35 (uy.bits.exp == LDBL_INFNAN_EXP && 36 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl) != 0)) 40 SET_FLOAT_WORD(x,(uy.bits.sign<<31)|1);/* return +-minsubnormal */
|
e_atan2l.c | 49 union IEEEl2bits ux, uy; local 54 uy.e = y; 55 expsigny = uy.xbits.expsign; 64 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)!=0)) /* y is NaN */ 71 if(expty==0 && ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)==0) {
|
e_fmodl.c | 67 union IEEEl2bits ux, uy; local 74 uy.e = y; 78 if((uy.bits.exp|uy.bits.manh|uy.bits.manl)==0 || /* y=0 */ 80 (uy.bits.exp == BIAS + LDBL_MAX_EXP && 81 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)!=0)) /* or y is NaN */ 83 if(ux.bits.exp<=uy.bits.exp) { 84 if((ux.bits.exp<uy.bits.exp) | [all...] |
s_remquol.c | 70 union IEEEl2bits ux, uy; local 77 uy.e = y; 79 sxy = sx ^ uy.bits.sign; 81 uy.bits.sign = 0; /* |y| */ 85 if((uy.bits.exp|uy.bits.manh|uy.bits.manl)==0 || /* y=0 */ 87 (uy.bits.exp == BIAS + LDBL_MAX_EXP && 88 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)!=0)) /* or y is NaN * [all...] |
/external/mesa3d/src/mesa/math/ |
m_norm_tmp.h | 63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local 64 tx = ux * m0 + uy * m1 + uz * m2; 65 ty = ux * m4 + uy * m5 + uz * m6; 66 tz = ux * m8 + uy * m9 + uz * m10; 92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local 93 tx = ux * m0 + uy * m1 + uz * m2; 94 ty = ux * m4 + uy * m5 + uz * m6; 95 tz = ux * m8 + uy * m9 + uz * m10; 130 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local 132 ty = uy * m5 157 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local 194 GLfloat ux = from[0], uy = from[1], uz = from[2]; local 226 GLfloat ux = from[0], uy = from[1], uz = from[2]; local 256 GLfloat ux = from[0], uy = from[1], uz = from[2]; local 286 GLfloat ux = from[0], uy = from[1], uz = from[2]; local [all...] |
/external/pdfium/third_party/base/numerics/ |
safe_math_impl.h | 122 UnsignedDst uy = static_cast<UnsignedDst>(y); local 123 UnsignedDst uresult = ux + uy; 127 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy)))) 145 UnsignedDst uy = static_cast<UnsignedDst>(y); local 146 UnsignedDst uresult = ux - uy; 150 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
gl_code.cpp | 55 float uy = sz * fx - sx * fz; local 65 m[5] = uy;
|
/cts/tests/openglperf2/jni/graphics/ |
Matrix.cpp | 162 float uy = sz * fx - sx * fz; local 172 d[5] = uy;
|
/external/libchrome/base/numerics/ |
safe_math_impl.h | 141 UnsignedDst uy = static_cast<UnsignedDst>(y); local 142 UnsignedDst uresult = ux + uy; 146 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy)))) 164 UnsignedDst uy = static_cast<UnsignedDst>(y); local 165 UnsignedDst uresult = ux - uy; 169 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
|
/external/libweave/third_party/chromium/base/numerics/ |
safe_math_impl.h | 140 UnsignedDst uy = static_cast<UnsignedDst>(y); local 141 UnsignedDst uresult = ux + uy; 145 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy)))) 163 UnsignedDst uy = static_cast<UnsignedDst>(y); local 164 UnsignedDst uresult = ux - uy; 168 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
|
/external/v8/src/base/ |
safe_math_impl.h | 150 UnsignedDst uy = static_cast<UnsignedDst>(y); local 151 UnsignedDst uresult = ux + uy; 155 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy)))) 173 UnsignedDst uy = static_cast<UnsignedDst>(y); local 174 UnsignedDst uresult = ux - uy; 178 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
|
/frameworks/native/opengl/tests/gl_basic/ |
gl_basic.cpp | 69 float uy = sz * fx - sx * fz; local 79 m[5] = uy;
|
/frameworks/native/opengl/tests/tritex/ |
tritex.cpp | 66 float uy = sz * fx - sx * fz; local 76 m[5] = uy;
|
/frameworks/base/opengl/java/android/opengl/ |
Matrix.java | 728 float uy = sz * fx - sx * fz; local 737 rm[rmOffset + 5] = uy;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 1650 float uy = dudy * scaling; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 1661 GLfloat uy = dudy * scaling; local 1782 GLfloat uy = dudy * scaling; local [all...] |