Searched refs:sincosl (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | sincos-opt.ll | 115 ; GNU_SINCOS: callq sincosl 121 ; GNU_SINCOS_FASTMATH: callq sincosl
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-sincos-01.ll | 38 ; CHECK-OPT: brasl %r14, sincosl@PLT
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | sincos-expansion.ll | 46 ; CHECK: bl sincosl
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-sincos-01.ll | 54 ; CHECK-OPT: brasl %r14, sincosl@PLT
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1761 TEST(MemorySanitizer, sincosl) { in TEST() argument 1763 sincosl(0.2, &s, &c); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4177 INTERCEPTOR(void, sincosl, long double x, long double *sin, long double *cos) { 4179 COMMON_INTERCEPTOR_ENTER(ctx, sincosl, x, sin, cos); 4183 REAL(sincosl)(x, sin, cos); 4190 COMMON_INTERCEPT_FUNCTION_LDBL(sincosl);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | README.txt | 154 long double sincosl(long double x, long double *sin, long double *cos);
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 208 long double sincosl(long double x, long double *sin, long double *cos);
|
/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
|