Home
last modified time | relevance | path

Searched defs:fmax (Results 1 – 25 of 151) sorted by relevance

1234567

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/
Dmin_max.h28 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() function
33 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() function
37 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __… in fmax() function
42 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmax(_A1 __x,… in fmax() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/
H A Dmin_max.h28 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() function
33 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() function
37 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __… in fmax() function
42 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmax(_A1 __x,… in fmax() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/
Dmin_max.h28 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() function
33 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() function
37 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __y) _… in fmax() function
42 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmax(_A1 __x, _A2… in fmax() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Dmin_max.h28 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() function
33 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() function
37 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __y) _… in fmax() function
42 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmax(_A1 __x, _A2… in fmax() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/
Dmin_max.h28 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() function
33 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() function
37 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __… in fmax() function
42 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmax(_A1 __x,… in fmax() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Dmin_max.h28 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() function
33 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() function
37 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __… in fmax() function
42 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmax(_A1 __x,… in fmax() function
/aosp_15_r20/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c118 extern float __attribute__((overloadable)) fmax(float v1, float v2) { in fmax() function
122 extern float2 __attribute__((overloadable)) fmax(float2 v1, float2 v2) { in fmax() function
129 extern float3 __attribute__((overloadable)) fmax(float3 v1, float3 v2) { in fmax() function
137 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2) { in fmax() function
146 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { in fmax() function
153 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { in fmax() function
161 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { in fmax() function
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_fmax.c36 fmax(double x, double y) in fmax() function
42 fmax(double x, double y) in fmax() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/
H A Ddfminmax.s6 .global fmax symbol
34 fmax: label
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/
H A Ddfminmax.s6 .global fmax symbol
34 fmax: label
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/
H A Ddfminmax.s6 .global fmax symbol
34 fmax: label
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/
H A Ddfminmax.s6 .global fmax symbol
34 fmax: label
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/
H A Ddfminmax.s6 .global fmax symbol
34 fmax: label
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_math_agree.java321 private float fmax(float v1, float v2) { in fmax() method in UT_math_agree
325 private float[] fmax(float[] v1, float[] v2) { in fmax() method in UT_math_agree
329 private float[] fmax(float[] v1, float v2) { in fmax() method in UT_math_agree
/aosp_15_r20/external/aac/libSBRenc/src/
H A Dfram_gen.cpp343 INT fmax = 0; in FDKsbrEnc_frameInfoGenerator() local
971 int fmax; in calcFillLengthMax() local
1029 INT fmax) { in fillFramePost()
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_math_agree.java323 private float fmax(float v1, float v2) { in fmax() method in UT_math_agree
327 private float[] fmax(float[] v1, float[] v2) { in fmax() method in UT_math_agree
331 private float[] fmax(float[] v1, float v2) { in fmax() method in UT_math_agree
/aosp_15_r20/external/musl/src/math/riscv32/
H A Dfmax.c5 double fmax(double x, double y) in fmax() function
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dfmax.rs2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
/aosp_15_r20/external/musl/src/math/aarch64/
H A Dfmax.c3 double fmax(double x, double y) in fmax() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfmax.rs2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfmax.rs2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
/aosp_15_r20/external/musl/src/math/riscv64/
H A Dfmax.c5 double fmax(double x, double y) in fmax() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfmax.rs2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
/aosp_15_r20/external/trusty/musl/src/math/aarch64/
Dfmax.c3 double fmax(double x, double y) in fmax() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfmax.rs2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function

1234567