/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_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 | 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_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 | 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/webkit/PerformanceTests/ |
D | ChangeLog | 112 * benchmarks/parser/tiny-innerHTML.html: Added. 124 * tiny-innerHTML.html: Removed. 143 * benchmarks/parser/tiny-innerHTML.html: Added.
|
/external/icu4c/data/lang/ |
D | sk.txt | 411 hans{"Číslice zjednodušenej čínštiny"} 412 hansfin{"Finančné číslice zjednodušenej čínštiny"} 413 hant{"Číslice tradičnej čínštiny"} 414 hantfin{"Finančné číslice tradičnej čínštiny"}
|
D | cs.txt | 552 hans{"Číslice zjednodušené čínštiny"} 553 hansfin{"Finanční číslice zjednodušené čínštiny"} 554 hant{"Číslice tradiční čínštiny"} 555 hantfin{"Finanční číslice tradiční čínštiny"}
|
/external/valgrind/main/ |
D | darwin9.supp | 211 # These ones were necessary to give no errors on a tiny non-threaded 241 # These ones were necessary to give no errors on a tiny threaded program.
|
/external/wpa_supplicant_8/src/drivers/ |
D | drivers.mk | 36 DRV_LIBS += -lnl-tiny
|
D | drivers.mak | 36 DRV_LIBS += -lnl-tiny
|
/external/dbus/ |
D | README.wince | 35 2010-02-28 Pierre Ossman <ossman@ossman.lkpg.cendio.se> (tiny change)
|
/external/ipsec-tools/src/racoon/doc/ |
D | FAQ | 20 Configure both ends exactly the same. With just a tiny little
|
/external/chromium/base/ |
D | process_util_mac.mm | 830 // only supports batch_malloc for "tiny" allocations from the free list. It 831 // will fail for allocations larger than "tiny", and will only allocate as 836 // exhaustion. The fact that it only allocates space from the "tiny" free list
|
/external/tinyxml/docs/ |
D | doxygen.css | 291 TD.tiny { font-size: 75%;
|
/external/clang/docs/ |
D | doxygen.css | 294 TD.tiny { font-size: 75%;
|
/external/llvm/docs/ |
D | doxygen.css | 294 TD.tiny { font-size: 75%;
|
/external/libffi/doc/ |
D | libffi.info | 385 Because closures work by assembling a tiny function at runtime, they
|