Searched refs:sincosl (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-sincos-01.ll | 38 ; CHECK-OPT: brasl %r14, sincosl@PLT
|
/external/ltrace/etc/ |
D | libm.so.conf | 22 void sincosl(ldouble, +ldouble*, ldouble*);
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/ |
D | libclang_rt.asan-x86_64.a.syms | 1332 sincosl;
|
D | libclang_rt.tsan-x86_64.a.syms | 1456 sincosl;
|
D | libclang_rt.msan-x86_64.a.syms | 1502 sincosl;
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1754 TEST(MemorySanitizer, sincosl) { in TEST() argument 1756 sincosl(0.2, &s, &c); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3932 INTERCEPTOR(void, sincosl, long double x, long double *sin, long double *cos) { 3934 COMMON_INTERCEPTOR_ENTER(ctx, sincosl, x, sin, cos); 3938 REAL(sincosl)(x, sin, cos); 3945 COMMON_INTERCEPT_FUNCTION(sincosl);
|
/external/llvm/lib/Target/ |
D | README.txt | 154 long double sincosl(long double x, long double *sin, long double *cos);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2931 fun:sincosl=uninstrumented
|