HomeSort by relevance Sort by last modified time
    Searched defs:IsPowerOf2 (Results 1 - 5 of 5) sorted by null

  /external/vixl/src/vixl/
compiler-intrinsics.h 85 inline bool IsPowerOf2(V value) {
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
reduce.hpp 343 template <unsigned int N> struct IsPowerOf2
351 (N <= 32) && IsPowerOf2<N>::value,
354 (N <= 1024) && IsPowerOf2<N>::value,
reduce_key_val.hpp 480 template <unsigned int N> struct IsPowerOf2
488 (N <= 32) && IsPowerOf2<N>::value,
491 (N <= 1024) && IsPowerOf2<N>::value,
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
type_traits.hpp 87 // IsPowerOf2
89 template <int N> struct IsPowerOf2
  /external/v8/src/compiler/
node-matchers.h 123 bool IsPowerOf2() const {

Completed in 87 milliseconds