Home
last modified time | relevance | path

Searched defs:sqrtf (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/src/math/x32/
Dsqrtf.s1 .global sqrtf symbol
3 sqrtf: sqrtss %xmm0, %xmm0 label
/third_party/musl/src/math/
Dacoshf.c5 #define sqrtf sqrtl macro
8 #define sqrtf sqrt macro
Dsqrtf.c15 float sqrtf(float x) in sqrtf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dacoshf.c5 #define sqrtf sqrtl macro
8 #define sqrtf sqrt macro
Dsqrtf.c15 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/riscv64/
Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/powerpc/
Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/arm/
Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/s390x/
Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/powerpc64/
Dsqrtf.c3 float sqrtf(float x) in sqrtf() function
/third_party/musl/porting/liteos_a/kernel/src/math/arm/
Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/aarch64/
Dsqrtf.c3 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/x86_64/
Dsqrtf.c3 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/mips/
Dsqrtf.c5 float sqrtf(float x) in sqrtf() function
/third_party/musl/src/math/i386/
Dsqrtf.c3 float sqrtf(float x) in sqrtf() function
/third_party/rust/crates/minimal-lexical/src/
Dlibm.rs387 pub fn sqrtf(x: f32) -> f32 { in sqrtf() function