/third_party/musl/src/math/ |
D | fmin.c | 3 double fmin(double x, double y) in fmin() function
|
/third_party/musl/src/math/riscv64/ |
D | fmin.c | 5 double fmin(double x, double y) in fmin() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmin.c | 3 double fmin(double x, double y) in fmin() function
|
/third_party/musl/src/math/powerpc64/ |
D | fmin.c | 5 double fmin(double x, double y) in fmin() function
|
/third_party/musl/src/math/aarch64/ |
D | fmin.c | 3 double fmin(double x, double y) in fmin() function
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_cmath.hpp | 694 …inline boost::math::cstdfloat::detail::float_internal128_t fmin(boost::math::cstdfloat::detail::f… in fmin() function 699 …fmin(boost::math::cstdfloat::detail::float_internal128_t x, T y) { return ::BOOST_CSTDFLOAT_FLOAT1… in fmin() function 704 …fmin(T x, boost::math::cstdfloat::detail::float_internal128_t y) { return ::BOOST_CSTDFLOAT_FLOAT1… in fmin() function
|
/third_party/bzip2/ |
D | blocksort.c | 78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | blocksort.c | 78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | blocksort.c | 78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
|
/third_party/musl/include/ |
D | tgmath.h | 236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
|
/third_party/boost/boost/math/tools/ |
D | roots.hpp | 145 T fmin = f(min); 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
|
/third_party/ffmpeg/libavcodec/ |
D | motion_est.c | 1495 int fmin, bmin, dmin, fbmin, bimin, fimin; in ff_estimate_b_frame_motion() local
|