Lines Matching refs:res
36 double res; in randx() local
42 double res; in randx() member
56 res = u.res; in randx()
58 } while (!finite(res)); in randx()
60 return res ; in randx()
215 double res; in test_pow() local
221 res = pow(n1, n2); in test_pow()
223 test_mok(shouldbe, res,55); in test_pow()
232 float res; in test_pow() local
240 res = powf(n1, n2); in test_pow()
243 test_mok((double) shouldbe, (double) res,28); in test_pow()