| /third_party/musl/src/math/x32/ |
| D | sqrtf.s | 1 .global sqrtf symbol 3 sqrtf: sqrtss %xmm0, %xmm0 label
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | acoshf.c | 5 #define sqrtf sqrtl macro 8 #define sqrtf sqrt macro
|
| D | sqrtf.c | 15 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/ |
| D | acoshf.c | 5 #define sqrtf sqrtl macro 8 #define sqrtf sqrt macro
|
| D | sqrtf.c | 15 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/powerpc64/ |
| D | sqrtf.c | 3 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/x86_64/ |
| D | sqrtf.c | 3 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/s390x/ |
| D | sqrtf.c | 5 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/aarch64/ |
| D | sqrtf.c | 3 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/riscv32/ |
| D | sqrtf.c | 5 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/arm/ |
| D | sqrtf.c | 5 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/powerpc/ |
| D | sqrtf.c | 5 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/arm/ |
| D | sqrtf.c | 5 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/riscv64/ |
| D | sqrtf.c | 5 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/mips/ |
| D | sqrtf.c | 5 float sqrtf(float x) in sqrtf() function
|
| /third_party/musl/src/math/i386/ |
| D | sqrtf.c | 3 float sqrtf(float x) in sqrtf() function
|
| /third_party/ffmpeg/compat/cuda/ |
| D | cuda_runtime.h | 184 static inline __device__ float sqrtf(float a) { return __builtin_sqrtf(a); } in sqrtf() function
|
| /third_party/rust/crates/minimal-lexical/src/ |
| D | libm.rs | 387 pub fn sqrtf(x: f32) -> f32 { in sqrtf() function
|