Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dcrt.c44 mpd_uint_t hi1, hi2, lo; in _crt_mulP1P2_3() local
49 _mpd_mul_words(&hi2, &lo, UH_P1P2, v); in _crt_mulP1P2_3()
51 if (lo < hi1) hi2++; in _crt_mulP1P2_3()
54 w[2] = hi2; in _crt_mulP1P2_3()
/external/freetype/src/base/
Dfttrigon.c87 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_trig_downscale() local
99 hi2 = FT_TRIG_SCALE >> 16; in ft_trig_downscale()
102 i1 = lo1 * hi2; in ft_trig_downscale()
104 hi = hi1 * hi2; in ft_trig_downscale()
Dftcalc.c284 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64() local
288 lo2 = y & 0x0000FFFFU; hi2 = y >> 16; in ft_multo64()
291 i1 = lo1 * hi2; in ft_multo64()
293 hi = hi1 * hi2; in ft_multo64()
/external/harfbuzz_ng/src/
Dhb-dsalgs.hh334 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) in hb_in_ranges() argument
336 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2); in hb_in_ranges()
339 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) in hb_in_ranges() argument
341 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3); in hb_in_ranges()
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc100 Benchmark* Benchmark::RangePair(int lo1, int hi1, int lo2, int hi2) { in RangePair() argument
104 AddRange(&args2, lo2, hi2, 8); in RangePair()
/external/tensorflow/tensorflow/core/platform/
Dtest_benchmark.h91 Benchmark* RangePair(int lo1, int hi1, int lo2, int hi2);
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc231 out->hi[1] = uc->uc_mcontext.hi2;
/external/llvm/test/Transforms/LoopReroll/
Dbasic.ll95 ; void hi2(int *x) {
104 define void @hi2(i32* nocapture %x) #0 {
126 ; CHECK-LABEL: @hi2
/external/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopReroll/
Dbasic.ll96 ; void hi2(int *x) {
105 define void @hi2(i32* nocapture %x) #0 {
127 ; CHECK-LABEL: @hi2
/external/v8/src/libsampler/
Dsampler.cc124 uint32_t hi2; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c861 LLVMValueRef lo, hi, lo2, hi2; in fs_twiddle_transpose() local
870 hi2 = LLVMBuildBitCast(builder, tmp[j*2 + 1], type64_t, ""); in fs_twiddle_transpose()
871 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0); in fs_twiddle_transpose()
872 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/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp202 Value *x32_minus_shift, *pred, *hi1, *hi2; in handleShift() local
219 bld.mkOp2(op, type, (hi2 = bld.getSSA()), src[0], in handleShift()
222 bld.mkOp2(OP_UNION, TYPE_U32, (dst[1] = bld.getSSA()), hi1, hi2); in handleShift()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davx-intrinsics-fast-isel.ll936 %hi2 = load <2 x double>, <2 x double>* %arg0, align 1
937 …%hi4 = shufflevector <2 x double> %hi2, <2 x double> %hi2, <4 x i32> <i32 0, i32 1, i32 undef, i32…
960 %hi2 = load <2 x i64>, <2 x i64>* %arg0, align 1
961 …%hi4 = shufflevector <2 x i64> %hi2, <2 x i64> %hi2, <4 x i32> <i32 0, i32 1, i32 undef, i32 undef>
/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/freetype/src/truetype/
Dttinterp.c1439 FT_Int32 m, s, hi1, hi2, hi; in TT_DotFix14() local
1455 hi2 = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo2 < l ); in TT_DotFix14()
1459 hi = hi1 + hi2 + ( lo < lo1 ); in TT_DotFix14()
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt224 .hi2
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D73c687bfb0d4310fe788b2472e8ee054.000117b6.honggfuzz.cov303 …��۬�|��Q�v�E�t|@�5#���4A��Cɸ|>l�Q������,D.�� ����{�FnH_����j�o0���hi2 ̔��oSz*ܓ�uV�gh��…
/external/mksh/src/
Dcheck.t365 var=`{ OPEN echo hi2; CLOSE }` && echo "$var"
374 hi2