Searched defs:huge (Results 1 - 23 of 23) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dmutexset7.cc5 __thread int huge[1024*1024]; variable
/external/fdlibm/
H A De_atanh.c36 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 */
H A De_cosh.c28 * ln2ovft < x : ieee_cosh(x) := huge*huge (overflow)
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;
H A Ds_asinh.c34 huge= 1.00000000000000000000e+300; variable
49 if(huge+x>one) return x; /* return x inexact except 0 */
H A Ds_ceil.c26 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 */
H A Ds_floor.c26 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 */
H A Ds_scalbn.c30 huge = 1.0e+300, variable
53 if (k > 0x7fe) return huge*ieee_copysign(huge,x); /* overflow */
58 return huge*ieee_copysign(huge,x); /*overflow*/
H A Ds_atan.c83 huge = 1.0e300; variable
105 if(huge+x>one) return x; /* raise inexact */
H A De_asin.c53 huge = 1.000e+300, variable
87 if(huge+x>one) return x;/* return x with inexact if x!=0*/
H A De_exp.c85 huge = 1.0e+300, variable
123 if(x > o_threshold) return huge*huge; /* overflow */
140 if(huge+x>one) return one+x;/* trigger inexact */
H A Ds_expm1.c116 huge = 1.0e+300, variable
145 /* filter out huge and non-finite argument */
153 if(x > o_threshold) return huge*huge; /* overflow */
178 // t = huge+x; /* return x with inexact flags when x!=0 */
179 // return x - (t-(huge+x));
H A De_j0.c72 huge = 1e300, variable
124 if(huge+x>one) { /* raise inexact if x != 0 */
H A De_j1.c72 huge = 1e300, variable
126 if(huge+x>one) return 0.5*x;/* inexact if x!=0 necessary */
H A De_pow.c75 huge = 1.0e300, variable
190 /* |y| is huge */
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
[all...]
/external/jemalloc/test/unit/
H A Dstats.c52 assert_d_eq(mallctl("stats.arenas.0.huge.allocated", (void *)&allocated,
55 assert_d_eq(mallctl("stats.arenas.0.huge.nmalloc", (void *)&nmalloc,
57 assert_d_eq(mallctl("stats.arenas.0.huge.ndalloc", (void *)&ndalloc,
59 assert_d_eq(mallctl("stats.arenas.0.huge.nrequests", (void *)&nrequests,
78 void *little, *large, *huge; local
93 huge = mallocx(chunksize, 0);
94 assert_ptr_not_null(huge, "Unexpected mallocx() failure");
98 dallocx(huge, 0);
258 assert_d_eq(mallctl("stats.arenas.0.huge.allocated", (void *)&allocated,
261 assert_d_eq(mallctl("stats.arenas.0.huge
[all...]
/external/python/cpython3/Lib/test/test_json/
H A Dtest_enum.py13 huge = HUGE variable in class:BigNum
98 larger=BigNum.huge,
/external/skia/samplecode/
H A DSampleFuzz.cpp46 static float huge() { function
80 case 5: v = huge(); break;
H A DSampleFilterFuzz.cpp69 static float huge() { function
95 case 5: v = huge(); break;
/external/skqp/samplecode/
H A DSampleFuzz.cpp46 static float huge() { function
80 case 5: v = huge(); break;
H A DSampleFilterFuzz.cpp69 static float huge() { function
95 case 5: v = huge(); break;
/external/jemalloc/src/
H A Dstats.c39 bool json, bool large, bool huge, unsigned i)
177 "\t\t\t\t]%s\n", (large || huge) ? "," : "");
188 bool json, bool huge, unsigned i)
241 "\t\t\t\t]%s\n", huge ? "," : "");
265 "huge: size ind allocated nmalloc"
318 bool json, unsigned i, bool bins, bool large, bool huge)
469 CTL_M2_GET("stats.arenas.0.huge.allocated", i, &huge_allocated, size_t);
470 CTL_M2_GET("stats.arenas.0.huge.nmalloc", i, &huge_nmalloc, uint64_t);
471 CTL_M2_GET("stats.arenas.0.huge.ndalloc", i, &huge_ndalloc, uint64_t);
472 CTL_M2_GET("stats.arenas.0.huge
38 stats_arena_bins_print(void (*write_cb)(void *, const char *), void *cbopaque, bool json, bool large, bool huge, unsigned i) argument
187 stats_arena_lruns_print(void (*write_cb)(void *, const char *), void *cbopaque, bool json, bool huge, unsigned i) argument
317 stats_arena_print(void (*write_cb)(void *, const char *), void *cbopaque, bool json, unsigned i, bool bins, bool large, bool huge) argument
946 stats_print_helper(void (*write_cb)(void *, const char *), void *cbopaque, bool json, bool merged, bool unmerged, bool bins, bool large, bool huge) argument
1076 bool huge = true; local
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Darena.h203 * True if memory could be backed by transparent huge pages. This is
205 * platform on which jemalloc interacts with explicit transparent huge
418 /* Number of pages in active runs and huge regions. */
463 /* Extant huge allocations. */
464 ql_head(extent_node_t) huge; member in struct:arena_s
465 /* Synchronizes all huge allocation/update/deallocation. */
530 extern unsigned nhclasses; /* Number of huge size classes. */
/external/v8/src/base/
H A Dieee754.cc402 * skip the part of the product that are known to be a huge integer (
1005 return log(x) + ln2; /* acosh(huge)=log(2x) */
1049 huge = 1.000e+300, local
1079 if (huge + x > one) return x; /* return x with inexact if x!=0*/
1125 huge = 1.00000000000000000000e+300; local
1133 if (huge + x > one) return x; /* return x inexact except 0 */
1199 static const double one = 1.0, huge = 1.0e300; local
1218 if (huge + x > one) return x; /* raise inexact */
1514 huge = 1.0e+300, local
1536 if (x > o_threshold) return huge * hug
1603 static const double one = 1.0, huge = 1e300; local
2268 static volatile double huge = 1.0e+300; local
2593 static volatile double huge = 1.0e+300; local
2710 static const double one = 1.0, two = 2.0, huge = 1.0e300; local
[all...]

Completed in 383 milliseconds