Searched refs:sincosf (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | sincos-opt.ll | 12 ; GNU_SINCOS: callq sincosf
|
/external/ltrace/etc/ |
D | libm.so.conf | 21 void sincosf(float, +float*, float*);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3709 INTERCEPTOR(void, sincosf, float x, float *sin, float *cos) { 3711 COMMON_INTERCEPTOR_ENTER(ctx, sincosf, x, sin, cos); 3715 REAL(sincosf)(x, sin, cos); 3731 COMMON_INTERCEPT_FUNCTION(sincosf); \
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1744 TEST(MemorySanitizer, sincosf) { in TEST() argument 1746 sincosf(0.2, &s, &c); in TEST()
|
/external/llvm/lib/Target/ |
D | README.txt | 153 float sincosf(float x, float *sin, float *cos);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2930 fun:sincosf=uninstrumented
|