Home
last modified time | relevance | path

Searched defs:fmaf (Results 1 – 21 of 21) sorted by relevance

/external/musl/src/math/x86_64/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
13 float fmaf(float x, float y, float z) in fmaf() function
/external/trusty/musl/src/math/x32/
Dfmaf.c5 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/x32/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
13 float fmaf(float x, float y, float z) in fmaf() function
/external/trusty/musl/src/math/x86_64/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
13 float fmaf(float x, float y, float z) in fmaf() function
/external/trusty/musl/src/math/arm/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
/external/musl/src/math/arm/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
/external/trusty/musl/src/math/aarch64/
Dfmaf.c3 float fmaf(float x, float y, float z) in fmaf() function
/external/musl/src/math/powerpc/
Dfmaf.c9 float fmaf(float x, float y, float z) in fmaf() function
/external/musl/src/math/s390x/
Dfmaf.c3 float fmaf(float x, float y, float z) in fmaf() function
/external/musl/src/math/aarch64/
Dfmaf.c3 float fmaf(float x, float y, float z) in fmaf() function
/external/trusty/musl/src/math/riscv64/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
/external/trusty/musl/src/math/s390x/
Dfmaf.c3 float fmaf(float x, float y, float z) in fmaf() function
/external/musl/src/math/powerpc64/
Dfmaf.c3 float fmaf(float x, float y, float z) in fmaf() function
/external/musl/src/math/riscv64/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
/external/trusty/musl/src/math/powerpc/
Dfmaf.c9 float fmaf(float x, float y, float z) in fmaf() function
/external/trusty/musl/src/math/powerpc64/
Dfmaf.c3 float fmaf(float x, float y, float z) in fmaf() function
/external/musl/src/math/riscv32/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
/external/trusty/musl/src/math/
Dfmaf.c39 float fmaf(float x, float y, float z) in fmaf() function
/external/musl/src/math/
Dfmaf.c39 float fmaf(float x, float y, float z) in fmaf() function
/external/rust/android-crates-io/crates/libm/src/math/
Dfmaf.rs49 pub fn fmaf(x: f32, y: f32, mut z: f32) -> f32 { in fmaf() function
Dmod.rs130 mod fmaf; module