Home
last modified time | relevance | path

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

/third_party/musl/src/math/riscv64/
Dfmax.c5 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/musl/src/math/aarch64/
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/
Dfmax.c3 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/rust/crates/num-traits/tests/
Dcast.rs199 let fmax = large.raw_offset(-1); localVariable
/third_party/musl/ndk_musl_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/porting/uniproton/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/cups-filters/filter/foomatic-rip/
Doptions.c507 float f, fmin, fmax; in get_valid_param_string() 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/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