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
276 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */
277 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */
278 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */
279 double A3 = ((double*)LCONST)[3]; /* -3.12560092408808548438e-01 */
336 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */
337 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */
338 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */
339 double A3 = ((double*)LCONST)[3]; /* -3.12560092408808548438e-01 */
372 double A0 = ((double*)LCONST)[
[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 */
698 unsigned long long LDONE = ((unsigned long long*)LCONST)[1]; /* 1.0 */
699 unsigned long long LMMANT = ((unsigned long long*)LCONST)[4]; /* 0x000fffffffffffff */
700 unsigned long long LMROUND = ((unsigned long long*)LCONST)[5]; /* 0x0000080000000000 */
701 unsigned long long LMHI20 = ((unsigned long long*)LCONST)[6]; /* 0xfffff00000000000 */
702 double DONE = ((double*)LCONST)[1]; /* 1.0 */
703 double DZERO = ((double*)LCONST)[
[all...]
H A D__vhypot.c71 static const unsigned long long LCONST[] = { variable
109 double D2ON28 = ((double*)LCONST)[0]; /* 2 ** 28 */
110 double D2ONM1022 = ((double*)LCONST)[1]; /* 2 **-1022 */
111 double D2ONP1022 = ((double*)LCONST)[2]; /* 2 ** 1022 */
351 double D2ON28 = ((double*)LCONST)[0]; /* 2 ** 28 */
H A D__vrhypot.c109 static const unsigned long long LCONST[] = { variable
231 double DONE = ((double*)LCONST)[0];
232 double DTWO = ((double*)LCONST)[1];
233 double D2ON36 = ((double*)LCONST)[2];
234 double D2ON1022 = ((double*)LCONST)[3];
235 double D2ONM52 = ((double*)LCONST)[4];

Completed in 63 milliseconds