Home
last modified time | relevance | path

Searched refs:tanf (Results 1 – 12 of 12) sorted by relevance

/reactos/sdk/lib/crt/math/
H A Dtanf.c5 #pragma function(tanf)
11 tanf( in tanf() function
H A Dmath.cmake121 math/libm_sse2/tanf.c
186 math/tanf.c
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dtanf.c46 #pragma function(tanf)
72 float tanf(float x) in tanf() function
H A Dtanf.asm26 ; An implementation of the tanf function using the fma3 instruction.
30 ; float tanf(float x);
32 ; Computes tanf(x).
76 fname TEXTEQU <tanf>
/reactos/sdk/include/crt/
H A Dmath.h202 _Check_return_ float __cdecl tanf(_In_ float x);
208 …asinf,atanf,atan2f,ceilf,cosf,coshf,expf,floorf,fmodf,logf,log10f,powf,sinf,sinhf,sqrtf,tanf,tanhf)
236 _Check_return_ __CRT_INLINE float tanf(_In_ float x) { return (float)tan((double)x); } in tanf() function
358 _Check_return_ inline float tan(_In_ float x) throw() { return tanf(x); } in tan()
/reactos/sdk/include/c++/
H A Dcmath220 { return tanf(__x); }
/reactos/sdk/include/ucrt/
H A Dtgmath.h293 float: tanf, \
H A Dcorecrt_math.h724 _Check_return_ _ACRTIMP float __cdecl tanf(_In_ float _X);
767 _Check_return_ __inline float __CRTDECL tanf(_In_ float _X)
/reactos/dll/directx/wine/d3dx9_36/
H A Dmath.c488 pout->u.m[0][0] = 1.0f / (aspect * tanf(fovy/2.0f)); in D3DXMatrixPerspectiveFovLH()
489 pout->u.m[1][1] = 1.0f / tanf(fovy/2.0f); in D3DXMatrixPerspectiveFovLH()
502 pout->u.m[0][0] = 1.0f / (aspect * tanf(fovy/2.0f)); in D3DXMatrixPerspectiveFovRH()
503 pout->u.m[1][1] = 1.0f / tanf(fovy/2.0f); in D3DXMatrixPerspectiveFovRH()
/reactos/sdk/cmake/
H A Dgcc.cmake107 add_compile_options(-fno-builtin-tanf)
/reactos/dll/win32/ucrtbase/
H A Ducrtbase.spec1858 @ cdecl -arch=!i386 _o_tanf(float) tanf
2601 @ cdecl -arch=!i386 tanf(float)
/reactos/dll/win32/msvcrt/
H A Dmsvcrt.spec1495 @ cdecl -arch=x86_64,arm tanf(long)