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/std/numerics/c.math/ |
D | cmath.pass.cpp | 98 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function 1341 static_assert((std::is_same<decltype(std::scalbln((float)0, (long)0)), float>::value), ""); in test_scalbln() 1342 static_assert((std::is_same<decltype(std::scalbln((bool)0, (long)0)), double>::value), ""); in test_scalbln() 1343 …static_assert((std::is_same<decltype(std::scalbln((unsigned short)0, (long)0)), double>::value), "… in test_scalbln() 1344 static_assert((std::is_same<decltype(std::scalbln((int)0, (long)0)), double>::value), ""); in test_scalbln() 1345 …static_assert((std::is_same<decltype(std::scalbln((unsigned int)0, (long)0)), double>::value), ""); in test_scalbln() 1346 static_assert((std::is_same<decltype(std::scalbln((long)0, (long)0)), double>::value), ""); in test_scalbln() 1347 …static_assert((std::is_same<decltype(std::scalbln((unsigned long)0, (long)0)), double>::value), ""… in test_scalbln() 1348 static_assert((std::is_same<decltype(std::scalbln((long long)0, (long)0)), double>::value), ""); in test_scalbln() 1349 …static_assert((std::is_same<decltype(std::scalbln((unsigned long long)0, (long)0)), double>::value… in test_scalbln() [all …]
|
/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); 1575 // scalbln 1577 using ::scalbln; 1580 inline _LIBCPP_INLINE_VISIBILITY float scalbln(float __lcpp_x, long __lcpp_y) _NOEXCEPT … 1581 inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT… 1586 scalbln(_A1 __lcpp_x, long __lcpp_y) _NOEXCEPT {return scalbln((double)__lcpp_x, __lcpp_y);}
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 582 static_assert((std::is_same<decltype(scalbln((double)0, (long)0)), double>::value), ""); in test_scalbln() 585 assert(scalbln(1, 1) == 2); in test_scalbln()
|
/external/ltrace/etc/ |
D | libm.so.conf | 372 double scalbln(double, long);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1057 LIBBUILTIN(scalbln, "ddLi", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2777 fun:scalbln=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 80 PUBLIC 318b0 0 scalbln
|