Home
last modified time | relevance | path

Searched refs:FUNC1 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_030.cpp40 #define FUNC2(a, b) FUNC1(a, b) + NEST2
41 #define FUNC1(a, b) (a) + (b) macro
/third_party/python/Modules/
Dmathmodule.c1146 #define FUNC1(funcname, func, can_overflow, docstring) \ macro
1164 FUNC1(acos, acos, 0,
1168 FUNC1(acosh, m_acosh, 0,
1171 FUNC1(asin, asin, 0,
1175 FUNC1(asinh, m_asinh, 0,
1178 FUNC1(atan, atan, 0,
1186 FUNC1(atanh, m_atanh, 0,
1229 FUNC1(cos, cos, 0,
1232 FUNC1(cosh, cosh, 1,
1241 FUNC1(exp, exp, 1,
[all …]