Home
last modified time | relevance | path

Searched refs:fmod (Results 1 – 25 of 94) sorted by relevance

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_fmod.c132 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 Dmath.h57 using std::fmod;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_compatibility/
A Dmath.h57 using std::fmod;
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/
A Dlibm-test-ulps-sh391 # 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 Dcmath63 #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 Dcmath63 #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 Dcmath63 #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 Dcmath63 #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 Dcmath63 #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 Dcmath63 #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 Dcmath63 #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 Dcmath63 #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 Dmath_stubs_float.cc117 return (float) fmod(x, y); in fmodf()
A Dmath_stubs_long_double.cc117 return fmod((double) x, (double) y); in fmodl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dmath_stubs_float.cc117 return (float) fmod(x, y); in fmodf()
A Dmath_stubs_long_double.cc117 return fmod((double) x, (double) y); in fmodl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dmath_stubs_long_double.cc117 return fmod((double) x, (double) y); in fmodl()
A Dmath_stubs_float.cc117 return (float) fmod(x, y); in fmodf()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dmath_stubs_float.cc117 return (float) fmod(x, y); in fmodf()
A Dmath_stubs_long_double.cc117 return fmod((double) x, (double) y); in fmodl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dmath_stubs_float.cc117 return (float) fmod(x, y); in fmodf()
A Dmath_stubs_long_double.cc117 return fmod((double) x, (double) y); in fmodl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dmath_stubs_float.cc117 return (float) fmod(x, y); in fmodf()
A Dmath_stubs_long_double.cc117 return fmod((double) x, (double) y); in fmodl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dmath_stubs_float.cc117 return (float) fmod(x, y); in fmodf()

Completed in 22 milliseconds

1234