/third_party/musl/src/math/ |
D | fmax.c | 3 double fmax(double x, double y) in fmax() function
|
/third_party/musl/src/math/powerpc64/ |
D | fmax.c | 5 double fmax(double x, double y) in fmax() function
|
/third_party/musl/src/math/riscv64/ |
D | fmax.c | 5 double fmax(double x, double y) in fmax() function
|
/third_party/musl/src/math/aarch64/ |
D | fmax.c | 3 double fmax(double x, double y) in fmax() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmax.c | 3 double fmax(double x, double y) in fmax() function
|
/third_party/boost/libs/math/test/ |
D | wavelet_transform_test.cpp | 57 Real fmax = 1; in test_wavelet_transform() local
|
/third_party/mesa3d/src/compiler/nir/tests/ |
D | serialize_tests.cpp | 128 nir_ssa_def *fmax = nir_fmax(b, zero, zero); in TEST_P() local
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_cmath.hpp | 683 …inline boost::math::cstdfloat::detail::float_internal128_t fmax(boost::math::cstdfloat::detail::f… in fmax() function 688 …fmax(boost::math::cstdfloat::detail::float_internal128_t x, T y) { return ::BOOST_CSTDFLOAT_FLOAT1… in fmax() function 693 …fmax(T x, boost::math::cstdfloat::detail::float_internal128_t y) { return ::BOOST_CSTDFLOAT_FLOAT1… in fmax() function
|
/third_party/musl/include/ |
D | tgmath.h | 235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
|
/third_party/boost/boost/math/tools/ |
D | roots.hpp | 146 T fmax = f(max); in bisect() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
|