Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypot.c110 double D2ONM1022 = ((double*)LCONST)[1]; /* 2 **-1022 */ in __vhypot() local
151 x *= D2ONM1022; in __vhypot()
152 y *= D2ONM1022; in __vhypot()
193 x *= D2ONM1022; in __vhypot()
194 y *= D2ONM1022; in __vhypot()
231 res = D2ONM1022 * res; in __vhypot()
279 x *= D2ONM1022; in __vhypot()
280 y *= D2ONM1022; in __vhypot()
317 res = D2ONM1022 * res; in __vhypot()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S105 ! x *= D2ONM1022;
106 ! y *= D2ONM1022;
147 ! res = D2ONM1022 * res;