HomeSort by relevance Sort by last modified time
    Searched defs:uy (Results 1 - 22 of 22) sorted by null

  /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/chromium_org/base/numerics/
safe_math_impl.h 120 UnsignedDst uy = static_cast<UnsignedDst>(y); local
121 UnsignedDst uresult = ux + uy;
125 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
143 UnsignedDst uy = static_cast<UnsignedDst>(y); local
144 UnsignedDst uresult = ux - uy;
148 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
  /external/chromium_org/third_party/mesa/src/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/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...]
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 55 float uy = sz * fx - sx * fz; local
65 m[5] = uy;
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 162 float uy = sz * fx - sx * fz; local
172 d[5] = uy;
  /external/chromium_org/third_party/WebKit/Source/platform/
CheckedInt.h 374 typename UnsignedType<T>::Type uy = y; local
375 typename UnsignedType<T>::Type result = ux + uy;
389 typename UnsignedType<T>::Type uy = y; local
390 typename UnsignedType<T>::Type result = ux - uy;
  /external/chromium_org/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;
  /external/pixman/pixman/
pixman-bits-image.c 572 pixman_fixed_t ux, uy; local
587 uy = image->common.transform->matrix[1][0];
592 uy = 0;
607 y += uy;
665 pixman_fixed_t ux, uy, uw; local
680 uy = image->common.transform->matrix[1][0];
686 uy = 0;
716 y += uy;
748 pixman_fixed_t ux, uy; local
761 uy = image->common.transform->matrix[1][0]
884 pixman_fixed_t ux, uy; local
1038 pixman_fixed_t ux, uy; local
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 728 float uy = sz * fx - sx * fz; local
737 rm[rmOffset + 5] = uy;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 1650 float uy = dudy * scaling; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1650 float uy = dudy * scaling; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 1661 GLfloat uy = dudy * scaling; local
1782 GLfloat 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...]

Completed in 2018 milliseconds