Home
last modified time | relevance | path

Searched refs:extend (Results 726 - 750 of 792) sorted by relevance

1...<<21222324252627282930>>...32

/third_party/rust/crates/regex/src/
H A Ddfa.rs652 // then it's impossible to extend the set of matches since in exec_at()
1661 self.table.extend(repeat(STATE_UNKNOWN).take(self.num_byte_classes)); in add()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h148 void ExtendRectangle(const Rectangle &source, const Rectangle &extend, Rectangle *extended);
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc3887 Extend extend, unsigned left_shift) { in EmitExtendShift()
3893 unsigned high_bit = (8 << (extend & 0x3)) - 1; in EmitExtendShift()
3898 switch (extend) { in EmitExtendShift()
3912 // Nothing to extend. Just shift. in EmitExtendShift()
3920 // No need to extend as the extended bits would be shifted away. in EmitExtendShift()
3942 ExtendMode(operand.extend()) | ImmExtendShift(operand.shift_amount()) | in DataProcExtendedRegister()
3971 Extend ext = addr.extend(); in LoadStore()
3886 EmitExtendShift(const Register& rd, const Register& rn, Extend extend, unsigned left_shift) EmitExtendShift() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3792 // extend the extracted value back to the original type. Here, we account
3793 // for the extract and the added cost of the sign extend if needed.
4597 // sign extend the extracted values below.
4612 // If necessary, sign-extend or zero-extend ScalarRoot to the larger type
4614 auto extend = [&](Value *ScalarRoot, Value *Ex, Type *ScalarType) {
4653 Ex = extend(ScalarRoot, Ex, Scalar->getType());
4678 Ex = extend(ScalarRoot, Ex, Scalar->getType());
4686 Ex = extend(ScalarRoot, Ex, Scalar->getType());
4693 Ex = extend(ScalarRoo
[all...]
/third_party/python/Lib/test/
H A Dtest_os.py2584 self.created_paths.extend([dir_name, file_name])
3846 funcs.extend((
3854 funcs.extend((
3880 funcs.extend((
4242 names.extend(('symlink_dir', 'symlink_file.txt'))
H A Dtest_ast.py1680 tests.extend(["test/test_grammar.py", "test/test_unpack_ex.py"])
1926 consts.extend((Ellipsis, None))
H A Dtest_builtin.py1987 self.assertRaises(ValueError, array.extend, bad_iter)
2185 child_output.extend(chunk)
H A Dtest_regrtest.py598 self.regrtest_args.extend(('--timeout', '3600', '-j4'))
H A Dtest_bigmem.py1146 l.extend(l)
H A Dtest_float.py1550 values.extend((INF, NAN))
H A Dtest_xmlrpc.py1497 self.log.extend(args)
/third_party/rust/crates/syn/src/
H A Ditem.rs1081 attrs.extend(item.replace_attrs(Vec::new()));
2735 attrs.extend(content.call(Attribute::parse_inner)?); in parse_impl_item_fn()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfpsp.S4322 ext.l %d0 # sign extend displacement
18788 mov.w %d0,%a0 # sign extend displacement
18801 mov.w %d0,%a0 # sign extend displacement
18814 mov.w %d0,%a0 # sign extend displacement
18827 mov.w %d0,%a0 # sign extend displacement
18840 mov.w %d0,%a0 # sign extend displacement
18853 mov.w %d0,%a0 # sign extend displacement
18866 mov.w %d0,%a0 # sign extend displacement
18879 mov.w %d0,%a0 # sign extend displacement
18921 ext.l %d0 # sign extend wor
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S4322 ext.l %d0 # sign extend displacement
18788 mov.w %d0,%a0 # sign extend displacement
18801 mov.w %d0,%a0 # sign extend displacement
18814 mov.w %d0,%a0 # sign extend displacement
18827 mov.w %d0,%a0 # sign extend displacement
18840 mov.w %d0,%a0 # sign extend displacement
18853 mov.w %d0,%a0 # sign extend displacement
18866 mov.w %d0,%a0 # sign extend displacement
18879 mov.w %d0,%a0 # sign extend displacement
18921 ext.l %d0 # sign extend wor
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c933 #define HDCD_ANA_PE_DESC "samples where peak extend occurs"
954 /** always extend peaks above -3dBFS even if PE isn't signaled
994 { "force_pe", "Always extend peaks above -3dBFS even when PE is not signaled.",
1207 static int hdcd_analyze(int32_t *samples, int count, int stride, int gain, int target_gain, int extend, int mode, int cdt_active, int tg_mismatch) in hdcd_analyze() argument
1218 samples[i * stride] = hdcd_analyze_gen(sample, !!(pel && extend), 1); in hdcd_analyze()
1267 static int hdcd_envelope(int32_t *samples, int count, int stride, int vbits, int gain, int target_gain, int extend) in hdcd_envelope() argument
1280 if (extend) { in hdcd_envelope()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c223 nn->fw_ver.extend, nn->fw_ver.class, in nfp_net_get_drvinfo()
/third_party/python/Lib/idlelib/
H A Dpyshell.py571 path.extend(sys.path)
/third_party/python/Lib/
H A D_pyio.py1275 self._write_buf.extend(b)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_proactor_events.py978 self.data.extend(data)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveIntervals.cpp295 // Now extend LR to reach all uses. in computeRegUnitRange()
629 LRCalc->extend(LR, Idx, /*PhysReg=*/0, Undefs); in extendToIndices()
953 /// Toolkit used by handleMove to trim or extend live intervals.
1161 // If NewIdx is behind the last segment, extend that and append a new one. in handleMoveDown()
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1244 if (!coincidences->extend(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd)) { in missingCoincidence()
/third_party/python/Lib/xml/dom/
H A Dminidom.py1761 stack.extend([child for child in node.childNodes
/third_party/python/Lib/unittest/test/
H A Dtest_case.py793 b.extend(a)
/third_party/python/Parser/
H A Dasdl_c.py371 # XXX should extend get_c_type() to handle this
603 args.extend([a.name for a in prod.attributes])
/third_party/python/Lib/xml/etree/
H A DElementTree.py247 def extend(self, elements): member in Element

Completed in 120 milliseconds

1...<<21222324252627282930>>...32