Searched refs:t2_2 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vsincos.c | 233 double t0, t1, t2, t1_0, t1_1, t1_2, t2_0, t2_1, t2_2; in __vsincos() local 283 t2_2 = __vlibm_TBL_sincos_lo[j2+1] - (a1_2*w2 - a2_2*t2); in __vsincos() 287 *pc2 = a2_2 + t2_2; in __vsincos() 384 t2_2 = __vlibm_TBL_sincos_lo[j2+1] - (a1_2*w2 - a2_2*t2); in __vsincos() 388 *pc2 = a2_2 + t2_2; in __vsincos() 477 t2_2 = __vlibm_TBL_sincos_lo[j2+1] - (a1_2*w2 - a2_2*t2); in __vsincos() 481 *pc2 = a2_2 + t2_2; in __vsincos() 561 t2_2 = __vlibm_TBL_sincos_lo[j2+1] - (a1_2*w2 - a2_2*t2); in __vsincos() 565 *pc2 = a2_2 + t2_2; in __vsincos() 909 double t0, t1, t2, t1_0, t1_1, t1_2, t2_0, t2_1, t2_2; in __vsincos() local [all …]
|