Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Dmath.c119 int error_bit = p->error_bit; in ffcheck_id() local
123 if (error_bit > 63) in ffcheck_id()
124 error_bit = 63; in ffcheck_id()
139 if (mag < error_bit) in ffcheck_id()
205 int error_bit = p->error_bit; in fffcheck_id() local
207 if (error_bit > 31) in fffcheck_id()
208 error_bit = 31; in fffcheck_id()
223 if (mag < error_bit) in fffcheck_id()
311 if (reduce && p->error_bit < mag) in frontline()
313 fprintf(f, "{%2d,", p->error_bit); in frontline()
Dtest.h187 char error_bit;