Searched refs:shouldbe (Results 1 – 2 of 2) sorted by relevance
184 double shouldbe) in mag_of_error() argument194 b.value = shouldbe; in mag_of_error()247 float shouldbe) in fmag_of_error() argument256 b.value = shouldbe; in fmag_of_error()288 char *shouldbe) in test_sok() argument290 if (strcmp(is,shouldbe)) in test_sok()295 is, shouldbe); in test_sok()301 int shouldbe) in test_iok() argument303 if (is != shouldbe){ in test_iok()307 is, shouldbe); in test_iok()[all …]
216 double shouldbe; in test_pow() local222 shouldbe = exp(log(n1) * n2); in test_pow()223 test_mok(shouldbe, res,55); in test_pow()233 float shouldbe; in test_pow() local241 shouldbe = expf(logf(n1) * n2); in test_pow()243 test_mok((double) shouldbe, (double) res,28); in test_pow()