Home
last modified time | relevance | path

Searched refs:fmodf (Results 1 – 13 of 13) sorted by relevance

/reactos/sdk/lib/crt/math/amd64/
H A Dfmodf.S16 PUBLIC fmodf
17 fmodf: label
18 UNIMPLEMENTED fmodf
/reactos/sdk/lib/crt/math/
H A Dfmodf.c5 #pragma function(fmodf)
11 fmodf( in fmodf() function
H A Dmath.cmake131 math/libm_sse2/fmodf.asm
177 math/fmodf.c
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dfmodf.asm25 ; $Workfile: fmodf.asm $
69 ; float fmodf [float, float] ------------------------------------
71 PUBLIC fmodf
72 fmodf PROC FRAME label
157 fmodf ENDP
H A Dremainderf.c51 #pragma function(remainderf,fmodf)
56 float fmodf(float x, float y) in fmodf() function
/reactos/sdk/include/crt/
H A Dmath.h194 _Check_return_ float __cdecl fmodf(_In_ float x, _In_ float y);
208 #pragma function(acosf,asinf,atanf,atan2f,ceilf,cosf,coshf,expf,floorf,fmodf,logf,log10f,powf,sinf,…
228 _Check_return_ __CRT_INLINE float fmodf(_In_ float x, _In_ float y) { return (float)fmod((double)x,… in fmodf() function
347 _Check_return_ inline float fmod(_In_ float x, _In_ float y) throw() { return fmodf(x, y); } in fmod()
/reactos/sdk/include/c++/
H A Dcmath128 { return fmodf(__x, __y); }
/reactos/sdk/include/ucrt/
H A Dtgmath.h431 float: fmodf, \
H A Dcorecrt_math.h684 _Check_return_ _ACRTIMP float __cdecl fmodf(_In_ float _X, _In_ float _Y);
693 _Check_return_ __inline float __CRTDECL fmodf(_In_ float _X, _In_ float _Y)
/reactos/modules/rostests/apitests/crt/
H A Dmsvcrt_crt_apitest.cmake1364 # fmodf.c
/reactos/dll/win32/gdiplus/
H A Dbrush.c507 angle = fmodf(angle, 360); in GdipCreateLineBrushFromRectWithAngle()
H A Dgraphics.c599 position = fmodf(position, 1.0f); in blend_line_gradient()
604 position = fmodf(position, 2.0f); in blend_line_gradient()
/reactos/dll/win32/msvcrt/
H A Dmsvcrt.spec1336 @ cdecl -arch=x86_64,arm fmodf(long)