Home
last modified time | relevance | path

Searched defs:fmin (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/src/math/
Dfmin.c3 double fmin(double x, double y) in fmin() function
/third_party/musl/src/math/riscv64/
Dfmin.c5 double fmin(double x, double y) in fmin() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmin.c3 double fmin(double x, double y) in fmin() function
/third_party/musl/src/math/powerpc64/
Dfmin.c5 double fmin(double x, double y) in fmin() function
/third_party/musl/src/math/aarch64/
Dfmin.c3 double fmin(double x, double y) in fmin() function
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp694 …inline boost::math::cstdfloat::detail::float_internal128_t fmin(boost::math::cstdfloat::detail::f… in fmin() function
699fmin(boost::math::cstdfloat::detail::float_internal128_t x, T y) { return ::BOOST_CSTDFLOAT_FLOAT1… in fmin() function
704fmin(T x, boost::math::cstdfloat::detail::float_internal128_t y) { return ::BOOST_CSTDFLOAT_FLOAT1… in fmin() function
/third_party/bzip2/
Dblocksort.c78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dblocksort.c78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dblocksort.c78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
/third_party/musl/include/
Dtgmath.h236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
/third_party/boost/boost/math/tools/
Droots.hpp145 T fmin = f(min); 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
/third_party/ffmpeg/libavcodec/
Dmotion_est.c1495 int fmin, bmin, dmin, fbmin, bimin, fimin; in ff_estimate_b_frame_motion() local