/external/fdlibm/ |
D | e_pow.c | 75 huge = 1.0e300, 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; 268 return s*huge*huge; /* overflow */ 270 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */
|
D | s_scalbn.c | 30 huge = 1.0e+300, variable 53 if (k > 0x7fe) return huge*ieee_copysign(huge,x); /* overflow */ 58 return huge*ieee_copysign(huge,x); /*overflow*/
|
D | s_floor.c | 26 static const double huge = 1.0e300; variable 28 static double huge = 1.0e300; variable 45 if(huge+x>0.0) {/* return 0*sign(x) if |x|<1 */ 53 if(huge+x>0.0) { /* raise inexact flag */ 64 if(huge+x>0.0) { /* raise inexact flag */
|
D | s_ceil.c | 26 static const double huge = 1.0e300; variable 28 static double huge = 1.0e300; variable 45 if(huge+x>0.0) {/* return 0*sign(x) if |x|<1 */ 52 if(huge+x>0.0) { /* raise inexact flag */ 63 if(huge+x>0.0) { /* raise inexact flag */
|
D | e_cosh.c | 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 40 static double one = 1.0, half=0.5, huge = 1.0e300; variable 88 return huge*huge;
|
D | e_exp.c | 85 huge = 1.0e+300, variable 123 if(x > o_threshold) return huge*huge; /* overflow */ 140 if(huge+x>one) return one+x;/* trigger inexact */
|
D | e_atanh.c | 36 static const double one = 1.0, huge = 1e300; variable 38 static double one = 1.0, huge = 1e300; variable 60 if(ix<0x3e300000&&(huge+x)>zero) return x; /* x<2**-28 */
|
D | s_expm1.c | 116 huge = 1.0e+300, variable 153 if(x > o_threshold) return huge*huge; /* overflow */
|
D | s_asinh.c | 34 huge= 1.00000000000000000000e+300; variable 49 if(huge+x>one) return x; /* return x inexact except 0 */
|
D | s_atan.c | 83 huge = 1.0e300; variable 105 if(huge+x>one) return x; /* raise inexact */
|
D | e_asin.c | 53 huge = 1.000e+300, variable 87 if(huge+x>one) return x;/* return x with inexact if x!=0*/
|
D | e_j0.c | 72 huge = 1e300, variable 124 if(huge+x>one) { /* raise inexact if x != 0 */
|
D | e_j1.c | 72 huge = 1e300, variable 126 if(huge+x>one) return 0.5*x;/* inexact if x!=0 necessary */
|
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; 261 return s*huge*huge; /* overflow */ 263 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */
|
D | e_sqrt.h | 123 if (k > 0x7fe) return huge*SDL_NAME(copysign)(huge,x); /* overflow */ 128 return huge*SDL_NAME(copysign)(huge,x); /*overflow*/
|
D | math_private.h | 23 #define huge really_big /* huge is a reserved keyword in VC++ 6.0 */ macro 170 huge = 1.0e+300, variable
|
/external/v8/test/mjsunit/compiler/ |
D | alloc-object-huge.js | 35 return new huge(); 45 var o = new huge(); 50 function huge() { function
|
/external/markdown/tests/misc/ |
D | adjacent-headers.txt | 1 # this is a huge header #
|
/external/webkit/PerformanceTests/ |
D | ChangeLog | 109 the fragment parsing algorithm. Document() it turns out, it a huge bloated 110 mess, and the constructor and destructor do a huge amount of work. 138 the fragment parsing algorithm. Document() it turns out, it a huge bloated 139 mess, and the constructor and destructor do a huge amount of work.
|
/external/chromium/chrome/browser/resources/options/ |
D | font_settings.css | 34 .font-settings-huge {
|
/external/bzip2/ |
D | README.COMPILATION.PROBLEMS | 23 but many newer ones can. Large files are pretty huge -- most files 51 You can use the spewG.c program to generate huge files to test bzip2's
|
/external/skia/samplecode/ |
D | SampleFuzz.cpp | 41 static float huge() { in huge() function 62 case 5: v = huge(); break; in make_number()
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngmem.c | 166 png_byte huge * hptr; in png_malloc_default() 226 hptr = (png_byte huge *)table; in png_malloc_default() 229 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L); in png_malloc_default()
|
/external/libpng/ |
D | pngmem.c | 179 png_byte huge * hptr; in png_malloc_default() 239 hptr = (png_byte huge *)table; in png_malloc_default() 242 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L); in png_malloc_default()
|