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

  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 27 static_assert ( !is_transparent<std::bit_and<int>>::value, "" );
28 static_assert ( !is_transparent<std::bit_and<std::string>>::value, "" );
29 static_assert ( is_transparent<std::bit_and<void>>::value, "" );
30 static_assert ( is_transparent<std::bit_and<>>::value, "" );
bit_and.pass.cpp 12 // bit_and
22 typedef std::bit_and<int> F;
33 typedef std::bit_and<> F2;
55 constexpr int foo = std::bit_and<int> () (0x58D3, 0xEA95);
58 constexpr int bar = std::bit_and<> () (0x58D3L, 0xEA95);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::bit_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::bit_and<void>>::value, "" );
31 static_assert ( is_transparent<std::bit_and<>>::value, "" );
bit_and.pass.cpp 12 // bit_and
20 typedef std::bit_and<int> F;
29 typedef std::bit_and<> F2;
51 constexpr int foo = std::bit_and<int> () (0x58D3, 0xEA95);
54 constexpr int bar = std::bit_and<> () (0x58D3L, 0xEA95);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::bit_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::bit_and<void>>::value, "" );
31 static_assert ( is_transparent<std::bit_and<>>::value, "" );
bit_and.pass.cpp 12 // bit_and
20 typedef std::bit_and<int> F;
31 typedef std::bit_and<> F2;
53 constexpr int foo = std::bit_and<int> () (0x58D3, 0xEA95);
56 constexpr int bar = std::bit_and<> () (0x58D3L, 0xEA95);
  /external/mesa3d/src/compiler/glsl/
lower_packing_builtins.cpp 218 return bitfield_insert(bit_and(swizzle_x(u), constant(0xffffu)),
226 bit_and(swizzle_x(u), constant(0xffffu)));
250 bit_and(swizzle_x(u), constant(0xffu)),
257 factory.emit(assign(u, bit_and(uvec4_rval, constant(0xffu))));
288 factory.emit(assign(u2, bit_and(u, constant(0xffffu)), WRITEMASK_X));
351 factory.emit(assign(u4, bit_and(u, constant(0xffu)), WRITEMASK_X));
363 factory.emit(assign(u4, bit_and(rshift(u, constant(8u)),
367 factory.emit(assign(u4, bit_and(rshift(u, constant(16u)),
    [all...]
lower_instructions.cpp 438 bitcast_u2f(bit_and(bitcast_f2u(x), sign_mask))));
473 ir->operands[0] = bit_or(bit_and(bitcast_f2u(x), sign_mantissa_mask),
551 i.insert_before(assign(unpacked, bit_and(swizzle_y(unpacked), sign_mask->clone(ir, NULL)),
662 i.insert_before(assign(bits, bit_and(bits, sign_mantissa_mask)));
    [all...]
ir_builder.h 170 ir_expression *bit_and(operand a, operand b);
ir_builder.cpp 408 bit_and(operand a, operand b) function in namespace:ir_builder
builtin_functions.cpp     [all...]
  /hardware/interfaces/tests/expression/1.0/
IExpression.hal 123 bit_and = (10 & 6) == 2,
  /prebuilts/ndk/r10/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
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 573 struct bit_and;
588 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
621 struct bit_and<void> struct
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 573 struct bit_and;
588 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
621 struct bit_and<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 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

Completed in 615 milliseconds