Searched refs:tanf (Results 1 – 12 of 12) sorted by relevance
/reactos/sdk/lib/crt/math/ |
H A D | tanf.c | 5 #pragma function(tanf) 11 tanf( in tanf() function
|
H A D | math.cmake | 121 math/libm_sse2/tanf.c 186 math/tanf.c
|
/reactos/sdk/lib/crt/math/libm_sse2/ |
H A D | tanf.c | 46 #pragma function(tanf) 72 float tanf(float x) in tanf() function
|
H A D | tanf.asm | 26 ; 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 D | math.h | 202 _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 D | cmath | 220 { return tanf(__x); }
|
/reactos/sdk/include/ucrt/ |
H A D | tgmath.h | 293 float: tanf, \
|
H A D | corecrt_math.h | 724 _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 D | math.c | 488 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 D | gcc.cmake | 107 add_compile_options(-fno-builtin-tanf)
|
/reactos/dll/win32/ucrtbase/ |
H A D | ucrtbase.spec | 1858 @ cdecl -arch=!i386 _o_tanf(float) tanf 2601 @ cdecl -arch=!i386 tanf(float)
|
/reactos/dll/win32/msvcrt/ |
H A D | msvcrt.spec | 1495 @ cdecl -arch=x86_64,arm tanf(long)
|