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

1 2 3 4 5 6 7 8 910

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_remainderf.c 29 u_int32_t sx; local
34 sx = hx&0x80000000;
63 SET_FLOAT_WORD(x,hx^sx);
s_rintf.c 34 int32_t i0,j0,sx; local
37 sx = (i0>>31)&1;
42 STRICT_ASSIGN(float,w,TWO23[sx]+x);
43 t = w-TWO23[sx];
45 SET_FLOAT_WORD(t,(i0&0x7fffffff)|(sx<<31));
48 STRICT_ASSIGN(float,w,TWO23[sx]+x);
49 return w-TWO23[sx];
e_remainder.c 38 u_int32_t sx,lx,lp; local
43 sx = hx&0x80000000;
73 SET_HIGH_WORD(x,hx^sx);
s_rint.c 40 int32_t i0,j0,sx; local
44 sx = (i0>>31)&1;
53 STRICT_ASSIGN(double,w,TWO52[sx]+x);
54 t = w-TWO52[sx];
56 SET_HIGH_WORD(t,(i0&0x7fffffff)|(sx<<31));
66 * w = TWO52[sx]+x, adjust the 0.25 bit to a lower
86 STRICT_ASSIGN(double,w,TWO52[sx]+x);
87 return w-TWO52[sx];
e_fmod.c 31 int32_t n,hx,hy,hz,ix,iy,sx,i; local
36 sx = hx&0x80000000; /* sign of x */
37 hx ^=sx; /* |x| */
47 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
101 return Zero[(u_int32_t)sx>>31];
110 return Zero[(u_int32_t)sx>>31];
117 INSERT_WORDS(x,hx|sx,lx);
124 lx = (hx<<(32-n))|(lx>>n); hx = sx;
126 lx = hx>>(n-32); hx = sx;
128 INSERT_WORDS(x,hx|sx,lx)
    [all...]
e_fmodf.c 33 int32_t n,hx,hy,hz,ix,iy,sx,i; local
37 sx = hx&0x80000000; /* sign of x */
38 hx ^=sx; /* |x| */
47 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
80 return Zero[(u_int32_t)sx>>31];
89 return Zero[(u_int32_t)sx>>31];
96 SET_FLOAT_WORD(x,hx|sx);
100 SET_FLOAT_WORD(x,hx|sx);
s_remquo.c 34 int32_t n,hx,hy,hz,ix,iy,sx,i; local
40 sx = hx&0x80000000; /* sign of x */
41 hx ^=sx; /* |x| */
55 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
119 return Zero[(u_int32_t)sx>>31];
151 SET_HIGH_WORD(x,hx^sx);
s_remquof.c 32 int32_t n,hx,hy,hz,ix,iy,sx,i; local
38 sx = hx&0x80000000; /* sign of x */
39 hx ^=sx; /* |x| */
50 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
93 return Zero[(u_int32_t)sx>>31];
118 SET_FLOAT_WORD(x,hx^sx);
  /device/asus/flo/camera/hdr/include/
morpho_rect_int.h 19 int sx; /**< left */ member in struct:__anon1929
27 (rect)->sx=(l);\
  /device/lge/mako/camera/hdr/include/
morpho_rect_int.h 19 int sx; /**< left */ member in struct:__anon2310
27 (rect)->sx=(l);\
  /external/clang/test/CXX/class/class.nest/
p1-cxx0x.cpp 5 static int sx; member in class:Outer
11 static char b[sizeof(sx)]; // okay
p1.cpp 5 static int sx; member in class:Outer
11 static char b[sizeof(sx)]; // okay
  /hardware/qcom/camera/hdr/include/
morpho_rect_int.h 19 int sx; /**< left */ member in struct:__anon33366
27 (rect)->sx=(l);\
  /external/fdlibm/
e_remainder.c 40 unsigned sx,lx,lp; local
47 sx = hx&0x80000000;
75 __HI(x) ^= sx;
s_rint.c 43 int i0,j0,sx; local
47 sx = (i0>>31)&1;
57 w = TWO52[sx]+x;
58 t = w-TWO52[sx];
60 __HI(t) = (i0&0x7fffffff)|(sx<<31);
82 w = TWO52[sx]+x;
83 return w-TWO52[sx];
e_fmod.c 35 int n,hx,hy,hz,ix,iy,sx,i; local
42 sx = hx&0x80000000; /* sign of x */
43 hx ^=sx; /* |x| */
53 return Zero[(unsigned)sx>>31]; /* |x|=|y| return x*0*/
107 return Zero[(unsigned)sx>>31];
116 return Zero[(unsigned)sx>>31];
123 __HI(x) = hx|sx;
131 lx = (hx<<(32-n))|(lx>>n); hx = sx;
133 lx = hx>>(n-32); hx = sx;
135 __HI(x) = hx|sx;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.h 46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.h 81 float sx = fM[0]; local
90 uv->fX = sx * xy->fX + kx * xy->fY + tx;
  /external/mesa3d/src/gallium/state_trackers/vega/
path.h 46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
  /external/skia/src/gpu/
GrPathUtils.h 81 float sx = fM[0]; local
90 uv->fX = sx * xy->fX + kx * xy->fY + tx;
  /frameworks/base/core/jni/android/opengl/
poly.h 35 float sx, sy, sz, sw; /* screen space position (sometimes homo.) */ member in struct:android::__anon31835
  /external/chromium_org/third_party/skia/src/effects/
Sk1DPathEffect.cpp 86 SkScalar sx = src[i].fX; local
89 if (!meas.getPosTan(dist + sx, &pos, &tangent)) {
96 pt.set(sx, sy);
98 matrix.preTranslate(-sx, 0);
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 63 S<L'x'_id> sx; variable
  /external/skia/src/effects/
Sk1DPathEffect.cpp 86 SkScalar sx = src[i].fX; local
89 if (!meas.getPosTan(dist + sx, &pos, &tangent)) {
96 pt.set(sx, sy);
98 matrix.preTranslate(-sx, 0);
  /external/skia/tests/
ClampRangeTest.cpp 115 SkFixed sx = rand.nextS() >> 1; local
117 SkFixed dx = (sx - fx) / count;

Completed in 1192 milliseconds

1 2 3 4 5 6 7 8 910