OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ceilLog2
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledMisc.cpp
150
ceilLog2
(int x)
153
// For x > 0,
ceilLog2
(y) returns ceil(log(x)/log(2)).
175
return (rmode == ROUND_DOWN)? floorLog2 (x):
ceilLog2
(x);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
Utils.java
67
public static int
ceilLog2
(float value) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
Utils.java
186
public static int
ceilLog2
(float value) {
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java
186
public static int
ceilLog2
(float value) {
Completed in 345 milliseconds