/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | s_fmax.c | 10 double fmax(double x, double y) in fmax() function 19 libm_hidden_def(fmax)
|
A D | float_wrappers.c | 209 return (float) fmax( (double)x, (double)y ); in fmaxf()
|
A D | ldouble_wrappers.c | 201 WRAPPER2(fmax)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | math.SUSv4.syms | 64 fmax
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | libm-test.inc | 2730 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 D | tgmath.h | 426 #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 D | math.h | 89 using std::fmax;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_compatibility/ |
A D | math.h | 89 using std::fmax;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_compatibility/ |
A D | math.h | 89 using std::fmax;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_compatibility/ |
A D | math.h | 89 using std::fmax;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | mathcalls.h | 356 __MATHCALLI (fmax,, (_Mdouble_ __x, _Mdouble_ __y))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_compatibility/ |
A D | math.h | 89 using std::fmax;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_compatibility/ |
A D | math.h | 89 using std::fmax;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | math.h | 57 using std::tr1::fmax;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | math.h | 57 using std::tr1::fmax;
|
A D | cmath | 71 #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 D | math.h | 57 using std::tr1::fmax;
|
A D | cmath | 71 #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 D | math.h | 57 using std::tr1::fmax;
|
A D | cmath | 71 #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 D | math.h | 57 using std::tr1::fmax;
|
A D | cmath | 71 #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 D | math.h | 57 using std::tr1::fmax;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | math.h | 57 using std::tr1::fmax;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | math.h | 57 using std::tr1::fmax;
|