Searched defs:True (Results 51 - 75 of 85) sorted by relevance

1234

/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64.c17 #define True ((Bool)1) macro
187 If the given imm8 case can be handled, the return value is True.
252 return True;
291 return True;
332 return True;
373 return True;
414 return True;
H A Dsse4-64.c52 #define True ((Bool)1) macro
2364 do_ROUNDSD_000(True/*mem*/, &src, &dst);
2387 do_ROUNDSD_001(True/*mem*/, &src, &dst);
2410 do_ROUNDSD_010(True/*mem*/, &src, &dst);
2433 do_ROUNDSD_011(True/*mem*/, &src, &dst);
2495 do_ROUNDSD_1XX(True/*mem*/, &src, &dst);
2680 do_ROUNDSS_000(True/*mem*/, &src, &dst);
2703 do_ROUNDSS_001(True/*mem*/, &src, &dst);
2726 do_ROUNDSS_010(True/*mem*/, &src, &dst);
2749 do_ROUNDSS_011(True/*me
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp3.c39 #define True 1 macro
495 return True;
1019 insert_insn = True;
H A Dtest_isa_2_06_part2.c40 #define True 1 macro
1300 do_dp = test_group.precision == DOUBLE_TEST ? True : False;
1304 scalar = True;
1316 do_aXp = True;
1325 do_aXp = True;
1342 /* When repeat == True, we're on the first time through of one of the VX_FP_SMx
1419 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False;
1420 Bool xvrespTest = (strstr(test_group.name , "xvresp") != NULL) ? True: False;
1539 do_dot = True;
1612 do_OE = True;
[all...]
H A Dtest_isa_2_06_part3.c40 #define True 1 macro
461 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False;
462 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False;
469 src_is_negative = (*src_sp_uint & 0x80000000) ? True : False;
470 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False;
1096 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False;
1097 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False;
1098 Bool is_scalar = (strstr(test_group.name, "xs")) ? True : False;
1113 sparse_sp = True;
1229 Bool dp = (test_group.precision == DOUBLE_TEST) ? True
[all...]
H A Dtest_isa_2_07_part2.c54 #define True 1 macro
814 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False;
815 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False;
1046 (test_group.precision == DOUBLE_TEST_SINGLE_RES)) ? True : False;
1049 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False;
1050 Bool is_scalar = (strstr(test_group.name, "xs")) ? True : False;
1065 sparse_sp = True;
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp3.c39 #define True 1 macro
495 return True;
1019 insert_insn = True;
H A Dtest_isa_2_06_part2.c40 #define True 1 macro
1300 do_dp = test_group.precision == DOUBLE_TEST ? True : False;
1304 scalar = True;
1316 do_aXp = True;
1325 do_aXp = True;
1342 /* When repeat == True, we're on the first time through of one of the VX_FP_SMx
1419 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False;
1420 Bool xvrespTest = (strstr(test_group.name , "xvresp") != NULL) ? True: False;
1539 do_dot = True;
1612 do_OE = True;
[all...]
H A Dtest_isa_2_06_part3.c40 #define True 1 macro
461 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False;
462 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False;
469 src_is_negative = (*src_sp_uint & 0x80000000) ? True : False;
470 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False;
1096 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False;
1097 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False;
1098 Bool is_scalar = (strstr(test_group.name, "xs")) ? True : False;
1113 sparse_sp = True;
1229 Bool dp = (test_group.precision == DOUBLE_TEST) ? True
[all...]
H A Dtest_isa_2_07_part2.c54 #define True 1 macro
814 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False;
815 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False;
1046 (test_group.precision == DOUBLE_TEST_SINGLE_RES)) ? True : False;
1049 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False;
1050 Bool is_scalar = (strstr(test_group.name, "xs")) ? True : False;
1065 sparse_sp = True;
/external/bzip2/
H A Dbzip2.c169 #define True ((Bool)1) macro
321 if (c == EOF) return True;
350 while (True) {
452 while (True) {
502 return True;
507 while (True) {
541 return True;
548 return True; /*notreached*/
570 while (True) {
602 return True;
[all...]
H A Dbzlib_private.h49 #define True ((Bool)1) macro
446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
453 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1159 SDValue True = Op.getOperand(2); local
1178 // Move hardware True/False values to the correct operand.
1182 if (isHWTrueValue(False) && isHWFalseValue(True)) {
1184 std::swap(False, True);
1189 std::swap(False, True);
1196 if (isHWTrueValue(True) && isHWFalseValue(False) &&
1199 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
1225 std::swap(True, False);
1236 // Bitcast True / False to the correct types. This will end up being
1239 // one pattern for integer True/Fals
1967 SDValue True = N->getOperand(2); local
[all...]
H A DSIISelLowering.cpp1118 ConstantSDNode *True, *False; local
1120 if ((True = dyn_cast<ConstantSDNode>(N->getOperand(2)))
1122 && True->isAllOnesValue()
H A DAMDGPUISelLowering.cpp955 SDValue True = N->getOperand(2); local
960 !((LHS == True && RHS == False) || (LHS == False && RHS == True))) {
985 unsigned Opc = (LHS == True) ? AMDGPUISD::FMIN : AMDGPUISD::FMAX;
994 unsigned Opc = (LHS == True) ? AMDGPUISD::FMAX : AMDGPUISD::FMIN;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp209 Value *True = EvaluateInDifferentType(I->getOperand(1), Ty, isSigned); local
211 Res = SelectInst::Create(I->getOperand(0), True, False);
/external/valgrind/main/cachegrind/
H A Dcg_merge.c46 #define True ((Bool)1) macro
159 // True if anything read, False if at EOF
471 return True;
530 return True;
1045 /* Insert element a into the AVL tree t. Returns True if the depth of
1068 return True;
1080 case 0: return True;
1101 return True;
1113 case 0: return True;
1134 return True;
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c146 #define True ((Bool)1) macro
199 opt_help = True;
201 opt_initkludge = True;
421 return True;
440 /* Return True if status is MPI_STATUS_IGNORE or MPI_STATUSES_IGNORE.
1298 sReqs[ix].inUse = True;
1354 && (error_in_status ? status->MPI_ERROR == MPI_SUCCESS : True)
1519 free_sta = True;
1590 free_sta = True;
1625 if *flag==True mak
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml138 | True Constructor in type:Fcmp/t
/external/llvm/include/llvm/IR/
H A DIRBuilder.h549 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
551 return Insert(addBranchWeights(BranchInst::Create(True, False, Cond),
1362 Value *CreateSelect(Value *C, Value *True, Value *False, argument
1365 if (Constant *TC = dyn_cast<Constant>(True))
1368 return Insert(SelectInst::Create(C, True, False), Name);
/external/clang/include/clang/Parse/
H A DParser.h226 /// True if we are within an Objective-C container while parsing C-like decls.
338 /// isTokenStringLiteral - True if this token is a string-literal.
342 /// isTokenSpecial - True if this token requires special consumption methods.
1808 return isCXXDeclarationSpecifier() == TPResult::True;
1912 True, False, Ambiguous, Error member in class:clang::Parser::TPResult
1927 /// isCXXDeclarationSpecifier - Returns TPResult::True if it is a
1938 /// Given that isCXXDeclarationSpecifier returns \c TPResult::True or
1950 // Returning TPResult::True/False indicates that the ambiguity was
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1557 llvm::Value *True = CGF.EmitToMemory(Builder.getTrue(), type); local
1559 Builder.Insert(new llvm::StoreInst(True,
1568 LV.getAddress(), True, llvm::SequentiallyConsistent);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp528 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, argument
535 True.getValueType(), True, FCC0, False, Cond);
572 SDValue True = N->getOperand(1); local
577 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True);
582 SDValue True = N->getOperand(1); local
583 ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(True);
585 if (!TrueC || !True.getValueType().isInteger())
591 if (True.getValueType() == MVT::i64)
610 return DAG.getNode(ISD::ADD, DL, SetCC.getValueType(), SetCC, True);
1564 SDValue True = DAG.getConstant(1, MVT::i32); local
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp136 /// \returns True if all of the values in \p VL are constants.
144 /// \returns True if all of the values in \p VL are identical.
254 /// \returns True if the ExtractElement instructions in VL can be vectorized
1735 Value *True = vectorizeTree(TrueVec); local
1741 Value *V = Builder.CreateSelect(Cond, True, False);
2551 /// \param IsLeft True will generate a mask of even elements, odd otherwise.
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c415 #define True ((Bool)1) macro
990 while (True) {
992 return True;
1073 neg = True;
1176 is_long = True;
1380 while (True) { \
1620 s->inUse16[i] = True; else
1630 if (uc == 1) s->inUse[i * 16 + j] = True;
1643 while (True) {
1670 while (True) {
[all...]

Completed in 3732 milliseconds

1234