Home
last modified time | relevance | path

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

/third_party/musl/src/math/
Dfmax.c3 double fmax(double x, double y) in fmax() function
/third_party/musl/src/math/powerpc64/
Dfmax.c5 double fmax(double x, double y) in fmax() function
/third_party/musl/src/math/riscv64/
Dfmax.c5 double fmax(double x, double y) in fmax() function
/third_party/musl/src/math/aarch64/
Dfmax.c3 double fmax(double x, double y) in fmax() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmax.c3 double fmax(double x, double y) in fmax() function
/third_party/boost/libs/math/test/
Dwavelet_transform_test.cpp57 Real fmax = 1; in test_wavelet_transform() local
/third_party/mesa3d/src/compiler/nir/tests/
Dserialize_tests.cpp128 nir_ssa_def *fmax = nir_fmax(b, zero, zero); in TEST_P() local
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp683 …inline boost::math::cstdfloat::detail::float_internal128_t fmax(boost::math::cstdfloat::detail::f… in fmax() function
688fmax(boost::math::cstdfloat::detail::float_internal128_t x, T y) { return ::BOOST_CSTDFLOAT_FLOAT1… in fmax() function
693fmax(T x, boost::math::cstdfloat::detail::float_internal128_t y) { return ::BOOST_CSTDFLOAT_FLOAT1… in fmax() function
/third_party/musl/include/
Dtgmath.h235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
/third_party/boost/boost/math/tools/
Droots.hpp146 T fmax = f(max); in bisect() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument