| /prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/ |
| D | min_max.h | 28 _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
|
| /prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/ |
| D | min_max.h | 28 [[__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
|
| /prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/ |
| D | min_max.h | 28 _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
|
| /prebuilts/clang/host/linux-x86/clang-r547379/include/c++/v1/__math/ |
| D | min_max.h | 28 _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
|
| /prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/ |
| D | min_max.h | 28 _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
|
| /prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/ |
| D | dfminmax.s | 6 .global fmax symbol 34 fmax: label
|
| /prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/ |
| D | dfminmax.s | 6 .global fmax symbol 34 fmax: label
|
| /prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
| D | fmax.rs | 2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
|
| D | mod.rs | 131 mod fmax; module
|
| /prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
| D | fmax.rs | 2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
|
| D | mod.rs | 131 mod fmax; module
|
| /prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
| D | fmax.rs | 2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
|
| D | mod.rs | 131 mod fmax; module
|
| /prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
| D | fmax.rs | 2 pub fn fmax(x: f64, y: f64) -> f64 { in fmax() function
|
| D | mod.rs | 131 mod fmax; module
|
| /prebuilts/go/linux-x86/src/runtime/ |
| D | minmax.go | 42 func fmax[F floaty](x, y F) F { func
|
| /prebuilts/vndk/v30/arm/include/external/libcxx/include/ |
| D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
| /prebuilts/vndk/v31/x86/include/external/libcxx/include/ |
| D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
| /prebuilts/vndk/v32/arm/include/external/libcxx/include/ |
| D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
| /prebuilts/vndk/v33/arm/include/external/libcxx/include/ |
| D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
| /prebuilts/vndk/v30/x86_64/include/external/libcxx/include/ |
| D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
| /prebuilts/vndk/v31/arm64/include/external/libcxx/include/ |
| D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
| /prebuilts/vndk/v30/x86/include/external/libcxx/include/ |
| D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
| /prebuilts/vndk/v31/x86_64/include/external/libcxx/include/ |
| D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
| /prebuilts/vndk/v33/x86_64/include/external/libcxx/include/ |
| D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|