Home
last modified time | relevance | path

Searched refs:FLT_RADIX (Results 1 – 21 of 21) sorted by relevance

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dradix.pass.cpp55 test<float, FLT_RADIX>(); in main()
56 test<double, FLT_RADIX>(); in main()
57 test<long double, FLT_RADIX>(); in main()
/external/clang/test/Headers/
Dfloat.c18 #ifndef FLT_RADIX
20 #elif FLT_RADIX < 2
185 _Static_assert(FLT_RADIX == __FLT_RADIX__, "");
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp24 #ifndef FLT_RADIX
25 #error FLT_RADIX not defined
/external/clang/lib/Headers/
Dfloat.h38 # undef FLT_RADIX
83 #define FLT_RADIX __FLT_RADIX__ macro
Dopencl-c.h186 #define FLT_RADIX 2 macro
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp24 #ifndef FLT_RADIX
25 #error FLT_RADIX not defined
/external/harfbuzz_ng/util/
Doptions.hh690 #ifndef FLT_RADIX
691 #define FLT_RADIX 2 macro
696 return x * (pow ((long double) FLT_RADIX, exp)); in scalbn()
701 return x * (pow ((float) FLT_RADIX, exp)); in scalbnf()
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h30 #define __FLT_RADIX__ FLT_RADIX
/external/deqp/framework/delibs/debase/
DdeRandom.c90 DE_STATIC_ASSERT(FLT_RADIX == 2); in deRandom_getDouble()
/external/libcxx/include/
Dcfloat21 FLT_RADIX
/external/libcxx/include/support/ibm/
Dlimits.h55 #define __FLT_RADIX__ FLT_RADIX
/external/python/cpython2/Lib/plat-beos5/
DIN.py76 FLT_RADIX = 2 variable
/external/python/cpython2/Modules/
Dcmathmodule.c11 #if (FLT_RADIX != 2 && FLT_RADIX != 16)
43 #if FLT_RADIX==2
45 #elif FLT_RADIX==16
/external/python/cpython3/Modules/
Dcmathmodule.c45 #if (FLT_RADIX != 2 && FLT_RADIX != 16)
77 #if FLT_RADIX==2
79 #elif FLT_RADIX==16
/external/libxml2/
Dtrionan.c106 #if (FLT_RADIX == 2) && (DBL_MAX_EXP == 1024) && (DBL_MANT_DIG == 53)
/external/python/cpython3/Python/
Ddtoa.c2072 if (aadj < 2./FLT_RADIX) in _Py_dg_strtod()
2073 aadj = 1./FLT_RADIX; in _Py_dg_strtod()
2138 else if (aadj < .4999999/FLT_RADIX) in _Py_dg_strtod()
/external/python/cpython2/Python/
Ddtoa.c2145 if (aadj < 2./FLT_RADIX) in _Py_dg_strtod()
2146 aadj = 1./FLT_RADIX; in _Py_dg_strtod()
2211 else if (aadj < .4999999/FLT_RADIX) in _Py_dg_strtod()
/external/python/cpython3/Objects/
Dfloatobject.c102 SetIntFlag(FLT_RADIX); in PyFloat_GetInfo()
/external/python/cpython2/Objects/
Dfloatobject.c128 SetIntFlag(FLT_RADIX); in PyFloat_GetInfo()
/external/python/cpython2/Doc/library/
Dsys.rst335 | :const:`radix` | FLT_RADIX | radix of exponent representation |
/external/python/cpython3/Doc/library/
Dsys.rst400 | :const:`radix` | FLT_RADIX | radix of exponent representation |