Home | History | Annotate | Download | only in base

Lines Matching refs:atanlo

1178   static const double atanlo[] = {
1212 return atanhi[3] + *(volatile double *)&atanlo[3];
1214 return -atanhi[3] - *(volatile double *)&atanlo[3];
1251 z = atanhi[id] - ((x * (s1 + s2) - atanlo[id]) - x);