/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 */
|
e_coshl.c | 40 static const volatile long double huge = 0x1p10000L, tiny = 0x1p-10000L;
|
s_remquof.c | 108 if (y < 0x1p-125f) {
|
catrig.c | 48 FOUR_SQRT_MIN = 0x1p-509, /* >= 4 * sqrt(DBL_MIN) */ 56 SQRT_MIN = 0x1p-511; /* >= sqrt(DBL_MIN) */ 61 tiny = 0x1p-100;
|
catrigf.c | 61 FOUR_SQRT_MIN = 0x1p-61, 69 SQRT_MIN = 0x1p-63; 73 tiny = 0x1p-100;
|
e_fmodl.c | 143 ux.e *= 0x1p-512;
|
s_remquo.c | 141 if (y < 0x1p-1021) {
|
s_tanhl.c | 134 return (x == 0 ? x : (0x1p200 * x - x) * 0x1p-200);
|
/external/valgrind/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...] |
/external/pdfium/xfa/src/fxbarcode/common/ |
BC_CommonPerspectiveTransform.h | 32 FX_FLOAT x1p,
|
BC_CommonPerspectiveTransform.cpp | 56 FX_FLOAT x1p,
65 SquareToQuadrilateral(x0p, y0p, x1p, y1p, x2p, y2p, x3p, y3p));
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_expl.c | 46 tiny = 0x1p-10000L; 49 twom10000 = 0x1p-10000L; 82 } else if (ix < BIAS - 114) { /* |x| < 0x1p-114 */ 116 * Setting T3 to 0 would require the |x| < 0x1p-113 condition to appear 240 if (ix < BIAS - 113) { /* |x| < 0x1p-113 */ 243 (0x1p200 * x + fabsl(x)) * 0x1p-200);
|
s_erfl.c | 28 static const volatile long double tiny = 0x1p-10000L; 210 if(ax < 0x1p-40L) { 211 if(ax < 0x1p-16373L) 271 if(ax < 0x1p-34L)
|
/frameworks/base/libs/hwui/utils/ |
VectorDrawableUtils.cpp | 190 double x1p = (x1 * cosTheta + y1 * sinTheta) / a; local 194 double dx = x0p - x1p; 196 double xm = (x0p + x1p) / 2; 227 double eta1 = atan2((y1p - cy), (x1p - cx));
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
PathParser.java | 609 double x1p = (x1 * cosTheta + y1 * sinTheta) / a; local 613 double dx = x0p - x1p; 615 double xm = (x0p + x1p) / 2; 646 double eta1 = Math.atan2((y1p - cy), (x1p - cx));
|
/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;
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
PathParser_Delegate.java | 710 double x1p = (x1 * cosTheta + y1 * sinTheta) / a; local 712 LOGGER.log(Level.FINE, "unit space (" + x0p + "," + y0p + ")-(" + x1p 715 double dx = x0p - x1p; 717 double xm = (x0p + x1p) / 2; 750 double eta1 = Math.atan2((y1p - cy), (x1p - cx)); 752 + (x1p - cx) + ") = " + Math.toDegrees(eta1)); [all...] |