Searched refs:lg2 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c1875 unsigned int lg2 = 0; local
1886 lg2 = 4, x <<= 4;
1889 lg2 += 2, x <<= 2;
1892 lg2 += 1, x <<= 1;
1895 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16));
1931 unsigned int lg2 = 0; local
1938 lg2 = 8, x <<= 8;
1941 lg2 += 4, x <<= 4;
1944 lg2 += 2, x <<= 2;
1947 lg2
2071 png_exp8bit(png_fixed_point lg2) argument
2085 png_exp16bit(png_fixed_point lg2) argument
[all...]
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_pow.c100 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
308 v = (p_l-(t-p_h))*lg2+t*lg2_l;
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp498 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
709 v = (p_l-(t-p_h))*lg2+t*lg2_l;

Completed in 37 milliseconds