Lines Matching refs:LCONST

474 static const unsigned long long LCONST[] = {
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)[7]; /* 0.0 */
704 double KA5 = ((double*)LCONST)[8]; /* 5.77078604860893737986e-01*256 */
705 double KA3 = ((double*)LCONST)[9]; /* 9.61796693925765549423e-01*256 */
706 double KA1_LO = ((double*)LCONST)[10]; /* 1.41052154268147309568e-05*256 */
707 double KA1_HI = ((double*)LCONST)[11]; /* 2.8853759765625e+00*256 */
708 double KA1 = ((double*)LCONST)[12]; /* 2.885390081777926774e+00*256 */
709 double HTHRESH = ((double*)LCONST)[13]; /* 262144.0 */
710 double LTHRESH = ((double*)LCONST)[14]; /* -275200.0 */
711 double KB5 = ((double*)LCONST)[15]; /* 1.21195555854068860923e-15 */
712 double KB4 = ((double*)LCONST)[16]; /* 2.23939573811855104311e-12 */
713 double KB3 = ((double*)LCONST)[17]; /* 3.30830268126604677436e-09 */
714 double KB2 = ((double*)LCONST)[18]; /* 3.66556559691003767877e-06 */
715 double KB1 = ((double*)LCONST)[19]; /* 2.70760617406228636578e-03 */
1115 #define LMMANT ((unsigned long long*)LCONST)[4] /* 0x000fffffffffffff */
1116 #define LMROUND ((unsigned long long*)LCONST)[5] /* 0x0000080000000000 */
1117 #define LMHI20 ((unsigned long long*)LCONST)[6] /* 0xfffff00000000000 */
1118 #define MMANT ((double*)LCONST)[4] /* 0x000fffffffffffff */
1119 #define MROUND ((double*)LCONST)[5] /* 0x0000080000000000 */
1120 #define MHI20 ((double*)LCONST)[6] /* 0xfffff00000000000 */
1121 #define KA5 ((double*)LCONST)[8] /* 5.77078604860893737986e-01*256 */
1122 #define KA3 ((double*)LCONST)[9] /* 9.61796693925765549423e-01*256 */
1123 #define KA1_LO ((double*)LCONST)[10] /* 1.41052154268147309568e-05*256 */
1124 #define KA1_HI ((double*)LCONST)[11] /* 2.8853759765625e+00*256 */
1125 #define KA1 ((double*)LCONST)[12] /* 2.885390081777926774e+00*256 */
1144 double DONE = ((double*)LCONST)[1]; /* 1.0 */
1145 unsigned long long LDONE = ((unsigned long long*)LCONST)[1]; /* 1.0 */
1146 double DZERO = ((double*)LCONST)[7]; /* 0.0 */
1147 double HTHRESH = ((double*)LCONST)[13]; /* 262144.0 */
1148 double LTHRESH = ((double*)LCONST)[14]; /* -275200.0 */
1149 double KB5 = ((double*)LCONST)[15]; /* 1.21195555854068860923e-15 */
1150 double KB4 = ((double*)LCONST)[16]; /* 2.23939573811855104311e-12 */
1151 double KB3 = ((double*)LCONST)[17]; /* 3.30830268126604677436e-09 */
1152 double KB2 = ((double*)LCONST)[18]; /* 3.66556559691003767877e-06 */
1153 double KB1 = ((double*)LCONST)[19]; /* 2.70760617406228636578e-03 */