Home
last modified time | relevance | path

Searched refs:tiny (Results 1 – 25 of 110) sorted by relevance

12345

/external/fdlibm/
De_atan2.c49 tiny = 1.0e-300, variable
82 case 2: return pi+tiny;/* ieee_atan(+0,-anything) = pi */
83 case 3: return -pi-tiny;/* ieee_atan(-0,-anything) =-pi */
87 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
93 case 0: return pi_o_4+tiny;/* ieee_atan(+INF,+INF) */
94 case 1: return -pi_o_4-tiny;/* ieee_atan(-INF,+INF) */
95 case 2: return 3.0*pi_o_4+tiny;/*ieee_atan(+INF,-INF)*/
96 case 3: return -3.0*pi_o_4-tiny;/*ieee_atan(-INF,-INF)*/
102 case 2: return pi+tiny ; /* ieee_atan(+...,-INF) */
103 case 3: return -pi-tiny ; /* ieee_atan(-...,-INF) */
[all …]
De_pow.c76 tiny = 1.0e-300, variable
193 if(ix<=0x3fefffff) return (hy<0)? huge*huge:tiny*tiny;
194 if(ix>=0x3ff00000) return (hy>0)? huge*huge:tiny*tiny;
197 if(ix<0x3fefffff) return (hy<0)? s*huge*huge:s*tiny*tiny;
198 if(ix>0x3ff00000) return (hy>0)? s*huge*huge:s*tiny*tiny;
274 return s*tiny*tiny; /* underflow */
276 if(p_l<=z-p_h) return s*tiny*tiny; /* underflow */
Ds_scalbn.c31 tiny = 1.0e-300; variable
49 if (n< -50000) return tiny*x; /*underflow*/
59 else return tiny*ieee_copysign(tiny,x); /*underflow*/
Ds_tanh.c41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
79 z = one - tiny; /* raised inexact flag */
Ds_erf.c116 tiny = 1e-300, variable
225 if(hx>=0) return one-tiny; else return tiny-one;
296 if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 */
308 if(hx>0) return tiny*tiny; else return two-tiny;
De_sqrt.c86 static const double one = 1.0, tiny=1.0e-300; variable
88 static double one = 1.0, tiny=1.0e-300; variable
174 z = one-tiny; /* trigger inexact flag */
176 z = one+tiny;
Ds_expm1.c117 tiny = 1.0e-300, variable
156 if(x+tiny<0.0) /* raise inexact */
157 return tiny-one; /* return -1 */
Dreadme97 +-huge*huge, +-tiny*tiny, +-1.0/0.0, +-0.0/0.0
107 Similarly, ieee_exp(-huge) will be mapped to tiny*tiny to generate
/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h76 FX_FLOAT tiny = (yin - y1) / deltay; in clip_liang_barsky() local
78 if (tinx < tiny) { in clip_liang_barsky()
80 tin2 = tiny; in clip_liang_barsky()
82 tin1 = tiny; in clip_liang_barsky()
98 if(tinx > tiny) { in clip_liang_barsky()
102 *x++ = (T)(x1 + (deltax * tiny)); in clip_liang_barsky()
121 if(tinx > tiny) { in clip_liang_barsky()
/external/clang/test/CodeGen/
Dstruct-union-BE.c9 struct tiny { struct
18 struct tiny x; in fstr() argument
21 x = va_arg (ap, struct tiny); in fstr()
44 struct tiny x[3]; in foo()
Dsparcv9-abi.c102 struct tiny { struct
109 struct tiny f_tiny(struct tiny x) { in f_tiny() argument
119 struct tiny x = { 1 }; in call_tiny()
161 s += va_arg(ap, struct tiny).a; in f_variable()
/external/curl/tests/data/
Dtest21834 just some tiny teeny contents
52 just some tiny teeny contents
/external/v8/src/base/
Dieee754.cc1283 static volatile double tiny = 1.0e-300; in atan2() local
1314 return pi + tiny; /* atan(+0,-anything) = pi */ in atan2()
1316 return -pi - tiny; /* atan(-0,-anything) =-pi */ in atan2()
1320 if ((ix | lx) == 0) return (hy < 0) ? -pi_o_2 - tiny : pi_o_2 + tiny; in atan2()
1327 return pi_o_4 + tiny; /* atan(+INF,+INF) */ in atan2()
1329 return -pi_o_4 - tiny; /* atan(-INF,+INF) */ in atan2()
1331 return 3.0 * pi_o_4 + tiny; /*atan(+INF,-INF)*/ in atan2()
1333 return -3.0 * pi_o_4 - tiny; /*atan(-INF,-INF)*/ in atan2()
1342 return pi + tiny; /* atan(+...,-INF) */ in atan2()
1344 return -pi - tiny; /* atan(-...,-INF) */ in atan2()
[all …]
/external/bison/lib/
Dtimevar.c479 const float tiny = 5e-3; local
492 if (tv->elapsed.user < tiny
493 && tv->elapsed.sys < tiny
494 && tv->elapsed.wall < tiny)
/external/libxml2/result/schemas/
Dfacet-unionST-err1_0_0.err1 ….xml:3: element foo: Schemas validity error : Element '{http://FOO}foo': 'tiny' is not a valid val…
/external/libogg/doc/libogg/
Dstyle.css7 P.tiny { font-size: 8pt }
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-binary.data12 The binary value above is a tiny arrow encoded as a gif image.
/external/skia/tests/
DPathOpsCubicReduceOrderTest.cpp23 static bool tiny(const SkDCubic& cubic) {
46 if (!tiny(cubicPair.first()) && !controls_inside(cubicPair.first())) {
52 if (!tiny(cubicPair.second()) && !controls_inside(cubicPair.second())) {
/external/wpa_supplicant_8/src/drivers/
Ddrivers.mk60 DRV_LIBS += -lnl-tiny
181 DRV_LIBS += -lnl-tiny
Ddrivers.mak71 DRV_LIBS += -lnl-tiny
193 DRV_LIBS += -lnl-tiny
/external/python/cpython2/Lib/test/
Dmath_testcases.txt61 -- tiny values
117 -- tiny values
250 -- inputs for which gamma(x) is tiny
352 -- inputs for which gamma(x) is tiny
384 -- expm1(x) ~ x for tiny x
/external/jemalloc/
DINSTALL276 technically cheats if --with-lg-tiny-min is smaller than
284 --with-lg-tiny-min=<lg-tiny-min>
285 Specify the base 2 log of the minimum tiny size class to support. Tiny
287 incorporated if <lg-tiny-min> is less than <lg-quantum> (see
295 The default of <lg-tiny-min>=3 works well in practice even on architectures
297 --with-lg-quantum=3 works. Smaller tiny size classes can, and will, cause
/external/python/cpython2/Lib/test/decimaltestdata/
DddCanonical.decTest147 -- tiny zero
150 -- tiny non zero
304 -- tiny zero
307 -- tiny non zero
DdqCanonical.decTest178 -- tiny zero
181 -- tiny non zero
323 -- tiny zero
326 -- tiny non zero
/external/jemalloc/include/jemalloc/internal/
Dsize_classes.sh243 * NTBINS: Number of tiny bins.
248 * LG_TINY_MAXCLASS: Lg of maximum tiny size class.

12345