Home
last modified time | relevance | path

Searched refs:sincosf (Results 1 – 22 of 22) 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/arm-optimized-routines/math/include/
Dmathlib.h18 void sincosf (float, float*, float*);
/external/llvm/test/CodeGen/X86/
Dsincos-opt.ll14 ; GNU_SINCOS: callq sincosf
19 ; GNUX32_SINCOS: callq sincosf
/external/arm-optimized-routines/math/
Dsincosf.c22 sincosf (float y, float *sinp, float *cosp) in sincosf() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsincos-opt.ll18 ; GNU_SINCOS: callq sincosf
23 ; GNU_SINCOS_FASTMATH: callq sincosf
/external/arm-optimized-routines/
DAndroid.bp35 "math/sincosf.c",
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dsincos-expansion.ll7 ; CHECK: bl sincosf
Darm64-sincos.ll16 ; CHECK-LINUX: bl sincosf
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsincos.ll18 ; SINCOS-GNU: bl sincosf
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-sincos-01.ll8 ; CHECK-OPT: brasl %r14, sincosf@PLT
/external/arm-optimized-routines/test/
Dmathbench.c84 sincosf (x, &s, &c); in sincosf_wrap()
Dmathtest.c200 static float sincosf_sinf(float x) { float s,c; sincosf(x, &s, &c); return s; } in sincosf_sinf()
201 static float sincosf_cosf(float x) { float s,c; sincosf(x, &s, &c); return c; } in sincosf_cosf()
/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h637 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/swiftshader/third_party/llvm-7.0/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/llvm/lib/Target/
DREADME.txt153 float sincosf(float x, float *sin, float *cos);
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2930 fun:sincosf=uninstrumented