Searched defs:new_b (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | induction_var_analysis.cc | 655 InductionInfo* new_b = TransferAddSub(context, loop, a->op_b, b->op_b, op, type); in TransferAddSub() local 662 InductionInfo* new_b = TransferAddSub(context, loop, a, b->op_b, op, type); in TransferAddSub() local 674 InductionInfo* new_b = TransferAddSub(context, loop, a->op_b, b, op, type); in TransferAddSub() local 701 InductionInfo* new_b = TransferNeg(context, loop, a->op_b, type); in TransferNeg() local 728 InductionInfo* new_b = TransferMul(context, loop, a, b->op_b, type); in TransferMul() local 736 InductionInfo* new_b = TransferMul(context, loop, a->op_b, b, type); in TransferMul() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_subexp.c | 129 const int64_t new_b = cost_branch256(ct, newp); in vp9_prob_diff_update_savings_search() local 146 int64_t i, old_b, new_b, update_b, savings, bestsavings; in vp9_prob_diff_update_savings_search_model() local
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | bitstream.c | 54 unsigned int new_b = 0, old_b = 0; in update_mode() local 672 const int new_b = vp8_cost_branch(ct, newp); in prob_update_savings() local
|
H A D | encodemv.c | 170 const int new_b = vp8_cost_branch(ct, new_p); in update() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | dot_merger.cc | 212 HloInstruction* new_b = b->AddInstruction(HloInstruction::CreateSlice( in TryMergeSameOperand() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | fold_conv_bn.cpp | 35 at::Tensor new_b = (p.conv_b - p.bn_rm) * bn_var_rsqrt * p.bn_w + p.bn_b; in computeUpdatedConvWeightAndBias() local
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | lossless_enc.c | 528 const uint32_t new_b = (((argb >> 0) & 0xff) - green) & 0xff; in VP8LSubtractGreenFromBlueAndRed_C() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | hashtable.hpp | 3009 bucket_type &new_b = buck_ptr[new_n]; in incremental_rehash() local 3227 bucket_type &new_b = new_buckets[new_n]; in rehash_impl() local 3236 bucket_type &new_b = new_buckets[new_n]; in rehash_impl() local
|