HomeSort by relevance Sort by last modified time
    Searched refs:x1p (Results 1 - 25 of 25) sorted by null

  /external/compiler-rt/test/builtins/Unit/
comparedf2_test.c 149 {__builtin_nan(""),-0x1p+1,1,-1,-1,1,1,1,1},
151 {__builtin_nan(""),-0x1p-1022,1,-1,-1,1,1,1,1},
153 {__builtin_nan(""),-0x1p-1074,1,-1,-1,1,1,1,1},
156 {__builtin_nan(""),0x1p-1074,1,-1,-1,1,1,1,1},
158 {__builtin_nan(""),0x1p-1022,1,-1,-1,1,1,1,1},
160 {__builtin_nan(""),0x1p+0,1,-1,-1,1,1,1,1},
167 {-__builtin_inf(),-0x1p+1,-1,-1,-1,-1,-1,-1,0},
169 {-__builtin_inf(),-0x1p-1022,-1,-1,-1,-1,-1,-1,0},
171 {-__builtin_inf(),-0x1p-1074,-1,-1,-1,-1,-1,-1,0},
174 {-__builtin_inf(),0x1p-1074,-1,-1,-1,-1,-1,-1,0}
    [all...]
comparesf2_test.c 151 {__builtin_nanf(""),-0x1p-126f,1,-1,-1,1,1,1,1},
153 {__builtin_nanf(""),-0x1p-149f,1,-1,-1,1,1,1,1},
156 {__builtin_nanf(""),0x1p-149f,1,-1,-1,1,1,1,1},
158 {__builtin_nanf(""),0x1p-126f,1,-1,-1,1,1,1,1},
169 {-__builtin_inff(),-0x1p-126f,-1,-1,-1,-1,-1,-1,0},
171 {-__builtin_inff(),-0x1p-149f,-1,-1,-1,-1,-1,-1,0},
174 {-__builtin_inff(),0x1p-149f,-1,-1,-1,-1,-1,-1,0},
176 {-__builtin_inff(),0x1p-126f,-1,-1,-1,-1,-1,-1,0},
187 {-0x1.fffffep+127f,-0x1p-126f,-1,-1,-1,-1,-1,-1,0},
189 {-0x1.fffffep+127f,-0x1p-149f,-1,-1,-1,-1,-1,-1,0}
    [all...]
floatundisf_test.c 55 if (test__floatundisf(0x8000008000000000ULL, 0x1p+63F))
60 if (test__floatundisf(0x8000000000000000LL, 0x1p+63F))
62 if (test__floatundisf(0x8000000000000001LL, 0x1p+63F))
65 if (test__floatundisf(0xFFFFFFFFFFFFFFFELL, 0x1p+64F))
67 if (test__floatundisf(0xFFFFFFFFFFFFFFFFLL, 0x1p+64F))
floatundidf_test.c 70 if (test__floatundidf(0x8000000000000000LL, 0x1p+63))
72 if (test__floatundidf(0x8000000000000001LL, 0x1p+63))
floatuntisf_test.c 94 if (test__floatuntisf(0xFFFFFFFFFFFFFFFELL, 0x1p+64F))
96 if (test__floatuntisf(0xFFFFFFFFFFFFFFFFLL, 0x1p+64F))
  /ndk/sources/android/support/src/musl-math/
scalbnl.c 23 x *= 0x1p-16382L;
26 x *= 0x1p-16382L;
  /external/clang/test/Lexer/
hexfloat.cpp 3 float f = 0x1p+1; // expected-warning{{hexadecimal floating constants are a C99 feature}}
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbnl.c 42 tiny = 0x1p-16000L;
53 u.e *= 0x1p+128;
68 return u.e*0x1p-128;
s_exp2f.c 47 twom100 = 0x1p-100f;
116 } else if (ix <= 0x33000000) { /* |x| <= 0x1p-25 */
s_remquof.c 108 if (y < 0x1p-125f) {
e_fmodl.c 143 ux.e *= 0x1p-512;
s_remquo.c 141 if (y < 0x1p-1021) {
s_remquol.c 153 ux.e *= 0x1p-512;
s_exp2.c 48 twom1000 = 0x1p-1000;
363 } else if (ix < 0x3c900000) { /* |x| < 0x1p-54 */
  /external/valgrind/main/VEX/priv/
host_generic_maddf.c 278 *res = v.d * 0x1p-106;
284 *res = (a1 + u.d) * 0x1p-106;
287 /* If v.d * 0x1p-106 with round to zero is a subnormal above
288 or equal to DBL_MIN / 2, then v.d * 0x1p-106 shifts mantissa
291 v.d * 0x1p-106 never normalizes by shifting up,
302 v.d *= 0x1p-106;
304 *res = v.d - 0x1p-1074;
306 *res = v.d + 0x1p-1074;
308 *res = v.d * 0x1p-106;
312 *res = v.d * 0x1p-106
    [all...]
  /frameworks/base/core/java/android/util/
PathParser.java 564 double x1p = (x1 * cosTheta + y1 * sinTheta) / a; local
568 double dx = x0p - x1p;
570 double xm = (x0p + x1p) / 2;
601 double eta1 = Math.atan2((y1p - cy), (x1p - cx));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 138 double COS, SIN, x0p, y0p, x1p, y1p, pcx0, pcy0, pcx1, pcy1; local
147 x1p = (x1*COS + y1*SIN)/rh;
149 if (!find_unit_circles(x0p, y0p, x1p, y1p,
167 double COS, SIN, rot, x0p, y0p, x1p, y1p; local
180 x1p = (arc->x2*COS + arc->y2*SIN)/arc->a;
183 dx = x0p - x1p;
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 138 double COS, SIN, x0p, y0p, x1p, y1p, pcx0, pcy0, pcx1, pcy1; local
147 x1p = (x1*COS + y1*SIN)/rh;
149 if (!find_unit_circles(x0p, y0p, x1p, y1p,
167 double COS, SIN, rot, x0p, y0p, x1p, y1p; local
180 x1p = (arc->x2*COS + arc->y2*SIN)/arc->a;
183 dx = x0p - x1p;
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 48 twom10000 = 0x1p-10000L;
50 static volatile const long double tiny = 0x1p-10000L;
251 } else if (ix < BIAS - 114) { /* |x| < 0x1p-114 */
312 * Setting T3 to 0 would require the |x| < 0x1p-113 condition to appear
408 if (ix < BIAS - 113) { /* |x| < 0x1p-113 */
411 (0x1p200 * x + fabsl(x)) * 0x1p-200);
s_exp2l.c 44 twom10000 = 0x1p-10000L;
379 } else if (ix <= BIAS - 115) { /* |x| < 0x1p-115 */
  /ndk/sources/android/support/src/wcstox/
floatscan.c 319 if (fabs(y) >= CONCAT(0x1p, LDBL_MANT_DIG)) {
  /external/valgrind/main/none/tests/amd64/
fma.c     [all...]
  /ndk/sources/android/support/src/stdio/
vfprintf.c 368 long double round = CONCAT(0x1p,LDBL_MANT_DIG);
  /external/compiler-rt/test/builtins/Unit/ppc/
floatunditf_test.h     [all...]
  /external/zxing/core/
core.jar 

Completed in 419 milliseconds