HomeSort by relevance Sort by last modified time
    Searched refs:and_ (Results 1 - 25 of 74) sorted by null

1 2 3

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
and.hpp 48 struct and_ struct in namespace:boost::mpl
58 , and_
66 , and_
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 94 value = and_<true_, true_>::value;
97 value = and_<true_, false_>::value;
100 value = and_<false_, true_>::value;
103 value = and_<false_, false_>::value;
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
meta.hpp 106 typedef typename mpl::and_<expr0,expr1>::type caseTT ;
107 typedef typename mpl::and_<expr0,not_expr1>::type caseTF ;
108 typedef typename mpl::and_<not_expr0,expr1>::type caseFT ;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
and.hpp 54 # define AUX778076_OP_NAME and_
iter_fold_if.hpp 42 : and_<
49 typedef and_<
is_sequence.hpp 52 : and_<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp 88 typename mpl::and_<is_floating_point<T1P>, is_floating_point<T2P> >::type, // both T1P and T2P are floating-point?
97 typename mpl::if_< typename mpl::and_<mpl::not_<is_floating_point<T2P> >, ::boost::is_convertible<T1P, T2P> >, T2P, T1P>::type>::type type;
  /external/chromium_org/third_party/cld/base/
template_util.h 81 // and_ is a template && operator.
82 // and_<A, B>::value evaluates "A::value && B::value".
84 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:base
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
facade_iterator_category.hpp 89 mpl::and_<
103 mpl::and_<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
indirect_traits.hpp 98 : mpl::and_<
122 : mpl::and_<
176 : mpl::and_<
190 : mpl::and_<
  /external/chromium_org/v8/test/cctest/
test-disasm-arm.cc 103 COMPARE(and_(r0, r1, Operand(r2)),
105 COMPARE(and_(r1, r2, Operand(r3), LeaveCC),
107 COMPARE(and_(r2, r3, Operand(r4), SetCC),
109 COMPARE(and_(r3, r4, Operand(r5), LeaveCC, eq),
300 COMPARE(and_(r3, r5, Operand(0xfc03ffff)),
334 COMPARE(and_(r0, r1, Operand(0x00000000)),
336 COMPARE(and_(r1, r2, Operand(0x00000001), LeaveCC),
338 COMPARE(and_(r2, r3, Operand(0x00000010), SetCC),
340 COMPARE(and_(r3, r4, Operand(0x00000100), LeaveCC, eq),
342 COMPARE(and_(r4, r5, Operand(0x00001000), SetCC, ne)
    [all...]
test-disasm-mips.cc 159 COMPARE(and_(a0, a1, a2),
161 COMPARE(and_(s0, s1, s2),
163 COMPARE(and_(t2, t3, t4),
165 COMPARE(and_(v0, v1, a2),
test-disasm-x87.cc 64 __ and_(eax, 12345678);
102 __ and_(edx, 3);
103 __ and_(edx, Operand(esp, 4));
218 __ and_(ebx, 12345);
test-disasm-arm64.cc 581 COMPARE(and_(x0, x0, Operand(value)), result);
589 COMPARE(and_(x0, x0, Operand(value)), result);
597 COMPARE(and_(x0, x0, Operand(value)), result);
605 COMPARE(and_(x0, x0, Operand(value)), result);
613 COMPARE(and_(x0, x0, Operand(value)), result);
618 COMPARE(and_(x0, x0, Operand(0x5555555555555555L)),
620 COMPARE(and_(x0, x0, Operand(0xaaaaaaaaaaaaaaaaL)),
624 COMPARE(and_(w0, w0, Operand(0xff8007ff)),
626 COMPARE(and_(w0, w0, Operand(0xf87ff87f)),
628 COMPARE(and_(w0, w0, Operand(0x87878787))
    [all...]
test-disasm-ia32.cc 64 __ and_(eax, 12345678);
102 __ and_(edx, 3);
103 __ and_(edx, Operand(esp, 4));
218 __ and_(ebx, 12345);
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 130 and_(scratch, Immediate(~Page::kPageAlignmentMask));
133 and_(scratch, object);
208 and_(result_reg, Immediate(255));
274 and_(result_reg, 1);
293 and_(result_reg, HeapNumber::kExponentMask);
374 and_(result_reg, 1);
998 and_(esp, -kFrameAlignment);
    [all...]
assembler-ia32.h 663 void and_(Register dst, int32_t imm32);
664 void and_(Register dst, const Immediate& x);
665 void and_(Register dst, Register src) { and_(dst, Operand(src)); }
666 void and_(Register dst, const Operand& src);
667 void and_(const Operand& dst, Register src);
668 void and_(const Operand& dst, const Immediate& x);
    [all...]
codegen-ia32.cc 261 __ and_(edx, 0xF);
277 __ and_(count, 0xF);
306 __ and_(count, 0xF);
329 __ and_(edx, 0xF);
343 __ and_(count, 0xF);
374 __ and_(count, 0xF);
947 __ and_(temp2, Immediate(0x7ff));
    [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87.h 646 void and_(Register dst, int32_t imm32);
647 void and_(Register dst, const Immediate& x);
648 void and_(Register dst, Register src) { and_(dst, Operand(src)); }
649 void and_(Register dst, const Operand& src);
650 void and_(const Operand& dst, Register src);
651 void and_(const Operand& dst, const Immediate& x);
    [all...]
macro-assembler-x87.cc 130 and_(scratch, Immediate(~Page::kPageAlignmentMask));
133 and_(scratch, object);
900 and_(esp, -kFrameAlignment);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
sequence.hpp 141 boost::mpl::and_<
  /external/bison/lib/
bbitset.h 134 void (*and_) (bitset, bitset, bitset); member in struct:bitset_vtable
230 #define BITSET_AND_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_ (DST, SRC1, SRC2)
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 283 and_(dst, src1, src2, LeaveCC, cond);
293 and_(dst, src1, Operand(mask), LeaveCC, cond);
308 and_(dst, src1, Operand(mask), LeaveCC, cond);
337 and_(scratch, src, Operand((1 << width) - 1));
455 and_(scratch, object, Operand(ExternalReference::new_space_mask(isolate())));
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 551 COMPARE(and_(x0, x0, Operand(value)), result);
559 COMPARE(and_(x0, x0, Operand(value)), result);
567 COMPARE(and_(x0, x0, Operand(value)), result);
575 COMPARE(and_(x0, x0, Operand(value)), result);
583 COMPARE(and_(x0, x0, Operand(value)), result);
588 COMPARE(and_(x0, x0, Operand(0x5555555555555555)),
590 COMPARE(and_(x0, x0, Operand(0xaaaaaaaaaaaaaaaa)),
594 COMPARE(and_(w0, w0, Operand(0xff8007ff)),
596 COMPARE(and_(w0, w0, Operand(0xf87ff87f)),
598 COMPARE(and_(w0, w0, Operand(0x87878787))
    [all...]

Completed in 2241 milliseconds

1 2 3