/external/fdlibm/ |
D | s_ceil.c | 26 static const double huge = 1.0e300; variable 28 static double huge = 1.0e300; variable
|
D | s_floor.c | 26 static const double huge = 1.0e300; variable 28 static double huge = 1.0e300; variable
|
D | e_atanh.c | 36 static const double one = 1.0, huge = 1e300; variable 38 static double one = 1.0, huge = 1e300; variable
|
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
|
D | s_asinh.c | 34 huge= 1.00000000000000000000e+300; variable
|
D | s_scalbn.c | 30 huge = 1.0e+300, variable
|
D | s_atan.c | 83 huge = 1.0e300; variable
|
D | e_exp.c | 85 huge = 1.0e+300, variable
|
D | e_asin.c | 53 huge = 1.000e+300, variable
|
D | s_expm1.c | 116 huge = 1.0e+300, variable
|
D | e_pow.c | 75 huge = 1.0e300, variable
|
D | e_j1.c | 72 huge = 1e300, variable
|
D | e_j0.c | 72 huge = 1e300, variable
|
/external/compiler-rt/test/tsan/ |
D | mutexset7.cc | 5 __thread int huge[1024*1024]; variable
|
/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 110 CR huge = CR.valueOf(million.multiply(million).multiply(thousand)); in testCR() local 131 check_eq(tan.execute(atan.execute(huge)), huge, in testCR() local
|
/external/jemalloc/src/ |
D | stats.c | 39 bool json, bool large, bool huge, unsigned i) in stats_arena_bins_print() 188 bool json, bool huge, unsigned i) in stats_arena_lruns_print() 318 bool json, unsigned i, bool bins, bool large, bool huge) in stats_arena_print() 947 bool json, bool merged, bool unmerged, bool bins, bool large, bool huge) in stats_print_helper() 1076 bool huge = true; in stats_print() local
|
/external/v8/src/base/ |
D | ieee754.cc | 1049 huge = 1.000e+300, in asin() local 1125 huge = 1.00000000000000000000e+300; in asinh() local 1199 static const double one = 1.0, huge = 1.0e300; in atan() local 1514 huge = 1.0e+300, in exp() local 1603 static const double one = 1.0, huge = 1e300; in atanh() local 2268 static volatile double huge = 1.0e+300; in expm1() local 2593 static volatile double huge = 1.0e+300; in cosh() local 2710 static const double one = 1.0, two = 2.0, huge = 1.0e300; in tanh() local
|
/external/skia/samplecode/ |
D | SampleFuzz.cpp | 46 static float huge() { in huge() function
|
D | SampleFilterFuzz.cpp | 72 static float huge() { in huge() function
|
/external/jemalloc/test/unit/ |
D | stats.c | 78 void *little, *large, *huge; in TEST_BEGIN() local
|