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

  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 32 static_assert ( !is_transparent<std::bit_or<int>>::value, "" );
33 static_assert ( !is_transparent<std::bit_or<std::string>>::value, "" );
34 static_assert ( is_transparent<std::bit_or<void>>::value, "" );
35 static_assert ( is_transparent<std::bit_or<>>::value, "" );
bit_or.pass.cpp 12 // bit_or
22 typedef std::bit_or<int> F;
33 typedef std::bit_or<> F2;
55 constexpr int foo = std::bit_or<int> () (0x58D3, 0xEA95);
58 constexpr int bar = std::bit_or<> () (0x58D3L, 0xEA95);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 33 static_assert ( !is_transparent<std::bit_or<int>>::value, "" );
34 static_assert ( !is_transparent<std::bit_or<std::string>>::value, "" );
35 static_assert ( is_transparent<std::bit_or<void>>::value, "" );
36 static_assert ( is_transparent<std::bit_or<>>::value, "" );
bit_or.pass.cpp 12 // bit_or
20 typedef std::bit_or<int> F;
29 typedef std::bit_or<> F2;
51 constexpr int foo = std::bit_or<int> () (0x58D3, 0xEA95);
54 constexpr int bar = std::bit_or<> () (0x58D3L, 0xEA95);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 33 static_assert ( !is_transparent<std::bit_or<int>>::value, "" );
34 static_assert ( !is_transparent<std::bit_or<std::string>>::value, "" );
35 static_assert ( is_transparent<std::bit_or<void>>::value, "" );
36 static_assert ( is_transparent<std::bit_or<>>::value, "" );
bit_or.pass.cpp 12 // bit_or
20 typedef std::bit_or<int> F;
31 typedef std::bit_or<> F2;
53 constexpr int foo = std::bit_or<int> () (0x58D3, 0xEA95);
56 constexpr int bar = std::bit_or<> () (0x58D3L, 0xEA95);
  /external/mesa3d/src/compiler/glsl/
lower_packing_builtins.cpp 225 return bit_or(lshift(swizzle_y(u), constant(16u)),
260 return bit_or(bit_or(lshift(swizzle_w(u), constant(24u)),
262 bit_or(lshift(swizzle_y(u), constant(8u)),
    [all...]
lower_instructions.cpp 473 ir->operands[0] = bit_or(bit_and(bitcast_f2u(x), sign_mantissa_mask),
663 i.insert_before(assign(bits, bit_or(bits,
    [all...]
ir_builder.h 169 ir_expression *bit_or(operand a, operand b);
ir_builder.cpp 414 bit_or(operand a, operand b) function in namespace:ir_builder
builtin_functions.cpp     [all...]
  /hardware/interfaces/tests/expression/1.0/
IExpression.hal 121 bit_or = (0xC0010000 | 0xF00D) == (0xC001F00D),
  /prebuilts/ndk/r10/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
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 576 struct bit_or;
596 struct bit_or : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
634 struct bit_or<void> struct
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 576 struct bit_or;
596 struct bit_or : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
634 struct bit_or<void> struct
  /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

Completed in 532 milliseconds