Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Dmath.c66 thedouble (uint32_t msw,
117 thedouble(p->qs[id].msw, p->qs[id].lsw, &correct.value); in ffcheck_id()
200 thedouble(p->qs[id].msw,p->qs[id].lsw, &correct_double.value); in fffcheck_id()
275 thedouble (uint32_t msw, in thedouble() function
330 translate_to(f, thedouble(p->qs[0].msw, p->qs[0].lsw, NULL)); in frontline()
345 thedouble(p->qs[1].msw, p->qs[1].lsw, NULL)); in frontline()
349 fprintf(f,", %g", thedouble(p->qs[2].msw,p->qs[2].lsw, NULL)); in frontline()
542 thedouble(p->qs[1].msw, p->qs[1].lsw, &arg1); in run_vector_1()
544 thedouble(p->qs[2].msw, p->qs[2].lsw, &arg2); in run_vector_1()