Lines Matching refs:FUNC1
1032 #define FUNC1(funcname, func, can_overflow, docstring) \ macro
1050 FUNC1(acos, acos, 0,
1053 FUNC1(acosh, m_acosh, 0,
1056 FUNC1(asin, asin, 0,
1059 FUNC1(asinh, m_asinh, 0,
1062 FUNC1(atan, atan, 0,
1069 FUNC1(atanh, m_atanh, 0,
1107 FUNC1(cos, cos, 0,
1110 FUNC1(cosh, cosh, 1,
1119 FUNC1(exp, exp, 1,
1122 FUNC1(expm1, m_expm1, 1,
1127 FUNC1(fabs, fabs, 0,
1166 FUNC1(log1p, m_log1p, 0,
1176 FUNC1(sin, sin, 0,
1179 FUNC1(sinh, sinh, 1,
1182 FUNC1(sqrt, sqrt, 0,
1185 FUNC1(tan, tan, 0,
1188 FUNC1(tanh, tanh, 0,