/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | e_fmod.c | 132 double fmod(double x, double y) in fmod() function 142 strong_alias(__ieee754_fmod, fmod) 144 libm_hidden_def(fmod)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_compatibility/ |
A D | math.h | 57 using std::fmod;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_compatibility/ |
A D | math.h | 57 using std::fmod;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | libm-test-ulps-sh | 391 # fmod 392 Test "fmod (-6.5, -2.3) == -1.9": 397 Test "fmod (-6.5, 2.3) == -1.9": 402 Test "fmod (6.5, -2.3) == 1.9": 407 Test "fmod (6.5, 2.3) == 1.9": 988 Function: "fmod":
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_std/ |
A D | cmath | 63 #undef fmod 259 using ::fmod; 262 fmod(float __x, float __y) 266 fmod(long double __x, long double __y) 273 fmod(_Tp __x, _Up __y)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_std/ |
A D | cmath | 63 #undef fmod 259 using ::fmod; 262 fmod(float __x, float __y) 266 fmod(long double __x, long double __y) 273 fmod(_Tp __x, _Up __y)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_std/ |
A D | cmath | 63 #undef fmod 259 using ::fmod; 262 fmod(float __x, float __y) 266 fmod(long double __x, long double __y) 273 fmod(_Tp __x, _Up __y)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_std/ |
A D | cmath | 63 #undef fmod 259 using ::fmod; 262 fmod(float __x, float __y) 266 fmod(long double __x, long double __y) 273 fmod(_Tp __x, _Up __y)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_std/ |
A D | cmath | 63 #undef fmod 259 using ::fmod; 262 fmod(float __x, float __y) 266 fmod(long double __x, long double __y) 273 fmod(_Tp __x, _Up __y)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_std/ |
A D | cmath | 63 #undef fmod 259 using ::fmod; 262 fmod(float __x, float __y) 266 fmod(long double __x, long double __y) 273 fmod(_Tp __x, _Up __y)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_std/ |
A D | cmath | 63 #undef fmod 259 using ::fmod; 262 fmod(float __x, float __y) 266 fmod(long double __x, long double __y) 273 fmod(_Tp __x, _Up __y)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_std/ |
A D | cmath | 63 #undef fmod 259 using ::fmod; 262 fmod(float __x, float __y) 266 fmod(long double __x, long double __y) 273 fmod(_Tp __x, _Up __y)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/ |
A D | math_stubs_float.cc | 117 return (float) fmod(x, y); in fmodf()
|
A D | math_stubs_long_double.cc | 117 return fmod((double) x, (double) y); in fmodl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/ |
A D | math_stubs_float.cc | 117 return (float) fmod(x, y); in fmodf()
|
A D | math_stubs_long_double.cc | 117 return fmod((double) x, (double) y); in fmodl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/ |
A D | math_stubs_long_double.cc | 117 return fmod((double) x, (double) y); in fmodl()
|
A D | math_stubs_float.cc | 117 return (float) fmod(x, y); in fmodf()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/ |
A D | math_stubs_float.cc | 117 return (float) fmod(x, y); in fmodf()
|
A D | math_stubs_long_double.cc | 117 return fmod((double) x, (double) y); in fmodl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/ |
A D | math_stubs_float.cc | 117 return (float) fmod(x, y); in fmodf()
|
A D | math_stubs_long_double.cc | 117 return fmod((double) x, (double) y); in fmodl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/ |
A D | math_stubs_float.cc | 117 return (float) fmod(x, y); in fmodf()
|
A D | math_stubs_long_double.cc | 117 return fmod((double) x, (double) y); in fmodl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/ |
A D | math_stubs_float.cc | 117 return (float) fmod(x, y); in fmodf()
|