Searched refs:ilogb (Results 1 – 18 of 18) sorted by relevance
/external/bison/linux-lib/ |
D | math.h | 1432 # undef ilogb 1433 # define ilogb rpl_ilogb 1435 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1436 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1439 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1441 _GL_CXXALIAS_SYS (ilogb, int, (double x)); 1443 _GL_CXXALIASWARN (ilogb); 1445 # undef ilogb 1447 _GL_WARN_ON_USE (ilogb, "ilogb is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1120 # undef ilogb 1121 # define ilogb rpl_ilogb macro 1123 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1124 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1127 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1129 _GL_CXXALIAS_SYS (ilogb, int, (double x)); 1131 _GL_CXXALIASWARN (ilogb); 1133 # undef ilogb 1135 _GL_WARN_ON_USE (ilogb, "ilogb is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1432 # undef ilogb 1433 # define ilogb rpl_ilogb 1435 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1436 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1439 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1441 _GL_CXXALIAS_SYS (ilogb, int, (double x)); 1443 _GL_CXXALIASWARN (ilogb); 1445 # undef ilogb 1447 _GL_WARN_ON_USE (ilogb, "ilogb is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 103 int ilogb(double); 282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 915 static_assert((std::is_same<decltype(std::ilogb((float)0)), int>::value), ""); in test_ilogb() 916 static_assert((std::is_same<decltype(std::ilogb((bool)0)), int>::value), ""); in test_ilogb() 917 static_assert((std::is_same<decltype(std::ilogb((unsigned short)0)), int>::value), ""); in test_ilogb() 918 static_assert((std::is_same<decltype(std::ilogb((int)0)), int>::value), ""); in test_ilogb() 919 static_assert((std::is_same<decltype(std::ilogb((unsigned int)0)), int>::value), ""); in test_ilogb() 920 static_assert((std::is_same<decltype(std::ilogb((long)0)), int>::value), ""); in test_ilogb() 921 static_assert((std::is_same<decltype(std::ilogb((unsigned long)0)), int>::value), ""); in test_ilogb() 922 static_assert((std::is_same<decltype(std::ilogb((long long)0)), int>::value), ""); in test_ilogb() 923 static_assert((std::is_same<decltype(std::ilogb((unsigned long long)0)), int>::value), ""); in test_ilogb() 924 static_assert((std::is_same<decltype(std::ilogb((double)0)), int>::value), ""); in test_ilogb() [all …]
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | math.pxd | 48 int ilogb(double x)
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
D | qsub_test.c | 1833 int exponent = ilogb(r.hi); in testAccuracy()
|
D | qadd_test.c | 1831 int exponent = ilogb(r.hi); in testAccuracy()
|
D | qdiv_test.c | 754 int exponent = ilogb(r.hi); in testAccuracy()
|
D | qmul_test.c | 752 int exponent = ilogb(r.hi); in testAccuracy()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 851 __tg_ilogb(double __x) {return ilogb(__x);} in __tg_ilogb() 857 #undef ilogb 858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
|
/external/libcxx/include/ |
D | cmath | 212 int ilogb (arithmetic x); 1307 // ilogb 1309 using ::ilogb; 1312 inline _LIBCPP_INLINE_VISIBILITY int ilogb(float __x) _NOEXCEPT {return ilogbf(__x);} 1313 inline _LIBCPP_INLINE_VISIBILITY int ilogb(long double __x) _NOEXCEPT {return ilogbl(__x);} 1318 ilogb(_A1 __x) _NOEXCEPT {return ilogb((double)__x);}
|
/external/ltrace/etc/ |
D | libm.so.conf | 188 int ilogb(double);
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 443 static_assert((std::is_same<decltype(ilogb((double)0)), int>::value), ""); in test_ilogb() 446 assert(ilogb(1) == 0); in test_ilogb()
|
/external/bison/m4/ |
D | math_h.m4 | 46 ilogb ilogbf ilogbl
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 961 LIBBUILTIN(ilogb, "id", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2264 fun:ilogb=uninstrumented
|
/external/bison/ |
D | configure | 24887 …oorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl …
|