/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 156 long double scalblnl(long double, long int exp); 293 F(scalblnf), F(scalblnl), F(scalbn), F(scalbnf), F(scalbnl),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 156 long double scalblnl(long double, long int exp); 293 F(scalblnf), F(scalblnl), F(scalbn), F(scalbnf), F(scalbnl),
|
D | math-libcalls.c | 453 scalbln(f,f); scalblnf(f,f); scalblnl(f,f); in foo()
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 185 long double scalblnl(long double x, long n);
|
D | msvc9.c | 352 long double scalblnl(long double x, long n) in scalblnl() function
|
/external/libcxx/include/ |
D | cmath | 286 long double scalblnl(long double x, long ex); 525 using ::scalblnl;
|
D | math.h | 1476 …double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnl(__lcpp_x, __lcpp_… in scalbln()
|
/external/llvm-project/libcxx/include/ |
D | cmath | 285 long double scalblnl(long double x, long ex); 528 using ::scalblnl;
|
D | math.h | 1472 …double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnl(__lcpp_x, __lcpp_… in scalbln()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1186 __tg_scalbln(long double __x, long __y) {return scalblnl(__x, __y);} in __tg_scalbln()
|
/external/llvm-project/clang/lib/Headers/ |
D | tgmath.h | 1179 __tg_scalbln(long double __x, long __y) {return scalblnl(__x, __y);} in __tg_scalbln()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 716 SYMBOL(scalblnl, None, <math.h>)
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1437 static_assert((std::is_same<decltype(scalblnl(0, (long)0)), long double>::value), ""); in test_scalbln()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1405 static_assert((std::is_same<decltype(scalblnl(0, (long)0)), long double>::value), ""); in test_scalbln()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1087 LIBBUILTIN(scalblnl, "LdLdLi", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1456 static_assert((std::is_same<decltype(std::scalblnl(0, (long)0)), long double>::value), ""); in test_scalbln()
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1494 static_assert((std::is_same<decltype(std::scalblnl(0, (long)0)), long double>::value), ""); in test_scalbln()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.def | 1364 LIBBUILTIN(scalblnl, "LdLdLi", "fne", "math.h", ALL_LANGUAGES)
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 5037 return scalblnl(x, n); in reference_scalblnl()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2779 fun:scalblnl=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2779 fun:scalblnl=uninstrumented
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR22015-libboost_iostreams.so.abi | 3451 …<function-decl name='scalblnl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='311…
|
D | PR22122-libftdc.so.abi | 2268 …<function-decl name='scalblnl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='311…
|
D | test9-pr18818-clang.so.abi | 4608 …<function-decl name='scalblnl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='301…
|
D | test12-pr18844.so.abi | 22877 …<function-decl name='scalblnl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='301…
|