Home
last modified time | relevance | path

Searched refs:sincosf (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dwindows_compatibility.h25 void sincosf(float x, float *sinv, float *cosv);
Dwindows_compatibility.cc27 void sincosf(float x, float *sinv, float *cosv) { in sincosf() function
/external/llvm/test/CodeGen/X86/
Dsincos-opt.ll14 ; GNU_SINCOS: callq sincosf
19 ; GNUX32_SINCOS: callq sincosf
/external/libchrome/base/
Dos_compat_android.cc101 void sincosf(float angle, float* s, float* c) { in sincosf() function
/external/llvm/test/CodeGen/ARM/
Dsincos.ll16 ; SINCOS-GNU: bl sincosf
/external/llvm/test/CodeGen/SystemZ/
Dfp-sincos-01.ll8 ; CHECK-OPT: brasl %r14, sincosf@PLT
/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h521 sincosf(v1, f0, f1); in BoxMullerFloat()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1751 TEST(MemorySanitizer, sincosf) { in TEST() argument
1753 sincosf(0.2, &s, &c); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4167 INTERCEPTOR(void, sincosf, float x, float *sin, float *cos) {
4169 COMMON_INTERCEPTOR_ENTER(ctx, sincosf, x, sin, cos);
4173 REAL(sincosf)(x, sin, cos);
4189 COMMON_INTERCEPT_FUNCTION(sincosf); \
/external/llvm/lib/Target/
DREADME.txt153 float sincosf(float x, float *sin, float *cos);
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt207 float sincosf(float x, float *sin, float *cos);
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2930 fun:sincosf=uninstrumented