Lines Matching refs:ln_2
1085 static const double ln_2 = 0.69314718055994530941723212145818;
1103 static const __m128d ln2_2 = _mm_set1_pd(ln_2);
1164 y0 = (((h0 >> 23) & 0xff) - 127) * ln_2;
1165 y1 = (((h1 >> 23) & 0xff) - 127) * ln_2;
1182 y2 = (((h2 >> 23) & 0xff) - 127) * ln_2;
1183 y3 = (((h3 >> 23) & 0xff) - 127) * ln_2;
1217 y0 = (((h0 >> 23) & 0xff) - 127) * ln_2;
1254 static const __m128d ln2_2 = _mm_set1_pd(ln_2);
1351 y0 = (((h0 >> 20) & 0x7ff) - 1023) * ln_2;
1352 y1 = (((h1 >> 20) & 0x7ff) - 1023) * ln_2;
1374 y2 = (((h2 >> 20) & 0x7ff) - 1023) * ln_2;
1375 y3 = (((h3 >> 20) & 0x7ff) - 1023) * ln_2;
1403 double x0, y0 = (((h0 >> 20) & 0x7ff) - 1023) * ln_2;