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

  /external/compiler-rt/test/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))
  /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/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;
  /external/compiler-rt/test/Unit/ppc/
floatunditf_test.h     [all...]
  /external/zxing/core/
core.jar 

Completed in 825 milliseconds