Home
last modified time | relevance | path

Searched refs:ulptolerance (Results 1 - 1 of 1) sorted by relevance

/third_party/optimized-routines/math/test/
H A Dmathtest.c1237 long long ulpsr, ulpsi, ulptolerance; in runtest() local
1242 ulptolerance = 4096; /* one ulp */ in runtest()
1244 ulptolerance = t.func->tolerance; in runtest()
1247 if (ulptolerance & ABSLOWERBOUND) { in runtest()
1275 ulptolerance &= ~ABSLOWERBOUND; in runtest()
1285 if (ulptolerance & PLUSMINUSPIO2) { in runtest()
1286 ulptolerance &= ~PLUSMINUSPIO2; in runtest()
1342 unsigned *rr = (ulpsr > ulptolerance || ulpsr < -ulptolerance) ? resultr : NULL; in runtest()
1343 unsigned *ri = (ulpsi > ulptolerance || ulps in runtest()
[all...]

Completed in 4 milliseconds