Searched defs:LN2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S76 .word 0x3fe62e42, 0xfefa39ef, ! LN2 = 6.931471805599452862e-01
94 #define LN2 %f38 define
174 ! f38 LN2 = 6.931471805599452862e-01
199 ! double LN2 = 6.931471805599452862e-01;
214 ! ty = LN2 * (double)(*(int*)&exp);
250 ! ty = LN2 * (double)iexp;
291 ldd [LOGFTBL+560],LN2
503 fmuld LN2,%f40,%f40 ! (Y0_0) ty = LN2 * (double)(*(int*)&exp)
513 fmuld LN2,
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlogf.c110 ty##N = LN2 * (double) exp##N + __TBL_logf[i##N]; \
147 double LN2 = __TBL_logf[64]; /* log(2) = 0.6931471805599453094 */ local
212 ty0 = LN2 * (double) exp0 + __TBL_logf[i0];
213 ty1 = LN2 * (double) exp1 + __TBL_logf[i1];
214 ty2 = LN2 * (double) exp2 + __TBL_logf[i2];
215 ty3 = LN2 * (double) exp3 + __TBL_logf[i3];
216 ty4 = LN2 * (double) exp4 + __TBL_logf[i4];

Completed in 243 milliseconds