Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/math/amd64/
H A Dfmodf.S17 fmodf: label
/reactos/sdk/lib/crt/math/
H A Dfmodf.c11 fmodf( in fmodf() function
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dfmodf.asm72 fmodf PROC FRAME label
H A Dremainderf.c56 float fmodf(float x, float y) in fmodf() function
/reactos/sdk/include/crt/
H A Dmath.h228 _Check_return_ __CRT_INLINE float fmodf(_In_ float x, _In_ float y) { return (float)fmod((double)x,… in fmodf() function