/external/musl/src/math/i386/ |
D | asinl.s | 1 .global asinl symbol 2 .type asinl,@function 3 asinl: label
|
/external/musl/src/math/x86_64/ |
D | asinl.s | 1 .global asinl symbol 2 .type asinl,@function 3 asinl: label
|
/external/musl/src/math/x32/ |
D | asinl.s | 1 .global asinl symbol 2 .type asinl,@function 3 asinl: label
|
/external/musl/src/math/ |
D | asinl.c | 20 long double asinl(long double x) in asinl() function 34 long double asinl(long double x) in asinl() function
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 48 long double asinl(long double); 271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
|
/external/musl/include/ |
D | math.h | 145 long double asinl(long double);
|
/external/libcxx/include/ |
D | cmath | 56 long double asinl(long double x); 470 using ::asinl;
|
D | math.h | 788 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return ::asinl(_… in asin()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 57 ; CHECK: declare void @asinl(...) 58 declare void @asinl(...)
|
D | annotate.ll | 76 ; CHECK: declare x86_fp80 @asinl(x86_fp80) 77 declare x86_fp80 @asinl(x86_fp80)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 284 /// long double asinl(long double x); 285 TLI_DEFINE_ENUM_INTERNAL(asinl) 286 TLI_DEFINE_STRING_INTERNAL("asinl")
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | cmath | 55 long double asinl(long double x); 487 using ::asinl _LIBCPP_USING_IF_EXISTS;
|
/external/musl/ |
D | sources.bp | 364 "src/math/asinl.c", 1420 "src/math/i386/asinl.s", 1508 "src/math/asinl.c", 1593 "src/math/x86_64/asinl.s", 1639 "src/math/asinl.c",
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 496 /// long double asinl(long double x); 497 TLI_DEFINE_ENUM_INTERNAL(asinl) 498 TLI_DEFINE_STRING_INTERNAL("asinl")
|
/external/clang/lib/Headers/ |
D | tgmath.h | 104 __tg_asin(long double __x) {return asinl(__x);} in __tg_asin()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 142 ASSERT_SAME_TYPE(decltype(asinl(0)), long double); in test_asin()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 128 TLI.setUnavailable(LibFunc::asinl); in initialize()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 143 static_assert((std::is_same<decltype(asinl(0)), long double>::value), ""); in test_asin()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 943 LIBBUILTIN(asinl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 146 static_assert((std::is_same<decltype(std::asinl(0)), long double>::value), ""); in test_asin()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 177 static_assert((std::is_same<decltype(std::asinl(0)), long double>::value), ""); in test_asin()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 5667 long double reference_asinl(long double x) { return asinl(x); } in reference_asinl()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1362 fun:asinl=uninstrumented
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 834 …<function-decl name='asinl' filepath='bionic/libc/include/math.h' line='82' column='1' visibility=…
|