Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmax.c3 double fmax(double x, double y) in fmax() function
/third_party/musl/src/math/
Dfmax.c3 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/src/math/riscv64/
Dfmax.c5 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/riscv32/
Dfmax.c5 double fmax(double x, double y) in fmax() function
/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/musl/porting/liteos_m/kernel/include/
Dtgmath.h235 #define fmax(x,y) __tg_real_2(fmax, (x), (y)) macro
/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/cups-filters/filter/foomatic-rip/
Doptions.c507 float f, fmin, fmax; in get_valid_param_string() local
/third_party/vixl/test/aarch64/
Dtest-api-movprfx-aarch64.cc436 __ fmax(z24.VnS(), p1.Merging(), z24.VnS(), z24.VnS()); in TEST() local
949 __ fmax(z14.VnS(), p1.Merging(), z14.VnS(), 0.0); in TEST() local
952 __ fmax(z27.VnD(), p5.Merging(), z27.VnD(), z14.VnD()); in TEST() local
1793 __ fmax(z14.VnH(), p7.Merging(), z14.VnH(), 0.0); in TEST() local
1796 __ fmax(z17.VnS(), p4.Merging(), z17.VnS(), z9.VnS()); in TEST() local
Dtest-trace-aarch64.cc525 __ fmax(d12, d5, d5); in GenerateTestSequenceFP() local
526 __ fmax(s12, s28, s6); in GenerateTestSequenceFP() local
2614 __ fmax(v19.V2D(), v7.V2D(), v8.V2D()); in GenerateTestSequenceNEONFP() local
2615 __ fmax(v25.V2S(), v12.V2S(), v29.V2S()); in GenerateTestSequenceNEONFP() local
2616 __ fmax(v6.V4S(), v15.V4S(), v5.V4S()); in GenerateTestSequenceNEONFP() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_peephole.cpp1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
/third_party/vixl/src/aarch64/
Dassembler-sve-aarch64.cc657 void Assembler::fmax(const ZRegister& zd, in fmax() function in vixl::aarch64::Assembler
676 void Assembler::fmax(const ZRegister& zd, in fmax() function in vixl::aarch64::Assembler
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35560 fmax(float __x, float __y) in fmax() function
35564 fmax(long double __x, long double __y) in fmax() function
35571 fmax(_Tp __x, _Up __y) in fmax() function