Searched refs:FUNC2 (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 134-hash-comment-directive.c | 17 /*..*/ # /*..*/ define FUNC2(a,b) b a macro 20 FUNC2(x,y)
|
/third_party/ffmpeg/libavcodec/ |
H A D | bit_depth_template.c | 103 #define FUNC2(a, b, c) FUNC3(a, b, c) macro 104 #define FUNC(a) FUNC2(a, BIT_DEPTH,) 105 #define FUNCC(a) FUNC2(a, BIT_DEPTH, _c)
|
/third_party/python/Modules/ |
H A D | mathmodule.c | 1168 #define FUNC2(funcname, func, docstring) \ macro 1192 FUNC2(atan2, m_atan2, 1237 FUNC2(copysign, copysign, 1318 FUNC2(remainder, m_remainder,
|
Completed in 5 milliseconds