Home
last modified time | relevance | path

Searched refs:ilogbl (Results 1 – 12 of 12) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
Dcompat.h165 int ilogbl(long double x);
390 …( (long double)( 0x ## int ## fract ## ULL ), se exp + ilogbl( (long double) 0x ## int ) - ilogbl(…
DerrorHelpers.cpp502 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()
Dmsvc9.c192 int ilogbl (long double x) in ilogbl() function
/external/clang/test/CodeGen/
Dlibcall-declarations.c105 int ilogbl(long double);
283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
/external/libcxx/include/
Dcmath218 int ilogbl(long double x);
508 using ::ilogbl;
Dmath.h1281 inline _LIBCPP_INLINE_VISIBILITY int ilogb(long double __lcpp_x) _NOEXCEPT {return ::ilogbl(__lcpp_… in ilogb()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp1702 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/
Dtgmath.h855 __tg_ilogb(long double __x) {return ilogbl(__x);} in __tg_ilogb()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1081 static_assert((std::is_same<decltype(ilogbl(0)), int>::value), ""); in test_ilogb()
/external/clang/include/clang/Basic/
DBuiltins.def1019 LIBBUILTIN(ilogbl, "iLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1132 static_assert((std::is_same<decltype(std::ilogbl(0)), int>::value), ""); in test_ilogb()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2025 fun:ilogbl=uninstrumented