Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Dtest.c184 double shouldbe) in mag_of_error() argument
194 b.value = shouldbe; in mag_of_error()
247 float shouldbe) in fmag_of_error() argument
256 b.value = shouldbe; in fmag_of_error()
288 char *shouldbe) in test_sok() argument
290 if (strcmp(is,shouldbe)) in test_sok()
295 is, shouldbe); in test_sok()
301 int shouldbe) in test_iok() argument
303 if (is != shouldbe){ in test_iok()
307 is, shouldbe); in test_iok()
[all …]
Dmath2.c216 double shouldbe; in test_pow() local
222 shouldbe = exp(log(n1) * n2); in test_pow()
223 test_mok(shouldbe, res,55); in test_pow()
233 float shouldbe; in test_pow() local
241 shouldbe = expf(logf(n1) * n2); in test_pow()
243 test_mok((double) shouldbe, (double) res,28); in test_pow()