Home
last modified time | relevance | path

Searched defs:fmod (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/crt/math/amd64/
H A Dfmod.S17 fmod: label
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dfmod.asm72 fmod PROC FRAME label
H A Dremainder.c71 double fmod(double x, double y) in fmod() function
/reactos/sdk/include/crt/
H A Dmath.h347 _Check_return_ inline float fmod(_In_ float x, _In_ float y) throw() { return fmodf(x, y); } in fmod() function
373 _Check_return_ inline long double fmod(_In_ long double x, _In_ long double y) throw() { return fmo… in fmod() function
/reactos/sdk/include/ucrt/
H A Dtgmath.h429 #define fmod(X, Y) _Generic(__tgmath_resolve_real_binary_op((X), (Y)), \ macro