Home
last modified time | relevance | path

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

/external/fdlibm/
Ds_ceil.c26 static const double huge = 1.0e300; variable
28 static double huge = 1.0e300; variable
Ds_floor.c26 static const double huge = 1.0e300; variable
28 static double huge = 1.0e300; variable
De_atanh.c36 static const double one = 1.0, huge = 1e300; variable
38 static double one = 1.0, huge = 1e300; variable
De_cosh.c38 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
Ds_asinh.c34 huge= 1.00000000000000000000e+300; variable
Ds_scalbn.c30 huge = 1.0e+300, variable
Ds_atan.c83 huge = 1.0e300; variable
De_exp.c85 huge = 1.0e+300, variable
Ds_expm1.c116 huge = 1.0e+300, variable
De_asin.c53 huge = 1.000e+300, variable
De_pow.c75 huge = 1.0e300, variable
De_j1.c72 huge = 1e300, variable
De_j0.c72 huge = 1e300, variable
/external/compiler-rt/test/tsan/
Dmutexset7.cc5 __thread int huge[1024*1024]; variable
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java110 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/
Dstats.c39 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/python/cpython3/Lib/test/test_json/
Dtest_enum.py13 huge = HUGE variable in BigNum
/external/v8/src/base/
Dieee754.cc1050 huge = 1.000e+300, in asin() local
1126 huge = 1.00000000000000000000e+300; in asinh() local
1200 static const double one = 1.0, huge = 1.0e300; in atan() local
1515 huge = 1.0e+300, in exp() local
1604 static const double one = 1.0, huge = 1e300; in atanh() local
2269 static volatile double huge = 1.0e+300; in expm1() local
2594 static volatile double huge = 1.0e+300; in cosh() local
2711 static const double one = 1.0, two = 2.0, huge = 1.0e300; in tanh() local
/external/skqp/samplecode/
DSampleFuzz.cpp46 static float huge() { in huge() function
/external/jemalloc/test/unit/
Dstats.c78 void *little, *large, *huge; in TEST_BEGIN() local
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c336 nir_ssa_def *huge = nir_imm_float(b, 1e18f); in build_atan2() local
/external/u-boot/fs/ubifs/
Dubifs-media.h440 __le64 huge; member
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp3807 ir_constant *huge = imm(1e18f, n); in _atan2() local