Searched refs:x_u6 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c1671 bi_index x_u6 = bi_fma_f32(b, s0, TWO_OVER_PI, SINCOS_BIAS, BI_ROUND_NONE); local in function:bi_lower_fsincos_32
1674 bi_index e = bi_fma_f32(b, bi_fadd_f32(b, x_u6, bi_neg(SINCOS_BIAS),
1679 bi_index sinx = bi_fsin_table_u6(b, x_u6, false);
1680 bi_index cosx = bi_fcos_table_u6(b, x_u6, false);

Completed in 6 milliseconds