HomeSort by relevance Sort by last modified time
    Searched defs:M1 (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
OpenMPKinds.h 126 OpenMPScheduleClauseModifier M1 = OMPC_SCHEDULE_MODIFIER_unknown;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
OpenMPKinds.h 126 OpenMPScheduleClauseModifier M1 = OMPC_SCHEDULE_MODIFIER_unknown;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
OpenMPKinds.h 126 OpenMPScheduleClauseModifier M1 = OMPC_SCHEDULE_MODIFIER_unknown;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
OpenMPKinds.h 126 OpenMPScheduleClauseModifier M1 = OMPC_SCHEDULE_MODIFIER_unknown;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
OpenMPKinds.h 126 OpenMPScheduleClauseModifier M1 = OMPC_SCHEDULE_MODIFIER_unknown;
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 52 m1()
88 func (p *T1) M1()
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 52 m1()
88 func (p *T1) M1()
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
move2.s 79 R5 = M1;
97 P5 = M1;
117 A0.W = M1;
142 M1 = P0;
146 M1 = A0.W;
177 M1 = M0;
  /toolchain/binutils/binutils-2.27/include/opcode/
i960.h 51 #define M1 0x0800
65 * set m1=1, if src1 will not be used
74 #define R_0(opc) ( REG_OPC(opc) | M1 | M2 | M3 ) /* No operands */
76 #define R_1D(opc) ( REG_OPC(opc) | M1 | M2 ) /* 1 operand: dst */
  /external/clang/test/Sema/
warn-duplicate-enum.c 81 M1,
  /prebuilts/go/darwin-x86/test/
assign1.go 33 M1 map[int]int
68 m1 M1
99 pm1 *M1
141 m0 = m1
143 m = m1 // ERROR "cannot use"
144 m1 = m0
145 m1 = m // ERROR "cannot use"
258 m0 = map[int]int(m1)
260 m = M(m1)
67 m1 M1 var
    [all...]
  /prebuilts/go/linux-x86/test/
assign1.go 33 M1 map[int]int
68 m1 M1
99 pm1 *M1
141 m0 = m1
143 m = m1 // ERROR "cannot use"
144 m1 = m0
145 m1 = m // ERROR "cannot use"
258 m0 = map[int]int(m1)
260 m = M(m1)
67 m1 M1 var
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_vec.c 236 xmmi M0, M1, M2, M3, M4;
300 M1 = _mm_and_si128(MMASK, _mm_srli_epi64(T5, 26));
311 T5 = _mm_mul_epu32(M1, p->S24.v);
312 T6 = _mm_mul_epu32(M1, p->R20.v);
331 T5 = _mm_mul_epu32(M1, p->R21.v);
332 T6 = _mm_mul_epu32(M1, p->R22.v);
349 T5 = _mm_mul_epu32(M1, p->R23.v);
364 M1 = _mm_and_si128(MMASK, _mm_srli_epi64(T5, 26));
371 T1 = _mm_add_epi64(T1, M1);
425 xmmi M0, M1, M2, M3, M4
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 485 ProgramState::GenericDataMap M1 = St->getGDM();
486 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data);
488 if (M1 == M2)
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 82 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
87 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_asm_s390x.s 523 #define M1 V5
556 VL 0(R4), M1
575 VMALF M1, MK0, ADD2, RED2
576 VMALHF M1, MK0, ADD2, RED2H
609 * | M1 | M0 |
642 VMALF M1, MK0, ADD2, RED2
643 VMALHF M1, MK0, ADD2, RED2H
673 VMALF M1, MK0, ADD2, RED2
674 VMALHF M1, MK0, ADD2, RED2H
704 VMALF M1, MK0, ADD2, RED
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_asm_s390x.s 523 #define M1 V5
556 VL 0(R4), M1
575 VMALF M1, MK0, ADD2, RED2
576 VMALHF M1, MK0, ADD2, RED2H
609 * | M1 | M0 |
642 VMALF M1, MK0, ADD2, RED2
643 VMALHF M1, MK0, ADD2, RED2H
673 VMALF M1, MK0, ADD2, RED2
674 VMALHF M1, MK0, ADD2, RED2H
704 VMALF M1, MK0, ADD2, RED
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 599 Value *M1 = ConstantExpr::getFMul(C1, C);
600 Value *M0 = isNormalFp(cast<Constant>(M1)) ?
603 if (M0 && M1) {
605 std::swap(M0, M1);
608 ? BinaryOperator::CreateFAdd(M0, M1)
609 : BinaryOperator::CreateFSub(M0, M1);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 474 Instruction *M1 = cast<Instruction>(ChainInstrValue);
476 if (!AA.isNoAlias(MemoryLocation::get(M0), MemoryLocation::get(M1))) {
479 Value *Ptr1 = getPointerOperand(M1);
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 612 double m = min_val, M = max_val, m1 = min_val1, M1 = max_val1; local
659 if( t < m1 || t > M1 )
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
mips-opc.c 312 #define M1 INSN_10000
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 246 M1
575 M1: "M1",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 246 M1
575 M1: "M1",
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 485 class M1(type):
490 __metaclass__ = M1
753 class M1(C, object):
755 return "M1 a"
757 return "M1 b"
759 self.assertEqual(M1.__mro__, (M1, C, object))
760 m = M1()
762 self.assertEqual(m.m1method(), "M1 a")
763 self.assertEqual(m.all_method(), "M1 b")
    [all...]

Completed in 1320 milliseconds

1 2 34 5