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

  /external/v8/test/unittests/compiler/
typer-unittest.cc 228 int32_t bit_or(int32_t x, int32_t y) { return x | y; } function in namespace:v8::internal::compiler::__anon25358
281 TestBinaryBitOp(javascript_.BitwiseOr(LanguageMode::SLOPPY, hints_), bit_or);
282 TestBinaryBitOp(javascript_.BitwiseOr(LanguageMode::STRONG, hints_), bit_or);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 305 struct bit_or : 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 305 struct bit_or : 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 305 struct bit_or : 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 572 struct bit_or;
592 struct bit_or : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
630 struct bit_or<void> struct
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 242 template <typename T> struct bit_or : binary_function<T, T, T> struct in namespace:cv::cuda::device
249 __host__ __device__ __forceinline__ bit_or() {} function in struct:cv::cuda::device::bit_or
250 __host__ __device__ __forceinline__ bit_or(const bit_or&) {} function in struct:cv::cuda::device::bit_or
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 234 template <typename T> struct bit_or : binary_function<T, T, T> struct in namespace:cv::cudev

Completed in 586 milliseconds