36#define POW_X_ONE_Y_SNAN 1
37#define POW_X_ZERO_Z_INF 2
40#define POW_X_NAN_Y_NAN 5
41#define POW_X_NEG_Y_NOTINT 6
43#define POW_Z_DENORMAL 8
double __cdecl _handle_error(char *fname, int opcode, unsigned long long value, int type, int flags, int error, double arg1, double arg2, int nargs)
Handles an error condition.
float __cdecl _handle_errorf(char *fname, int opcode, unsigned long long value, int type, int flags, int error, float arg1, float arg2, int nargs)
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
#define POW_X_NEG_Y_NOTINT
float _powf_special(float x, float y, float z, U32 code)
double _pow_special(double x, double y, double z, U32 code)