Home
last modified time | relevance | path

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

/external/lib/libm/
A Ds_atan.c55 static const double aT[] = { variable
113 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10]))))); in atan()
114 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9])))); in atan()

Completed in 2 milliseconds