Home
last modified time | relevance | path

Searched refs:hi2 (Results 1 – 25 of 29) sorted by relevance

12

/external/python/cpython3/Modules/_decimal/libmpdec/
Dcrt.c47 mpd_uint_t hi1, hi2, lo; in _crt_mulP1P2_3() local
52 _mpd_mul_words(&hi2, &lo, UH_P1P2, v); in _crt_mulP1P2_3()
54 if (lo < hi1) hi2++; in _crt_mulP1P2_3()
57 w[2] = hi2; in _crt_mulP1P2_3()
/external/rust/crates/gdbstub/src/arch/mips/reg/
Dmips.rs65 pub hi2: U, field
205 write_le_bytes!(&self.dsp.hi2); in gdb_serialize()
239 self.dsp.hi2 = regs.next().ok_or(())?; in gdb_deserialize()
/external/freetype/src/base/
Dfttrigon.c86 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_trig_downscale() local
98 hi2 = FT_TRIG_SCALE >> 16; in ft_trig_downscale()
101 i1 = lo1 * hi2; in ft_trig_downscale()
103 hi = hi1 * hi2; in ft_trig_downscale()
Dftcalc.c283 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64() local
287 lo2 = y & 0x0000FFFFU; hi2 = y >> 16; in ft_multo64()
290 i1 = lo1 * hi2; in ft_multo64()
292 hi = hi1 * hi2; in ft_multo64()
/external/llvm-project/llvm/test/CodeGen/X86/
Dhorizontal-reduce-add.ll144 %hi2 = shufflevector <2 x i16> %sum1, <2 x i16> undef, <2 x i32> <i32 1, i32 undef>
145 %sum2 = add <2 x i16> %sum1, %hi2
218 %hi2 = shufflevector <2 x i32> %sum1, <2 x i32> undef, <2 x i32> <i32 1, i32 undef>
219 %sum2 = add <2 x i32> %sum1, %hi2
310 %hi2 = shufflevector <4 x i16> %sum1, <4 x i16> undef, <2 x i32> <i32 2, i32 3>
312 %sum2 = add <2 x i16> %lo2, %hi2
401 %hi2 = shufflevector <4 x i32> %sum1, <4 x i32> undef, <2 x i32> <i32 2, i32 3>
403 %sum2 = add <2 x i32> %lo2, %hi2
Dhorizontal-reduce-fadd.ll193 %hi2 = shufflevector <2 x float> %sum1, <2 x float> undef, <2 x i32> <i32 1, i32 undef>
194 %sum2 = fadd fast <2 x float> %sum1, %hi2
263 %hi2 = shufflevector <2 x double> %sum1, <2 x double> undef, <2 x i32> <i32 1, i32 undef>
264 %sum2 = fadd fast <2 x double> %sum1, %hi2
345 %hi2 = shufflevector <4 x float> %sum1, <4 x float> undef, <2 x i32> <i32 2, i32 3>
347 %sum2 = fadd fast <2 x float> %lo2, %hi2
Davx-intrinsics-fast-isel.ll939 %hi2 = load <2 x double>, <2 x double>* %arg0, align 1
940 …%hi4 = shufflevector <2 x double> %hi2, <2 x double> %hi2, <4 x i32> <i32 0, i32 1, i32 undef, i32…
963 %hi2 = load <2 x i64>, <2 x i64>* %arg0, align 1
964 …%hi4 = shufflevector <2 x i64> %hi2, <2 x i64> %hi2, <4 x i32> <i32 0, i32 1, i32 undef, i32 undef>
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff47 - uint8 lo2, uint8 hi2, bool fold2);
87 - uint8 lo2, uint8 hi2, bool fold2) {
91 - ip = RuneByteSuffix(lo2, hi2, fold2, ip);
93 - ip = RuneByteSuffix(lo2, hi2, fold2, NULL);
116 - int hi2 = hi & 0xFF;
121 - AddUCS2Pair(lo1, lo1, false, lo2, hi2, lo1==0 && foldcase);
132 - if (hi2 < 0xFF) {
133 - AddUCS2Pair(hi1, hi1, false, 0, hi2, false);
/external/rust/crates/ryu/src/
Dd2s_intrinsics.rs152 let hi2 = hi.wrapping_add((mid2 < mid) as u64); in mul_shift_all_64() localVariable
153 ptr::write(vp, shiftright128(mid2, hi2, j - 64 - 1)); in mul_shift_all_64()
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc135 Benchmark* Benchmark::RangePair(int lo1, int hi1, int lo2, int hi2) { in RangePair() argument
139 AddRange(&args2, lo2, hi2, 8); in RangePair()
Dtest_benchmark.h106 Benchmark* RangePair(int lo1, int hi1, int lo2, int hi2);
/external/harfbuzz_ng/src/
Dhb-algs.hh625 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) in hb_in_ranges() argument
627 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2); in hb_in_ranges()
630 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) in hb_in_ranges() argument
632 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3); in hb_in_ranges()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc278 reinterpret_cast<void*>(DSP_BASE + 2), &info->mcontext.hi2); in GetThreadInfoByIndex()
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc237 out->hi[1] = uc->uc_mcontext.hi2;
Dthread_info.cc255 out->hi[1] = mcontext.hi2;
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h799 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair() argument
802 ranges.push_back(std::make_pair(lo2, hi2)); in RangePair()
/external/llvm/test/Transforms/LoopReroll/
Dbasic.ll95 ; void hi2(int *x) {
104 define void @hi2(i32* nocapture %x) #0 {
126 ; CHECK-LABEL: @hi2
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h834 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair() argument
837 ranges.push_back(std::make_pair(lo2, hi2)); in RangePair()
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h834 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair() argument
837 ranges.push_back(std::make_pair(lo2, hi2)); in RangePair()
/external/google-benchmark/include/benchmark/
Dbenchmark.h846 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair() argument
849 ranges.push_back(std::make_pair(lo2, hi2)); in RangePair()
/external/llvm-project/llvm/test/Transforms/LoopReroll/
Dbasic.ll97 ; void hi2(int *x) {
106 define void @hi2(i32* nocapture %x) #0 {
128 ; CHECK-LABEL: @hi2
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1435 LLVMValueRef lo, hi, lo2, hi2; in fs_twiddle_transpose() local
1444 hi2 = LLVMBuildBitCast(builder, tmp[j*2 + 1], type64_t, ""); in fs_twiddle_transpose()
1445 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0); in fs_twiddle_transpose()
1446 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1); in fs_twiddle_transpose()
/external/hyphenation-patterns/la/
Dhyph-la-x-liturgic.pat.txt374 .hi2é
/external/llvm/test/CodeGen/X86/
Davx-intrinsics-fast-isel.ll1244 %hi2 = load <2 x double>, <2 x double>* %arg0, align 1
1245 …%hi4 = shufflevector <2 x double> %hi2, <2 x double> %hi2, <4 x i32> <i32 0, i32 1, i32 undef, i32…
1268 %hi2 = load <2 x i64>, <2 x i64>* %arg0, align 1
1269 …%hi4 = shufflevector <2 x i64> %hi2, <2 x i64> %hi2, <4 x i32> <i32 0, i32 1, i32 undef, i32 undef>
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp240 Value *x32_minus_shift, *pred, *hi1, *hi2; in handleShift() local
257 bld.mkOp2(op, type, (hi2 = bld.getSSA()), src[0], in handleShift()
260 bld.mkOp2(OP_UNION, TYPE_U32, (dst[1] = bld.getSSA()), hi1, hi2); in handleShift()

12