Searched defs:fmaf (Results 1 – 11 of 11) sorted by relevance
| /external/musl/src/math/x32/ |
| D | fmaf.c | 5 float fmaf(float x, float y, float z) in fmaf() function 13 float fmaf(float x, float y, float z) in fmaf() function
|
| /external/musl/src/math/x86_64/ |
| D | fmaf.c | 5 float fmaf(float x, float y, float z) in fmaf() function 13 float fmaf(float x, float y, float z) in fmaf() function
|
| /external/musl/src/math/riscv64/ |
| D | fmaf.c | 5 float fmaf(float x, float y, float z) in fmaf() function
|
| /external/musl/src/math/powerpc64/ |
| D | fmaf.c | 3 float fmaf(float x, float y, float z) in fmaf() function
|
| /external/musl/src/math/powerpc/ |
| D | fmaf.c | 9 float fmaf(float x, float y, float z) in fmaf() function
|
| /external/musl/src/math/s390x/ |
| D | fmaf.c | 3 float fmaf(float x, float y, float z) in fmaf() function
|
| /external/musl/src/math/aarch64/ |
| D | fmaf.c | 3 float fmaf(float x, float y, float z) in fmaf() function
|
| /external/musl/src/math/arm/ |
| D | fmaf.c | 5 float fmaf(float x, float y, float z) in fmaf() function
|
| /external/musl/src/math/ |
| D | fmaf.c | 39 float fmaf(float x, float y, float z) in fmaf() function
|
| /external/rust/crates/libm/src/math/ |
| D | fmaf.rs | 49 pub fn fmaf(x: f32, y: f32, mut z: f32) -> f32 { in fmaf() function
|
| D | mod.rs | 130 mod fmaf; module
|