Home
last modified time | relevance | path

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

123

/aosp12/art/test/175-alloc-big-bignums/src/
H A DMain.java26 BigInteger huge = BigInteger.valueOf(1).shiftLeft(4_000_000); // ~0.5MB in main() local
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_ceilf.c22 static const float huge = 1.0e30; variable
H A Ds_floorf.c31 static const float huge = 1.0e30; variable
H A Ds_truncf.c28 static const float huge = 1.0e30F; variable
H A Ds_scalbnl.c39 huge = 0x1p16000L, variable
H A Ds_trunc.c30 static const double huge = 1.0e300; variable
H A De_atanhf.c22 static const float one = 1.0, huge = 1e30; variable
H A De_cosh.c43 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
H A De_coshf.c22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
H A Ds_ceil.c30 static const double huge = 1.0e300; variable
H A Ds_floor.c30 static const double huge = 1.0e300; variable
H A De_atanh.c41 static const double one = 1.0, huge = 1e300; variable
H A Ds_asinh.c35 huge= 1.00000000000000000000e+300; variable
H A Ds_asinhf.c25 huge= 1.0000000000e+30; variable
H A Ds_scalbnf.c25 huge = 1.0e+30, variable
H A Ds_scalbn.c31 huge = 1.0e+300, variable
H A Ds_tanh.c46 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable
H A Ds_tanhf.c23 static const float one=1.0, two=2.0, huge = 1.0e30; variable
H A Ds_truncl.c38 static const long double huge = 1.0e300; variable
H A De_atanhl.c51 static const double one = 1.0, huge = 1e300; variable
H A Ds_ccoshf.c41 static const float huge = 0x1p127; variable
H A Ds_csinhf.c41 static const float huge = 0x1p127; variable
H A Ds_atanl.c30 huge = 1.0e300; variable
H A De_asinl.c31 huge = 1.000e+300; variable
H A Ds_atanf.c46 huge = 1.0e30; variable

123