Home
last modified time | relevance | path

Searched defs:sincosf (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dwindows_compatibility.cc27 void sincosf(float x, float *sinv, float *cosv) { in sincosf() function
/external/llvm-project/libc/src/math/
Dsincosf.cpp23 void LLVM_LIBC_ENTRYPOINT(sincosf)(float y, float *sinp, float *cosp) { in LLVM_LIBC_ENTRYPOINT() argument
/external/arm-optimized-routines/math/
Dsincosf.c18 sincosf (float y, float *sinp, float *cosp) in sincosf() function
/external/rust/crates/libm/src/math/
Dsincosf.rs26 pub fn sincosf(x: f32) -> (f32, f32) { in sincosf() function
Dmod.rs163 mod sincosf; module
/external/libchrome/base/
Dos_compat_android.cc102 void sincosf(float angle, float* s, float* c) { in sincosf() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h297 __DEVICE_VOID__ void sincosf(float __a, float *__s, float *__c) { in sincosf() function
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp1893 TEST(MemorySanitizer, sincosf) { in TEST() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1751 TEST(MemorySanitizer, sincosf) { in TEST() argument