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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 268 struct logical_and : public binary_function<_Tp, _Tp, bool> 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 268 struct logical_and : public binary_function<_Tp, _Tp, bool> 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 268 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 486 struct logical_and;
497 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
525 struct logical_and<void> struct
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 198 template <typename T> struct logical_and : binary_function<T, T, bool> struct in namespace:cv::cuda::device
205 __host__ __device__ __forceinline__ logical_and() {} function in struct:cv::cuda::device::logical_and
206 __host__ __device__ __forceinline__ logical_and(const logical_and&) {} function in struct:cv::cuda::device::logical_and
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function.h 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 194 template <typename T> struct logical_and : binary_function<T, T, typename MakeVec<uchar, VecTraits<T>::cn>::type> struct in namespace:cv::cudev
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 3276 def logical_and(self, other, context=None): member in class:Decimal
4562 def logical_and(self, a, b): member in class:Context
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 3276 def logical_and(self, other, context=None): member in class:Decimal
4562 def logical_and(self, a, b): member in class:Context
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 3276 def logical_and(self, other, context=None): member in class:Decimal
4562 def logical_and(self, a, b): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 3276 def logical_and(self, other, context=None): member in class:Decimal
4562 def logical_and(self, a, b): member in class:Context
    [all...]

Completed in 434 milliseconds