ReactOS
0.4.16-dev-2104-gb84fa49
Functions
exp2f.c File Reference
#include <math.h>
Include dependency graph for exp2f.c:
Go to the source code of this file.
Functions
_Check_return_
float
__cdecl
exp2f
(
_In_
float
x
)
Function Documentation
◆
exp2f()
_Check_return_
float
__cdecl
exp2f
(
_In_
float
x
)
Definition at line
7
of file
exp2f.c
.
9
{
10
/* This below avoids clang to optimize our pow call to exp2 */
11
static
const
float
TWO = 2.0f;
12
return
powf
(TWO,
x
);
13
}
powf
_ACRTIMP float __cdecl powf(float, float)
Definition:
powf.c:14
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
exp2f.c
Generated on Wed Jan 7 2026 06:26:01 for ReactOS by
1.9.6