HomeSort by relevance Sort by last modified time
    Searched full:bit_not (Results 1 - 25 of 35) sorted by null

1 2

  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
bit_not.pass.cpp 12 // bit_not
21 typedef std::bit_not<int> F;
30 typedef std::bit_not<> F2;
41 constexpr int foo = std::bit_not<int> () (0xEA95) & 0xFFFF;
44 constexpr int bar = std::bit_not<> () (0xEA95) & 0xFFFF;
transparent.pass.cpp 43 static_assert ( !is_transparent<std::bit_not<int>>::value, "" );
44 static_assert ( !is_transparent<std::bit_not<std::string>>::value, "" );
45 static_assert ( is_transparent<std::bit_not<void>>::value, "" );
46 static_assert ( is_transparent<std::bit_not<>>::value, "" );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
bit_not.pass.cpp 12 // bit_not
21 typedef std::bit_not<int> F;
29 typedef std::bit_not<> F2;
40 constexpr int foo = std::bit_not<int> () (0xEA95) & 0xFFFF;
43 constexpr int bar = std::bit_not<> () (0xEA95) & 0xFFFF;
transparent.pass.cpp 43 static_assert ( !is_transparent<std::bit_not<int>>::value, "" );
44 static_assert ( !is_transparent<std::bit_not<std::string>>::value, "" );
45 static_assert ( is_transparent<std::bit_not<void>>::value, "" );
46 static_assert ( is_transparent<std::bit_not<>>::value, "" );
  /external/opencv3/modules/cudaarithm/src/cuda/
bitwise_mat.cu 87 gridTransformUnary(vsrc, vdst, bit_not<uint>(), stream);
96 gridTransformUnary(vsrc, vdst, bit_not<ushort>(), stream);
103 gridTransformUnary(vsrc, vdst, bit_not<uchar>(), stream);
113 gridTransformUnary(vsrc, vdst, bit_not<uint>(), singleMaskChannels(globPtr<uchar>(mask), src.channels()), stream);
120 gridTransformUnary(vsrc, vdst, bit_not<ushort>(), singleMaskChannels(globPtr<uchar>(mask), src.channels()), stream);
127 gridTransformUnary(vsrc, vdst, bit_not<uchar>(), singleMaskChannels(globPtr<uchar>(mask), src.channels()), stream);
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
unary_op.hpp 91 CV_CUDEV_EXPR_UNOP_INST(~, bit_not)
  /external/v8/src/parsing/
token.h 104 T(BIT_NOT, "~", 0) \
284 return (BIT_OR <= op && op <= SHR) || op == BIT_NOT;
scanner.cc 229 Token::BIT_NOT, // 0x7e
682 token = Select(Token::BIT_NOT);
    [all...]
parser.cc 468 case Token::BIT_NOT:
486 if (op == Token::BIT_NOT) {
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 264 template <typename T> struct bit_not : unary_function<T, T> struct in namespace:cv::cuda::device
270 __host__ __device__ __forceinline__ bit_not() {} function in struct:cv::cuda::device::bit_not
271 __host__ __device__ __forceinline__ bit_not(const bit_not&) {} function in struct:cv::cuda::device::bit_not
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 578 struct bit_not;
608 struct bit_not : public unary_function<_Tp, _Tp> struct in inherits:unary_function
656 struct bit_not<void> struct
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 252 template <typename T> struct bit_not : unary_function<T, T> struct in namespace:cv::cudev
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
functional 917 struct _LIBCPP_TYPE_VIS_ONLY bit_not : unary_function<_Tp, _Tp>
925 struct _LIBCPP_TYPE_VIS_ONLY bit_not<void>
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
functional 917 struct _LIBCPP_TYPE_VIS_ONLY bit_not : unary_function<_Tp, _Tp>
925 struct _LIBCPP_TYPE_VIS_ONLY bit_not<void>
    [all...]
  /external/libcxx/include/
functional 951 struct _LIBCPP_TYPE_VIS_ONLY bit_not : unary_function<_Tp, _Tp>
959 struct _LIBCPP_TYPE_VIS_ONLY bit_not<void>
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc     [all...]
  /toolchain/binutils/binutils-2.25/gas/
expr.c     [all...]
symbols.c     [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 219 {"bit_not", "~", 0}, /* old */
    [all...]
  /prebuilts/misc/android-arm/gdbserver/
gdbserver 
  /prebuilts/misc/android-mips/gdbserver/
gdbserver 
  /prebuilts/misc/android-x86/gdbserver/
gdbserver 
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 201 {"bit_not", "~", 0}, /* old */
    [all...]
  /external/chromium-trace/catapult/tracing/test_data/
v8.log     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib32/
libiberty.a     [all...]

Completed in 1135 milliseconds

1 2