Searched defs:LOG2 (Results 1 - 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
H A DImageToAwt.java269 private static final double LOG2 = Math.log(2); field in class:ImageToAwt
279 int expectedMipmaps = 1 + (int) Math.ceil(Math.log(Math.max(h, w)) / LOG2);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DDDSLoader.java96 private static final double LOG2 = Math.log(2); field in class:DDSLoader
222 int expectedMipmaps = 1 + (int) Math.ceil(Math.log(Math.max(height, width)) / LOG2);
/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp96 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
97 #define ILOG2 1.442695041f /* 1/LOG2 */
/external/aac/libSBRenc/src/
H A Dsbr_def.h114 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
115 #define ILOG2 1.442695041f /* 1/LOG2 */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 634 milliseconds