Home
last modified time | relevance | path

Searched defs:fabsf (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/src/math/powerpc64/
H A Dfabsf.c3 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/x32/
H A Dfabsf.s3 fabsf: label
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfabsf.c4 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/aarch64/
H A Dfabsf.c3 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/arm/
H A Dfabsf.c5 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/
H A Dfabsf.c4 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/i386/
H A Dfabsf.c3 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/x86_64/
H A Dfabsf.c3 float fabsf(float x) in fabsf() function
/third_party/musl/porting/liteos_a/kernel/src/math/arm/
H A Dfabsf.c5 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/riscv32/
H A Dfabsf.c5 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/riscv64/
H A Dfabsf.c5 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/s390x/
H A Dfabsf.c5 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/mips/
H A Dfabsf.c5 float fabsf(float x) in fabsf() function
/third_party/musl/src/math/powerpc/
H A Dfabsf.c9 float fabsf(float x) in fabsf() function
/third_party/lame/libmp3lame/
H A Dmachine.h181 # define fabsf fabs macro
/third_party/ffmpeg/compat/cuda/
H A Dcuda_runtime.h181 static inline __device__ float fabsf(float a) { return __builtin_fabsf(a); } in fabsf() function
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs496 pub fn fabsf(x: f32) -> f32 { in fabsf() functions

Completed in 5 milliseconds