Searched refs:sincosl (Results 1 – 5 of 5) sorted by relevance
/external/ltrace/etc/ |
D | libm.so.conf | 22 void sincosl(ldouble, +ldouble*, ldouble*);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3719 INTERCEPTOR(void, sincosl, long double x, long double *sin, long double *cos) { 3721 COMMON_INTERCEPTOR_ENTER(ctx, sincosl, x, sin, cos); 3725 REAL(sincosl)(x, sin, cos); 3732 COMMON_INTERCEPT_FUNCTION(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/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
|