Home
last modified time | relevance | path

Searched defs:fmaxf (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_fmaxf.c35 fmaxf(float x, float y) in fmaxf() function
41 fmaxf(float x, float y) in fmaxf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfmaxf.rs2 pub fn fmaxf(x: f32, y: f32) -> f32 { in fmaxf() function
H A Dmod.rs132 mod fmaxf; module
/aosp_15_r20/external/trusty/musl/src/math/
Dfmaxf.c3 float fmaxf(float x, float y) in fmaxf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfmaxf.rs2 pub fn fmaxf(x: f32, y: f32) -> f32 { in fmaxf() function
H A Dmod.rs132 mod fmaxf; module
/aosp_15_r20/external/musl/src/math/
H A Dfmaxf.c3 float fmaxf(float x, float y) in fmaxf() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfmaxf.rs2 pub fn fmaxf(x: f32, y: f32) -> f32 { in fmaxf() function
H A Dmod.rs132 mod fmaxf; module
/aosp_15_r20/external/trusty/musl/src/math/riscv64/
Dfmaxf.c5 float fmaxf(float x, float y) in fmaxf() function
/aosp_15_r20/external/musl/src/math/riscv32/
H A Dfmaxf.c5 float fmaxf(float x, float y) in fmaxf() function
/aosp_15_r20/external/musl/src/math/powerpc64/
H A Dfmaxf.c5 float fmaxf(float x, float y) in fmaxf() function
/aosp_15_r20/external/trusty/musl/src/math/aarch64/
Dfmaxf.c3 float fmaxf(float x, float y) in fmaxf() function
/aosp_15_r20/external/musl/src/math/aarch64/
H A Dfmaxf.c3 float fmaxf(float x, float y) in fmaxf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfmaxf.rs2 pub fn fmaxf(x: f32, y: f32) -> f32 { in fmaxf() function
H A Dmod.rs132 mod fmaxf; module
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dfmaxf.rs2 pub fn fmaxf(x: f32, y: f32) -> f32 { in fmaxf() function
Dmod.rs132 mod fmaxf; module
/aosp_15_r20/external/musl/src/math/riscv64/
H A Dfmaxf.c5 float fmaxf(float x, float y) in fmaxf() function
/aosp_15_r20/external/trusty/musl/src/math/powerpc64/
Dfmaxf.c5 float fmaxf(float x, float y) in fmaxf() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfmaxf.rs2 pub fn fmaxf(x: f32, y: f32) -> f32 { in fmaxf() function
H A Dmod.rs132 mod fmaxf; module
/aosp_15_r20/external/liblc3/wasm/
H A Dmath.h31 #define fmaxf __builtin_fmaxf macro
/aosp_15_r20/bionic/libm/
H A Dbuiltins.cpp55 float fmaxf(float x, float y) { return __builtin_fmaxf(x, y); } in fmaxf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/
Dstub.c87 void fmaxf() {} in fmaxf() function

123