Home | History | Annotate | Download | only in src

Lines Matching refs:aT

9  * Developed at SunPro, a Sun Microsystems, Inc. business.
37 static const float aT[] = {
91 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
92 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))));
93 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9]))));