HomeSort by relevance Sort by last modified time
    Searched defs:ux (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_copysignl.c 36 union IEEEl2bits ux, uy; local
38 ux.e = x;
40 ux.bits.sign = uy.bits.sign;
41 return (ux.e);
s_nextafterl.c 37 union IEEEl2bits ux, uy; local
39 ux.e = x;
42 if ((ux.bits.exp == 0x7fff &&
43 ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl) != 0) ||
49 ux.bits.manh = 0; /* return +-minsubnormal */
50 ux.bits.manl = 1;
51 ux.bits.sign = uy.bits.sign;
52 t = ux.e*ux.e
    [all...]
s_modfl.c 60 union IEEEl2bits ux; local
63 ux.e = x;
64 e = ux.bits.exp - LDBL_MAX_EXP + 1;
67 *iptr = zero[ux.bits.sign];
70 if ((GETFRAC(ux.bits.manh, HIBITS - 1 - e) |
71 ux.bits.manl) == 0) { /* X is an integer. */
73 return (zero[ux.bits.sign]);
76 ux.bits.manh >>= HIBITS - 1 - e;
77 ux.bits.manh <<= HIBITS - 1 - e;
78 ux.bits.manl = 0
    [all...]
e_atan2l.c 49 union IEEEl2bits ux, uy; local
57 ux.e = x;
58 expsignx = ux.xbits.expsign;
62 ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)!=0) || /* x is NaN */
66 if (expsignx==BIAS && ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)==0)
80 if(exptx==0 && ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)==0)
e_fmodl.c 67 union IEEEl2bits ux, uy; local
73 ux.e = x;
75 sx = ux.bits.sign;
79 (ux.bits.exp == BIAS + LDBL_MAX_EXP) || /* or x not finite */
83 if(ux.bits.exp<=uy.bits.exp) {
84 if((ux.bits.exp<uy.bits.exp) ||
85 (ux.bits.manh<=uy.bits.manh &&
86 (ux.bits.manh<uy.bits.manh ||
87 ux.bits.manl<uy.bits.manl))) {
90 if(ux.bits.manh==uy.bits.manh && ux.bits.manl==uy.bits.manl)
    [all...]
s_remquol.c 70 union IEEEl2bits ux, uy; local
76 ux.e = x;
78 sx = ux.bits.sign;
80 ux.bits.sign = 0; /* |x| */
82 x = ux.e;
86 (ux.bits.exp == BIAS + LDBL_MAX_EXP) || /* or x not finite */
90 if(ux.bits.exp<=uy.bits.exp) {
91 if((ux.bits.exp<uy.bits.exp) ||
92 (ux.bits.manh<=uy.bits.manh &&
93 (ux.bits.manh<uy.bits.manh |
    [all...]
  /external/qemu/util/
oslib-win32.c 212 unsigned ux = (unsigned)x; local
213 while (ux) {
214 if (ux & 1)
216 ux >>= 1;
  /external/chromium_org/base/numerics/
safe_math_impl.h 119 UnsignedDst ux = static_cast<UnsignedDst>(x); local
121 UnsignedDst uresult = ux + uy;
125 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
142 UnsignedDst ux = static_cast<UnsignedDst>(x); 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
131 tx = ux * m0
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
131 tx = ux * m0
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 54 float ux = sy * fz - sz * fy; local
60 m[1] = ux;
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 161 float ux = sy * fz - sz * fy; local
167 d[1] = ux;
  /external/chromium_org/third_party/WebKit/Source/platform/
CheckedInt.h 373 typename UnsignedType<T>::Type ux = x; local
375 typename UnsignedType<T>::Type result = ux + uy;
388 typename UnsignedType<T>::Type ux = x; local
390 typename UnsignedType<T>::Type result = ux - uy;
  /external/chromium_org/v8/src/base/
safe_math_impl.h 149 UnsignedDst ux = static_cast<UnsignedDst>(x); local
151 UnsignedDst uresult = ux + uy;
155 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
172 UnsignedDst ux = static_cast<UnsignedDst>(x); local
174 UnsignedDst uresult = ux - uy;
178 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 68 float ux = sy * fz - sz * fy; local
74 m[1] = ux;
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 65 float ux = sy * fz - sz * fy; local
71 m[1] = ux;
  /external/chromium_org/third_party/icu/source/common/
rbbitblb.cpp 636 int32_t ux = 0; local
647 ux = ix;
668 ux = fDStates->size()-1;
672 T->fDtran->setElementAt(ux, a);
    [all...]
  /external/icu/icu4c/source/common/
rbbitblb.cpp 636 int32_t ux = 0; local
647 ux = ix;
668 ux = fDStates->size()-1;
672 T->fDtran->setElementAt(ux, a);
    [all...]
  /external/pixman/pixman/
pixman-bits-image.c 153 pixman_fixed_t ux_top, ux_bottom, ux; local
174 ux = ux_top = ux_bottom = bits->common.transform->matrix[0][0];
204 ux_top = ux;
217 ux_bottom = ux;
271 x += ux;
291 x += ux;
318 x += ux;
342 x += ux;
572 pixman_fixed_t ux, uy; local
586 ux = image->common.transform->matrix[0][0]
665 pixman_fixed_t ux, uy, uw; local
748 pixman_fixed_t ux, uy; local
884 pixman_fixed_t ux, uy; local
1038 pixman_fixed_t ux, uy; local
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 727 float ux = sy * fz - sz * fy; local
732 rm[rmOffset + 1] = ux;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 1648 float ux = dudx * scaling; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1648 float ux = dudx * scaling; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 1659 GLfloat ux = dudx * scaling; local
1780 GLfloat ux = dudx * scaling; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 1659 GLfloat ux = dudx * scaling; local
1780 GLfloat ux = dudx * scaling; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 1528 milliseconds

1 2