Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c214 static const unsigned long long LCONST[] = { variable
336 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf()
337 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ in __vrsqrtf()
372 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf()
373 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ in __vrsqrtf()
374 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ in __vrsqrtf()
375 double A3 = ((double*)LCONST)[3]; /* -3.12560092408808548438e-01 */ in __vrsqrtf()
404 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf_n()
405 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ in __vrsqrtf_n()
406 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ in __vrsqrtf_n()
[all …]
H A D__vpow.c474 static const unsigned long long LCONST[] = { variable
499 #define SCALE_ARR ((double*)LCONST + 1)
500 #define _TINY ((double*)LCONST)[20] /* 1.0e-300 */
501 #define _HUGE ((double*)LCONST)[21] /* 1.0e+300 */
702 double DONE = ((double*)LCONST)[1]; /* 1.0 */ in __vpow()
703 double DZERO = ((double*)LCONST)[7]; /* 0.0 */ in __vpow()
709 double HTHRESH = ((double*)LCONST)[13]; /* 262144.0 */ in __vpow()
1144 double DONE = ((double*)LCONST)[1]; /* 1.0 */ in __vpowx()
1146 double DZERO = ((double*)LCONST)[7]; /* 0.0 */ in __vpowx()
1147 double HTHRESH = ((double*)LCONST)[13]; /* 262144.0 */ in __vpowx()
[all …]
H A D__vrhypot.c109 static const unsigned long long LCONST[] = { variable
231 double DONE = ((double*)LCONST)[0]; in __vrhypot()
232 double DTWO = ((double*)LCONST)[1]; in __vrhypot()
233 double D2ON36 = ((double*)LCONST)[2]; in __vrhypot()
234 double D2ON1022 = ((double*)LCONST)[3]; in __vrhypot()
235 double D2ONM52 = ((double*)LCONST)[4]; in __vrhypot()
H A D__vhypot.c71 static const unsigned long long LCONST[] = { variable
109 double D2ON28 = ((double*)LCONST)[0]; /* 2 ** 28 */ in __vhypot()
110 double D2ONM1022 = ((double*)LCONST)[1]; /* 2 **-1022 */ in __vhypot()
111 double D2ONP1022 = ((double*)LCONST)[2]; /* 2 ** 1022 */ in __vhypot()
351 double D2ON28 = ((double*)LCONST)[0]; /* 2 ** 28 */ in __vhypot_n()