Searched refs:ilogbl (Results 1 – 12 of 12) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 165 int ilogbl(long double x); 390 …( (long double)( 0x ## int ## fract ## ULL ), se exp + ilogbl( (long double) 0x ## int ) - ilogbl(…
|
D | errorHelpers.cpp | 502 int ulp_exp = DBL_MANT_DIG - 1 - MAX( ilogbl( reference), DBL_MIN_EXP-1 ); in Ulp_Error_Double() 517 int ulp_exp = DBL_MANT_DIG - 1 - MAX( ilogbl( reference) - 1, DBL_MIN_EXP-1 ); in Ulp_Error_Double()
|
D | msvc9.c | 192 int ilogbl (long double x) in ilogbl() function
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 105 int ilogbl(long double); 283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
|
/external/libcxx/include/ |
D | cmath | 218 int ilogbl(long double x); 508 using ::ilogbl;
|
D | math.h | 1281 inline _LIBCPP_INLINE_VISIBILITY int ilogb(long double __lcpp_x) _NOEXCEPT {return ::ilogbl(__lcpp_… in ilogb()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | main.cpp | 1702 int ulp_exp = DBL_MANT_DIG - 1 - MAX( ilogbl( reference), DBL_MIN_EXP-1 ); in Bruteforce_Ulp_Error_Double() 1716 int ulp_exp = DBL_MANT_DIG - 1 - MAX( ilogbl( reference) - 1, DBL_MIN_EXP-1 ); in Bruteforce_Ulp_Error_Double()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 855 __tg_ilogb(long double __x) {return ilogbl(__x);} in __tg_ilogb()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1081 static_assert((std::is_same<decltype(ilogbl(0)), int>::value), ""); in test_ilogb()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1019 LIBBUILTIN(ilogbl, "iLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1132 static_assert((std::is_same<decltype(std::ilogbl(0)), int>::value), ""); in test_ilogb()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2025 fun:ilogbl=uninstrumented
|