Home
last modified time | relevance | path

Searched refs:aT (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/lib/libm/
Dsf_atan.c42 static const float aT[] = { variable
44 static float aT[] = {
108 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))));
109 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9]))));
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Ds_atanf.c36 static const float aT[] = { variable
85 s1 = z*(aT[0]+w*(aT[2]+w*aT[4])); in atanf()
86 s2 = w*(aT[1]+w*aT[3]); in atanf()