Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_hypotl.c25 union IEEEl2bits uv; \
27 uv.e = v; \
28 h = uv.bits.manh; \
29 l = uv.bits.manl; \
102 union IEEEl2bits uv; in hypotl() local
103 uv.e = t1; uv.bits.manl = 0; t1 = uv.e; in hypotl()
109 union IEEEl2bits uv; in hypotl() local
110 uv.e = y1; uv.bits.manl = 0; y1 = uv.e; in hypotl()
113 uv.e = t1; uv.bits.manl = 0; t1 = uv.e; in hypotl()