#include <precomp.h>
Go to the source code of this file.
◆ _CIacos()
Definition at line 46 of file ci.c.
47{
50}
_ACRTIMP double __cdecl acos(double)
GLint GLint GLint GLint GLint x
◆ _CIasin()
Definition at line 38 of file ci.c.
39{
42}
_ACRTIMP double __cdecl asin(double)
◆ _CIatan()
Definition at line 54 of file ci.c.
55{
58}
_ACRTIMP double __cdecl atan(double)
◆ _CIatan2()
Definition at line 62 of file ci.c.
63{
66}
_ACRTIMP double __cdecl atan2(double, double)
GLint GLint GLint GLint GLint GLint y
◆ _CIcosh()
Definition at line 22 of file ci.c.
23{
26}
_ACRTIMP double __cdecl cosh(double)
◆ _CIexp()
Definition at line 70 of file ci.c.
◆ _CIfmod()
Definition at line 86 of file ci.c.
87{
90}
_ACRTIMP double __cdecl fmod(double, double)
◆ _CIlog10()
Definition at line 78 of file ci.c.
◆ _CIsinh()
Definition at line 14 of file ci.c.
15{
18}
_ACRTIMP double __cdecl sinh(double)
◆ _CItan()
Definition at line 6 of file ci.c.
7{
10}
_ACRTIMP double __cdecl tan(double)
◆ _CItanh()
Definition at line 30 of file ci.c.
31{
34}
_ACRTIMP double __cdecl tanh(double)