/external/fdlibm/ |
D | e_atan2.c | 49 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 …]
|
D | e_pow.c | 76 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 */
|
D | s_scalbn.c | 31 tiny = 1.0e-300; variable 49 if (n< -50000) return tiny*x; /*underflow*/ 59 else return tiny*ieee_copysign(tiny,x); /*underflow*/
|
D | s_erf.c | 116 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;
|
D | e_sqrt.c | 86 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;
|
D | s_tanh.c | 41 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 */
|
D | s_expm1.c | 117 tiny = 1.0e-300, variable 156 if(x+tiny<0.0) /* raise inexact */ 157 return tiny-one; /* return -1 */
|
D | readme | 97 +-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/ |
D | e_pow.h | 183 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 */
|
D | e_sqrt.h | 119 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;
|
D | math_private.h | 171 tiny = 1.0e-300; variable
|
/external/bison/lib/ |
D | timevar.c | 479 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/ |
D | FAQ | 20 Configure both ends exactly the same. With just a tiny little
|
/external/tinyxml/docs/ |
D | doxygen.css | 291 TD.tiny { font-size: 75%;
|
/external/libffi/doc/ |
D | libffi.info | 385 Because closures work by assembling a tiny function at runtime, they
|
D | libffi.texi | 435 Because closures work by assembling a tiny function at runtime, they
|
/external/qemu/ |
D | Changelog | 101 - Fix console size with tiny displays (MusicPal) (Jan Kiszka)
|
/external/dnsmasq/po/ |
D | de.po | 142 # @Simon: But the explanatory(?) effect is only a very tiny bit better, I believe - what do U think…
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2002-12-03 | 108 This might provide a tiny speedup because we don't look at the single entry 707 (List::prependList): Tighten up a tiny bit.
|
D | ChangeLog-2003-10-25 | 658 Contributes a tiny bit to the speedup, but cleaner anyway.
|
D | ChangeLog | 6696 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/ |
D | ChangeLog | 1666 …blem/5400709> Versioning in debug and release builds should include minor and tiny version before +
|
/external/dropbear/libtommath/ |
D | bn.tex | 46 \def\twiddle{\raisebox{0.3ex}{\mbox{\tiny $\sim$}}}
|
/external/netcat/ |
D | README | 751 involved like settable ports or timeouts, construct a tiny "foo" script:
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 864 * glib/tmpl/date.sgml: Fix tiny grammar typo.
|