Home
last modified time | relevance | path

Searched refs:SINCOS (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom/
Dmathtools.h48 #define SINCOS(f,s,c) \
51 #define SINCOS(f,s,c) {s=sin(f);c=cos(f);} macro
Dsurf3d.c106 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/
Di965_lex.l159 sincos { yylval.integer = BRW_MATH_FUNCTION_SINCOS; return SINCOS; }
Di965_gram.y406 %token <integer> RSQRTM SIN SINCOS SQRT
871 | SINCOS
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c1875 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/
D19.1.0.rst652 - st/nine: Fix SINCOS input