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

  /external/v8/test/unittests/compiler/
typer-unittest.cc 229 int32_t bit_and(int32_t x, int32_t y) { return x & y; } function in namespace:v8::internal::compiler::__anon25358
288 bit_and);
290 bit_and);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 297 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 297 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 297 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 569 struct bit_and;
584 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
617 struct bit_and<void> struct
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 231 template <typename T> struct bit_and : binary_function<T, T, T> struct in namespace:cv::cuda::device
238 __host__ __device__ __forceinline__ bit_and() {} function in struct:cv::cuda::device::bit_and
239 __host__ __device__ __forceinline__ bit_and(const bit_and&) {} function in struct:cv::cuda::device::bit_and
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 225 template <typename T> struct bit_and : binary_function<T, T, T> struct in namespace:cv::cudev

Completed in 3129 milliseconds