Searched refs:SINCOS (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | mathtools.h | 48 #define SINCOS(f,s,c) \ 51 #define SINCOS(f,s,c) {s=sin(f);c=cos(f);} macro
|
D | surf3d.c | 106 SINCOS (angle, sina, cosa); in surf3d_rotate() 133 SINCOS ((angle / 4.3f), sina, cosa); in grid3d_update() 135 SINCOS (angle, sina, cosa); in grid3d_update()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 159 sincos { yylval.integer = BRW_MATH_FUNCTION_SINCOS; return SINCOS; }
|
D | i965_gram.y | 406 %token <integer> RSQRTM SIN SINCOS SQRT 871 | SINCOS
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 1875 DECL_SPECIAL(SINCOS) in DECL_SPECIAL() argument 3128 _OPI(SINCOS, NOP, V(2,0), V(2,1), V(2,0), V(2,1), 1, 3, SPECIAL(SINCOS)), 3129 _OPI(SINCOS, NOP, V(3,0), V(3,0), V(3,0), V(3,0), 1, 1, SPECIAL(SINCOS)),
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 652 - st/nine: Fix SINCOS input
|