/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | radix.pass.cpp | 55 test<float, FLT_RADIX>(); in main() 56 test<double, FLT_RADIX>(); in main() 57 test<long double, FLT_RADIX>(); in main()
|
/external/OpenCL-CTS/test_conformance/half/ |
D | cl_utils.h | 119 #ifndef FLT_RADIX 120 #error FLT_RADIX is not defined by float.h 125 #if 2 == FLT_RADIX in IsFloatSubnormal() 138 #if 2 == FLT_RADIX in IsDoubleSubnormal()
|
/external/clang/test/Headers/ |
D | float.c | 18 #ifndef FLT_RADIX 20 #elif FLT_RADIX < 2 185 _Static_assert(FLT_RADIX == __FLT_RADIX__, "");
|
/external/OpenCL-CTS/test_common/harness/ |
D | conversions.h | 92 #if 2 == FLT_RADIX in IsFloatSubnormal() 105 #if 2 == FLT_RADIX in IsDoubleSubnormal()
|
/external/clang/lib/Headers/ |
D | float.h | 38 # undef FLT_RADIX 83 #define FLT_RADIX __FLT_RADIX__ macro
|
D | opencl-c.h | 186 #define FLT_RADIX 2 macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | float_h.pass.cpp | 24 #ifndef FLT_RADIX 25 #error FLT_RADIX not defined
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | cfloat.pass.cpp | 24 #ifndef FLT_RADIX 25 #error FLT_RADIX not defined
|
/external/harfbuzz_ng/util/ |
D | options.hh | 694 #ifndef FLT_RADIX 695 #define FLT_RADIX 2 macro 700 return x * (pow ((long double) FLT_RADIX, exp)); in scalbn() 705 return x * (pow ((float) FLT_RADIX, exp)); in scalbnf()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | Utility.h | 128 #if 2 == FLT_RADIX in IsFloatSubnormal() 142 #if 2 == FLT_RADIX in IsDoubleSubnormal()
|
/external/libcxx/include/support/win32/ |
D | limits_msvc_win32.h | 30 #define __FLT_RADIX__ FLT_RADIX
|
/external/deqp/framework/delibs/debase/ |
D | deRandom.c | 90 DE_STATIC_ASSERT(FLT_RADIX == 2); in deRandom_getDouble()
|
/external/libcxx/include/ |
D | cfloat | 21 FLT_RADIX
|
/external/libcxx/include/support/ibm/ |
D | limits.h | 55 #define __FLT_RADIX__ FLT_RADIX
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 76 FLT_RADIX = 2 variable
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 11 #if (FLT_RADIX != 2 && FLT_RADIX != 16) 43 #if FLT_RADIX==2 45 #elif FLT_RADIX==16
|
/external/python/cpython3/Modules/ |
D | cmathmodule.c | 45 #if (FLT_RADIX != 2 && FLT_RADIX != 16) 77 #if FLT_RADIX==2 79 #elif FLT_RADIX==16
|
/external/libxml2/ |
D | trionan.c | 106 #if (FLT_RADIX == 2) && (DBL_MAX_EXP == 1024) && (DBL_MANT_DIG == 53)
|
/external/python/cpython3/Python/ |
D | dtoa.c | 2040 if (aadj < 2./FLT_RADIX) in _Py_dg_strtod() 2041 aadj = 1./FLT_RADIX; in _Py_dg_strtod() 2101 else if (aadj < .4999999/FLT_RADIX) in _Py_dg_strtod()
|
/external/python/cpython2/Python/ |
D | dtoa.c | 2145 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/ |
D | floatobject.c | 102 SetIntFlag(FLT_RADIX); in PyFloat_GetInfo()
|
/external/python/cpython2/Objects/ |
D | floatobject.c | 128 SetIntFlag(FLT_RADIX); in PyFloat_GetInfo()
|
/external/python/cpython2/Doc/library/ |
D | sys.rst | 335 | :const:`radix` | FLT_RADIX | radix of exponent representation |
|
/external/python/cpython3/Doc/library/ |
D | sys.rst | 507 | :const:`radix` | FLT_RADIX | radix of exponent representation |
|