Searched refs:ilogbf (Results 1 – 11 of 11) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 164 int ilogbf (float x); 388 …( (float)( 0x ## int ## fract ## UL ), se exp + ilogbf( (float) 0x ## int ) - ilogbf(…
|
D | msvc9.c | 164 int ilogbf (float x) in ilogbf() function
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 104 int ilogbf(float); 282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
|
/external/libcxx/include/ |
D | cmath | 217 int ilogbf(float x); 425 using ::ilogbf;
|
D | math.h | 1280 inline _LIBCPP_INLINE_VISIBILITY int ilogb(float __lcpp_x) _NOEXCEPT {return ::ilogbf(__lcpp_… in ilogb()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 847 __tg_ilogb(float __x) {return ilogbf(__x);} in __tg_ilogb()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1080 static_assert((std::is_same<decltype(ilogbf(0)), int>::value), ""); in test_ilogb()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1018 LIBBUILTIN(ilogbf, "if", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1131 static_assert((std::is_same<decltype(std::ilogbf(0)), int>::value), ""); in test_ilogb()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2024 fun:ilogbf=uninstrumented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8921 !498 = !DISubprogram(name: "ilogbf", linkageName: "_ZL6ilogbff", scope: !444, file: !444, line: 162…
|