Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypot.c111 double D2ONP1022 = ((double*)LCONST)[2]; /* 2 ** 1022 */ in __vhypot() local
163 res = D2ONP1022 * res; in __vhypot()
205 res = D2ONP1022 * res; in __vhypot()
219 x *= D2ONP1022; in __vhypot()
220 y *= D2ONP1022; in __vhypot()
291 res = D2ONP1022 * res; in __vhypot()
305 x *= D2ONP1022; in __vhypot()
306 y *= D2ONP1022; in __vhypot()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S117 ! res = D2ONP1022 * res;
135 ! x *= D2ONP1022;
136 ! y *= D2ONP1022;