Searched refs:fmodf (Results 1 – 13 of 13) sorted by relevance
/reactos/sdk/lib/crt/math/amd64/ |
H A D | fmodf.S | 16 PUBLIC fmodf 17 fmodf: label 18 UNIMPLEMENTED fmodf
|
/reactos/sdk/lib/crt/math/ |
H A D | fmodf.c | 5 #pragma function(fmodf) 11 fmodf( in fmodf() function
|
H A D | math.cmake | 131 math/libm_sse2/fmodf.asm 177 math/fmodf.c
|
/reactos/sdk/lib/crt/math/libm_sse2/ |
H A D | fmodf.asm | 25 ; $Workfile: fmodf.asm $ 69 ; float fmodf [float, float] ------------------------------------ 71 PUBLIC fmodf 72 fmodf PROC FRAME label 157 fmodf ENDP
|
H A D | remainderf.c | 51 #pragma function(remainderf,fmodf) 56 float fmodf(float x, float y) in fmodf() function
|
/reactos/sdk/include/crt/ |
H A D | math.h | 194 _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 D | cmath | 128 { return fmodf(__x, __y); }
|
/reactos/sdk/include/ucrt/ |
H A D | tgmath.h | 431 float: fmodf, \
|
H A D | corecrt_math.h | 684 _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 D | msvcrt_crt_apitest.cmake | 1364 # fmodf.c
|
/reactos/dll/win32/gdiplus/ |
H A D | brush.c | 507 angle = fmodf(angle, 360); in GdipCreateLineBrushFromRectWithAngle()
|
H A D | graphics.c | 599 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 D | msvcrt.spec | 1336 @ cdecl -arch=x86_64,arm fmodf(long)
|