Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_asin.c69 __int32_t iw; in asinf() local
71 GET_FLOAT_WORD(iw, w); in asinf()
72 SET_FLOAT_WORD(w, iw & 0xfffff000); in asinf()