ReactOS
0.4.16-dev-2110-ge3521eb
_copysignf.c
Go to the documentation of this file.
1
2
#include <math.h>
3
4
_Check_return_
5
float
6
__cdecl
7
_copysignf
(
8
_In_
float
x
,
9
_In_
float
y
)
10
{
11
return
(
float
)
_copysign
((
double
)
x
, (
double
)
y
);
12
}
_copysignf
_Check_return_ float __cdecl _copysignf(_In_ float x, _In_ float y)
Definition:
_copysignf.c:7
__cdecl
#define __cdecl
Definition:
corecrt.h:121
_copysign
_ACRTIMP double __cdecl _copysign(double, double)
Definition:
copysign.c:17
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
y
GLint GLint GLint GLint GLint GLint y
Definition:
gl.h:1548
_Check_return_
#define _Check_return_
Definition:
no_sal2.h:60
_In_
#define _In_
Definition:
no_sal2.h:158
sdk
lib
crt
math
_copysignf.c
Generated on Thu Jan 8 2026 06:15:18 for ReactOS by
1.9.6