Home
last modified time | relevance | path

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

123

/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_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_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_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/qemu/distrib/sdl-1.2.12/src/video/
De_pow.h183 if(ix<=0x3fefffff) return (hy<0)? huge*huge:tiny*tiny;
184 if(ix>=0x3ff00000) return (hy>0)? huge*huge:tiny*tiny;
187 if(ix<0x3fefffff) return (hy<0)? huge*huge:tiny*tiny;
188 if(ix>0x3ff00000) return (hy>0)? huge*huge:tiny*tiny;
267 return s*tiny*tiny; /* underflow */
269 if(p_l<=z-p_h) return s*tiny*tiny; /* underflow */
De_sqrt.h119 if (n< -50000) return tiny*x; /*underflow*/
129 else return tiny*SDL_NAME(copysign)(tiny,x); /*underflow*/
218 z = one-tiny; /* trigger inexact flag */
220 z = one+tiny;
Dmath_private.h171 tiny = 1.0e-300; variable
/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/ipsec-tools/src/racoon/doc/
DFAQ20 Configure both ends exactly the same. With just a tiny little
/external/tinyxml/docs/
Ddoxygen.css291 TD.tiny { font-size: 75%;
/external/libffi/doc/
Dlibffi.info385 Because closures work by assembling a tiny function at runtime, they
Dlibffi.texi435 Because closures work by assembling a tiny function at runtime, they
/external/qemu/
DChangelog101 - Fix console size with tiny displays (MusicPal) (Jan Kiszka)
/external/dnsmasq/po/
Dde.po142 # @Simon: But the explanatory(?) effect is only a very tiny bit better, I believe - what do U think…
/external/webkit/JavaScriptCore/
DChangeLog-2002-12-03108 This might provide a tiny speedup because we don't look at the single entry
707 (List::prependList): Tighten up a tiny bit.
DChangeLog-2003-10-25658 Contributes a tiny bit to the speedup, but cleaner anyway.
DChangeLog6696 Added a tiny cache for Date parsing.
6856 ~8% speedup on Date microbenchmark on Mac. SunSpider reports maybe a tiny
9149 SunSpider says maybe a tiny speedup.
15339 Bit off a tiny bit more of standardizing opcode behavior to help with result
15342 SunSpider reports no change, v8 maybe a tiny speedup.
15354 Bit off a tiny bit more of standardizing opcode behavior to help with result
15358 SunSpider reports no change, v8 maybe a tiny speedup.
15384 Bit off a tiny bit of standardizing opcode behavior to help with result
15658 to canonicalize division of known tiny numerators into ints, since that's a
15731 SunSpider reports no change, maybe a tiny speedup.
/external/webkit/JavaScriptGlue/
DChangeLog1666 …blem/5400709> Versioning in debug and release builds should include minor and tiny version before +
/external/dropbear/libtommath/
Dbn.tex46 \def\twiddle{\raisebox{0.3ex}{\mbox{\tiny $\sim$}}}
/external/netcat/
DREADME751 involved like settable ports or timeouts, construct a tiny "foo" script:
/external/bluetooth/glib/docs/reference/
DChangeLog864 * glib/tmpl/date.sgml: Fix tiny grammar typo.

123