Home
last modified time | relevance | path

Searched refs:pred (Results 226 - 250 of 498) sorted by relevance

12345678910>>...20

/kernel/linux/linux-5.10/tools/perf/util/
H A Dblock-range.h20 * @pred: number of times the taken branch was predicted
35 u64 pred; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dblock-range.h20 * @pred: number of times the taken branch was predicted
35 u64 pred; member
/third_party/ffmpeg/libavcodec/
H A Dratecontrol.h67 Predictor pred[5]; member
H A Dadpcm.c357 int delta, pred, step, add; in adpcm_agm_expand_nibble() local
359 pred = c->predictor; in adpcm_agm_expand_nibble()
367 pred = av_clip(pred + (add >> 3), -32767, 32767); in adpcm_agm_expand_nibble()
369 pred = av_clip(pred - (add >> 3), -32767, 32767); in adpcm_agm_expand_nibble()
377 c->predictor = pred; in adpcm_agm_expand_nibble()
378 return pred; in adpcm_agm_expand_nibble()
395 c->predictor = pred; in adpcm_agm_expand_nibble()
396 return pred; in adpcm_agm_expand_nibble()
[all...]
H A Dalac.c179 uint32_t *pred = buffer_out; in lpc_prediction() local
213 int d = *pred++; in lpc_prediction()
217 val += (pred[j] - d) * lpc_coefs[j]; in lpc_prediction()
227 val = d - pred[j]; in lpc_prediction()
/third_party/typescript/tests/baselines/reference/
H A DmoduleAugmentationDisallowedExtensions.js36 filter(pred: (e:T) => boolean): Observable<T>;
H A DmoduleAugmentationExtendAmbientModule2.js20 filter(pred: (e:T) => boolean): Observable<T>;
H A DmoduleAugmentationExtendFileModule2.js19 filter(pred: (e:T) => boolean): Observable<T>;
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64.S345 .pred.rel "mutex",p50,p54
354 .pred.rel "mutex",p51,p55
442 .pred.rel "mutex",p40,p42
457 { .mmi; .pred.rel "mutex",p40,p42
1533 // clobbered: f8,f9,f10,f11,pred
1534 pred=p15
1549 frcpa.s1 f8,pred=f6,f7;; // [0] y0 = 1 / b
1551 (pred) fnma.s1 f9=f7,f8,f1 // [5] e0 = 1 - b * y0
1552 (pred) fmpy.s1 f10=f6,f8;; // [5] q0 = a * y0
1553 (pred) fmp
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dia64.S345 .pred.rel "mutex",p50,p54
354 .pred.rel "mutex",p51,p55
442 .pred.rel "mutex",p40,p42
457 { .mmi; .pred.rel "mutex",p40,p42
1533 // clobbered: f8,f9,f10,f11,pred
1534 pred=p15
1549 frcpa.s1 f8,pred=f6,f7;; // [0] y0 = 1 / b
1551 (pred) fnma.s1 f9=f7,f8,f1 // [5] e0 = 1 - b * y0
1552 (pred) fmpy.s1 f10=f6,f8;; // [5] q0 = a * y0
1553 (pred) fmp
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc87 LiveRangeBound* LiveRangeBoundArray::FindPred(const InstructionBlock* pred) {
89 pred->last_instruction_index());
100 const InstructionBlock* block, const InstructionBlock* pred, in FindConnectableSubranges()
103 pred->last_instruction_index()); in FindConnectableSubranges()
3349 for (RpoNumber pred : current_block->predecessors()) { in ComputeStateFromManyPredecessors()
3350 if (!ConsiderBlockForControlFlow(current_block, pred)) { in ComputeStateFromManyPredecessors()
3355 const auto& pred_state = data()->GetSpillState(pred); in ComputeStateFromManyPredecessors()
3575 for (auto pred : block->predecessors()) { in BlockIsDeferredOrImmediatePredecessorIsNotDeferred()
3576 if (pred.IsNext(block->rpo_number())) { in BlockIsDeferredOrImmediatePredecessorIsNotDeferred()
3577 pred_is_deferred = code()->InstructionBlockAt(pred) in BlockIsDeferredOrImmediatePredecessorIsNotDeferred()
99 FindConnectableSubranges( const InstructionBlock* block, const InstructionBlock* pred, FindResult* result) const FindConnectableSubranges() argument
4498 const InstructionBlock* pred = TryReuseSpillForPhi() local
4974 ResolveControlFlow(const InstructionBlock* block, const InstructionOperand& cur_op, const InstructionBlock* pred, const InstructionOperand& pred_op) ResolveControlFlow() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp481 Value *pred = mul->getPredicate(); in handleMUL() local
483 if (pred) in handleMUL()
500 if (pred) in handleMUL()
501 def->getInsn()->setPredicate(cc, pred); in handleMUL()
918 Value *pred = bld.getScratch(1, FILE_FLAGS); in handleTXB() local
920 bld.mkQuadop(qop, pred, l, bias, bias)->flagsDef = 0; in handleTXB()
921 bld.mkMov(bit, imm)->setPredicate(CC_EQ, pred); in handleTXB()
974 Value *pred = bld.getScratch(1, FILE_FLAGS); in handleTXL() local
976 bld.mkQuadop(qop, pred, l, lod, lod)->flagsDef = 0; in handleTXL()
977 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred) in handleTXL()
1183 Value *pred = bld.getScratch(1, FILE_FLAGS); handleSLCT() local
2165 Value *pred = insn->getPredicate(); checkPredicate() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dutils.c913 if ((plat->pred == all_versions) || in acpi_match_platform_list()
914 (plat->pred == less_than_or_equal && hdr.oem_revision <= plat->oem_revision) || in acpi_match_platform_list()
915 (plat->pred == greater_than_or_equal && hdr.oem_revision >= plat->oem_revision) || in acpi_match_platform_list()
916 (plat->pred == equal && hdr.oem_revision == plat->oem_revision)) in acpi_match_platform_list()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dutils.c1019 if ((plat->pred == all_versions) || in acpi_match_platform_list()
1020 (plat->pred == less_than_or_equal && hdr.oem_revision <= plat->oem_revision) || in acpi_match_platform_list()
1021 (plat->pred == greater_than_or_equal && hdr.oem_revision >= plat->oem_revision) || in acpi_match_platform_list()
1022 (plat->pred == equal && hdr.oem_revision == plat->oem_revision)) in acpi_match_platform_list()
/third_party/ffmpeg/libavfilter/
H A Dmotion_estimation.c372 repeated can be skipped, if no predictors are used, set me_ctx->pred to (0,0)
385 AVMotionEstPredictor *pred = &me_ctx->preds[0]; in ff_me_search_umh() local
391 for (i = 0; i < pred->nb; i++) in ff_me_search_umh()
392 COST_P_MV(x_mb + pred->mvs[i][0], y_mb + pred->mvs[i][1]); in ff_me_search_umh()
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer_postRA.cpp78 [=](unsigned pred) in reset_block()
79 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_linear_pred][i]; }); in reset_block()
97 [=](unsigned pred) { in reset_block()
98 return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_logical_pred][i]; in reset_block()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c581 gpir_node *pred = dep->pred; in regalloc_print_result() local
582 printf(" %d/%d", pred->index, pred->value_reg); in regalloc_print_result()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dssa_rewrite_pass.cpp173 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in AddPhiOperands()
174 BasicBlock* pred_bb = pass_->cfg()->block(pred); in AddPhiOperands()
613 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in FinalizePhiCandidate()
614 BasicBlock* pred_bb = pass_->cfg()->block(pred); in FinalizePhiCandidate()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dssa_rewrite_pass.cpp173 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in AddPhiOperands()
174 BasicBlock* pred_bb = pass_->cfg()->block(pred); in AddPhiOperands()
613 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in FinalizePhiCandidate()
614 BasicBlock* pred_bb = pass_->cfg()->block(pred); in FinalizePhiCandidate()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/include/
H A Dringtone_data_command.h55 EXPORT void SetDataSharePred(const DataShare::DataSharePredicates &pred);
/third_party/mesa3d/src/compiler/nir/
H A Dnir_control_flow.h176 void nir_insert_phi_undef(nir_block *block, nir_block *pred);
/third_party/node/deps/v8/src/codegen/
H A Dhandler-table.h73 void SetRangeHandler(int index, int offset, CatchPrediction pred);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_controlflow.h77 IfInstr(AluInstr *pred);
/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/
H A Dipc_ability_scheduler_module_test.cpp433 const NativeRdb::DataAbilityPredicates& pred) { in HWTEST_F()
471 auto mockHandler = [&](const Uri& uri, const NativeRdb::DataAbilityPredicates& pred) { in HWTEST_F()
512 const NativeRdb::DataAbilityPredicates& pred) { in HWTEST_F()
/third_party/glslang/SPIRV/
H A DspvIR.h204 void addPredecessor(Block* pred) { predecessors.push_back(pred); pred->successors.push_back(this);} in addPredecessor() argument

Completed in 28 milliseconds

12345678910>>...20