Searched refs:scalbln (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 154 double scalbln(double, long int exp); 292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 1223 static_assert((std::is_same<decltype(std::scalbln((float)0, (long)0)), float>::value), ""); in test_scalbln() 1224 static_assert((std::is_same<decltype(std::scalbln((bool)0, (long)0)), double>::value), ""); in test_scalbln() 1225 …static_assert((std::is_same<decltype(std::scalbln((unsigned short)0, (long)0)), double>::value), "… in test_scalbln() 1226 static_assert((std::is_same<decltype(std::scalbln((int)0, (long)0)), double>::value), ""); in test_scalbln() 1227 …static_assert((std::is_same<decltype(std::scalbln((unsigned int)0, (long)0)), double>::value), ""); in test_scalbln() 1228 static_assert((std::is_same<decltype(std::scalbln((long)0, (long)0)), double>::value), ""); in test_scalbln() 1229 …static_assert((std::is_same<decltype(std::scalbln((unsigned long)0, (long)0)), double>::value), ""… in test_scalbln() 1230 static_assert((std::is_same<decltype(std::scalbln((long long)0, (long)0)), double>::value), ""); in test_scalbln() 1231 …static_assert((std::is_same<decltype(std::scalbln((unsigned long long)0, (long)0)), double>::value… in test_scalbln() 1232 static_assert((std::is_same<decltype(std::scalbln((double)0, (long)0)), double>::value), ""); in test_scalbln() [all …]
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | math.pxd | 94 double scalbln(double x, long n)
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1182 __tg_scalbln(double __x, long __y) {return scalbln(__x, __y);} in __tg_scalbln() 1188 #undef scalbln 1189 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro
|
/external/libcxx/include/ |
D | cmath | 280 floating_point scalbln (arithmetic x, long ex); 1563 // scalbln 1565 using ::scalbln; 1568 inline _LIBCPP_INLINE_VISIBILITY float scalbln(float __x, long __y) _NOEXCEPT {return s… 1569 inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __x, long __y) _NOEXCEPT {return s… 1574 scalbln(_A1 __x, long __y) _NOEXCEPT {return scalbln((double)__x, __y);}
|
/external/ltrace/etc/ |
D | libm.so.conf | 372 double scalbln(double, long);
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 580 static_assert((std::is_same<decltype(scalbln((double)0, (long)0)), double>::value), ""); in test_scalbln() 583 assert(scalbln(1, 1) == 2); in test_scalbln()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1029 LIBBUILTIN(scalbln, "ddLi", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3019 fun:scalbln=uninstrumented
|