| /src/lib/libm/noieee_src/ |
| n_tan.c | 33 static char sccsid[] = "@(#)tan.c 8.1 (Berkeley) 6/4/93"; 40 tan(double x) function 45 if(!finite(x)) /* tan(NaN) and tan(INF) must be NaN */
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| complex_cmath.h | 378 // tan 381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { function in namespace:std
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } function 297 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, tan) 428 using ::tan;
|
| tgmath.h | 288 // tan 296 __tg_tan(double __x) {return tan(__x);} 314 #undef tan macro 315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
|
| __clang_cuda_math.h | 315 __DEVICE__ double tan(double __a) { return __nv_tan(__a); } function
|
| __clang_hip_math.h | 1046 double tan(double __x) { return __ocml_tan_f64(__x); } function
|
| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| math-68881.h | 90 tan (double x) function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| math-68881.h | 90 tan (double x) function
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 69 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 69 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
|
| /src/include/ |
| tgmath.h | 139 #define tan(a) __TG_COMPLEX((a), tan) macro
|
| /src/lib/libm/src/ |
| namespace.h | 103 #define tan _tan macro
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| declaration.h | 492 tan, member in class:BUILTIN
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-intrinsic.cc | 4613 /* COTAN(X) is translated into -TAN(X+PI/2) for REAL argument and 4628 tree tan; local 4640 /* Find tan builtin function. */ 4642 tan = gfc_get_intrinsic_lib_fndecl (m, expr); 4644 tan = build_call_expr_loc (input_location, tan, 1, tmp); 4645 se->expr = fold_build1_loc (input_location, NEGATE_EXPR, type, tan);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-intrinsic.cc | 4620 /* COTAN(X) is translated into -TAN(X+PI/2) for REAL argument and 4635 tree tan; local 4647 /* Find tan builtin function. */ 4649 tan = gfc_get_intrinsic_lib_fndecl (m, expr); 4651 tan = build_call_expr_loc (input_location, tan, 1, tmp); 4652 se->expr = fold_build1_loc (input_location, NEGATE_EXPR, type, tan);
|