HomeSort by relevance Sort by last modified time
    Searched defs:pot (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h 64 boolean pot; member in struct:softpipe_resource
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 122 node_iterator pot = nd_it.get_child(i); local
124 base_type::common_prefix_len(pot, b, e, r_traits);
128 ret = pot;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 122 node_iterator pot = nd_it.get_child(i); local
124 base_type::common_prefix_len(pot, b, e, r_traits);
128 ret = pot;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 122 node_iterator pot = nd_it.get_child(i); local
124 base_type::common_prefix_len(pot, b, e, r_traits);
128 ret = pot;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 122 node_iterator pot = nd_it.get_child(i); local
124 base_type::common_prefix_len(pot, b, e, r_traits);
128 ret = pot;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 191 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
193 if (pot == actual_size && pot < new_size)
195 actual_size = pot;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 191 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
193 if (pot == actual_size && pot < new_size)
195 actual_size = pot;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 191 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
193 if (pot == actual_size && pot < new_size)
195 actual_size = pot;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 191 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
193 if (pot == actual_size && pot < new_size)
195 actual_size = pot;
  /development/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/
NDKHelper.java 51 int pot = 1; local
52 while (pot < i)
53 pot <<= 1;
54 return pot;
  /development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/
NDKHelper.java 51 int pot = 1; local
52 while (pot < i)
53 pot <<= 1;
54 return pot;
  /external/gemmlowp/test/
test.cc 298 // Size 9 for 9 different POT values: 2^0, ..., 2^8
303 int pot = 1 << exponent; local
304 auto next = std::lower_bound(cur, unsigned_diffs.end(), pot);
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
MaxRectsPacker.java 138 BinarySearch sizeSearch = new BinarySearch(minSize, maxSize, settings.fast ? 25 : 15, settings.pot);
157 BinarySearch widthSearch = new BinarySearch(minWidth, settings.maxWidth, settings.fast ? 25 : 15, settings.pot);
158 BinarySearch heightSearch = new BinarySearch(minHeight, settings.maxHeight, settings.fast ? 25 : 15, settings.pot);
224 boolean pot; field in class:MaxRectsPacker.BinarySearch
226 public BinarySearch (int min, int max, int fuzziness, boolean pot) {
227 this.pot = pot;
228 this.fuzziness = pot ? 0 : fuzziness;
229 this.min = pot ? (int)(Math.log(MathUtils.nextPowerOfTwo(min)) / Math.log(2)) : min;
230 this.max = pot ? (int)(Math.log(MathUtils.nextPowerOfTwo(max)) / Math.log(2)) : max
    [all...]
TexturePacker.java 64 if (settings.pot) {
66 throw new RuntimeException("If pot is true, maxWidth must be a power of two: " + settings.maxWidth);
68 throw new RuntimeException("If pot is true, maxHeight must be a power of two: " + settings.maxHeight);
144 if (settings.pot) {
529 public boolean pot = true; field in class:TexturePacker.Settings
566 pot = settings.pot;
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 320 int pot; member in struct:android::GGLAssembler::texture_unit_t
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.7.BETA.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 

Completed in 829 milliseconds

1 2