/third_party/musl/src/math/ |
D | fmin.c | 3 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/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/riscv64/ |
D | fmin.c | 5 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/porting/liteos_m/kernel/include/ |
D | tgmath.h | 236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) 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/ndk_musl_include/ |
D | tgmath.h | 236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | options.c | 507 float f, fmin, fmax; in get_valid_param_string() local
|
/third_party/vixl/test/aarch64/ |
D | test-api-movprfx-aarch64.cc | 442 __ fmin(z20.VnH(), p0.Merging(), z20.VnH(), z20.VnH()); in TEST() local 961 __ fmin(z31.VnH(), p6.Merging(), z31.VnH(), 0.0); in TEST() local 964 __ fmin(z20.VnH(), p3.Merging(), z20.VnH(), z8.VnH()); in TEST() local 1805 __ fmin(z3.VnS(), p0.Merging(), z3.VnS(), 0.0); in TEST() local 1808 __ fmin(z15.VnS(), p4.Merging(), z15.VnS(), z21.VnS()); in TEST() local
|
D | test-trace-aarch64.cc | 529 __ fmin(d20, d20, d18); in GenerateTestSequenceFP() local 530 __ fmin(s7, s13, s16); in GenerateTestSequenceFP() local 2632 __ fmin(v2.V2D(), v5.V2D(), v2.V2D()); in GenerateTestSequenceNEONFP() local 2633 __ fmin(v31.V2S(), v17.V2S(), v10.V2S()); in GenerateTestSequenceNEONFP() local 2634 __ fmin(v10.V4S(), v4.V4S(), v16.V4S()); in GenerateTestSequenceNEONFP() local
|
/third_party/ffmpeg/libavcodec/ |
D | motion_est.c | 1495 int fmin, bmin, dmin, fbmin, bimin, fimin; in ff_estimate_b_frame_motion() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
|
/third_party/vixl/src/aarch64/ |
D | assembler-sve-aarch64.cc | 729 void Assembler::fmin(const ZRegister& zd, in fmin() function in vixl::aarch64::Assembler 748 void Assembler::fmin(const ZRegister& zd, in fmin() function in vixl::aarch64::Assembler
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 35580 fmin(float __x, float __y) in fmin() function 35584 fmin(long double __x, long double __y) in fmin() function 35591 fmin(_Tp __x, _Up __y) in fmin() function
|