Home
last modified time | relevance | path

Searched refs:fmag_of_error (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dtest.c246 fmag_of_error (float is, in fmag_of_error() function
400 int mag = fmag_of_error(value, shouldbe); in test_mfok()
Dtest.h201 int fmag_of_error (float, float);
Dmath.c208 mag = fmag_of_error(correct.value, is); in fffcheck_id()