ReactOS 0.4.15-dev-7924-g5949c20
cipow.c File Reference
#include <precomp.h>
Include dependency graph for cipow.c:

Go to the source code of this file.

Functions

double CDECL _CIpow (void)
 

Function Documentation

◆ _CIpow()

double CDECL _CIpow ( void  )

Definition at line 6 of file cipow.c.

7{
8 FPU_DOUBLES(x, y);
9 return pow(x, y);
10}
double pow(double x, double y)
Definition: freeldr.c:112
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
GLint GLint GLint GLint GLint GLint y
Definition: gl.h:1548