Home
last modified time | relevance | path

Searched defs:sqrtf (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/math/riscv32/
H A Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/riscv64/
H A Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/x32/
H A Dsqrtf.s3 sqrtf: sqrtss %xmm0, %xmm0 label
/third_party/musl/src/math/x86_64/
H A Dsqrtf.c3 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/arm/
H A Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/porting/liteos_a/kernel/src/math/arm/
H A Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/powerpc64/
H A Dsqrtf.c3 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/s390x/
H A Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/aarch64/
H A Dsqrtf.c3 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/i386/
H A Dsqrtf.c3 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/mips/
H A Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/powerpc/
H A Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dacoshf.c4 #undef sqrtf macro
5 #define sqrtf sqrtl macro
7 #undef sqrtf macro
8 #define sqrtf sqrt macro
H A Dsqrtf.c15 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/
H A Dacoshf.c4 #undef sqrtf macro
5 #define sqrtf sqrtl macro
7 #undef sqrtf macro
8 #define sqrtf sqrt macro
H A Dsqrtf.c15 float sqrtf(float x) in sqrtf() function
/third_party/ffmpeg/compat/cuda/
H A Dcuda_runtime.h184 static inline __device__ float sqrtf(float a) { return __builtin_sqrtf(a); } in sqrtf() function
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs387 pub fn sqrtf(x: f32) -> f32 { in sqrtf() functions

Completed in 4 milliseconds