Home
last modified time | relevance | path

Searched refs:fmax (Results 1 – 25 of 42) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Ds_fmax.c10 double fmax(double x, double y) in fmax() function
19 libm_hidden_def(fmax)
A Dfloat_wrappers.c209 return (float) fmax( (double)x, (double)y ); in fmaxf()
A Dldouble_wrappers.c201 WRAPPER2(fmax)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dmath.SUSv4.syms64 fmax
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/
A Dlibm-test.inc2730 START (fmax);
2732 TEST_ff_f (fmax, 0, 0, 0);
2734 TEST_ff_f (fmax, 9, 0, 9);
2735 TEST_ff_f (fmax, 0, 9, 9);
2736 TEST_ff_f (fmax, -9, 0, 0);
2737 TEST_ff_f (fmax, 0, -9, 0);
2749 TEST_ff_f (fmax, 0, nan_value, 0);
2750 TEST_ff_f (fmax, 9, nan_value, 9);
2752 TEST_ff_f (fmax, nan_value, 0, 0);
2753 TEST_ff_f (fmax, nan_value, 9, 9);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dtgmath.h426 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_compatibility/
A Dmath.h89 using std::fmax;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_compatibility/
A Dmath.h89 using std::fmax;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_compatibility/
A Dmath.h89 using std::fmax;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_compatibility/
A Dmath.h89 using std::fmax;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dmathcalls.h356 __MATHCALLI (fmax,, (_Mdouble_ __x, _Mdouble_ __y))
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_compatibility/
A Dmath.h89 using std::fmax;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_compatibility/
A Dmath.h89 using std::fmax;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dmath.h57 using std::tr1::fmax;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dmath.h57 using std::tr1::fmax;
A Dcmath71 #undef fmax
205 using ::fmax;
464 using std::fmax;
677 fmax(float __x, float __y)
681 fmax(long double __x, long double __y)
687 fmax(_Tp __x, _Up __y)
690 return fmax(__type(__x), __type(__y));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dmath.h57 using std::tr1::fmax;
A Dcmath71 #undef fmax
205 using ::fmax;
464 using std::fmax;
677 fmax(float __x, float __y)
681 fmax(long double __x, long double __y)
687 fmax(_Tp __x, _Up __y)
690 return fmax(__type(__x), __type(__y));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dmath.h57 using std::tr1::fmax;
A Dcmath71 #undef fmax
205 using ::fmax;
464 using std::fmax;
677 fmax(float __x, float __y)
681 fmax(long double __x, long double __y)
687 fmax(_Tp __x, _Up __y)
690 return fmax(__type(__x), __type(__y));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dmath.h57 using std::tr1::fmax;
A Dcmath71 #undef fmax
205 using ::fmax;
464 using std::fmax;
677 fmax(float __x, float __y)
681 fmax(long double __x, long double __y)
687 fmax(_Tp __x, _Up __y)
690 return fmax(__type(__x), __type(__y));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dmath.h57 using std::tr1::fmax;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dmath.h57 using std::tr1::fmax;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dmath.h57 using std::tr1::fmax;

Completed in 21 milliseconds

12