Home
last modified time | relevance | path

Searched refs:lo2 (Results 1 – 23 of 23) sorted by relevance

/external/freetype/src/base/
Dfttrigon.c87 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_trig_downscale() local
98 lo2 = FT_TRIG_SCALE & 0x0000FFFFU; in ft_trig_downscale()
101 lo = lo1 * lo2; in ft_trig_downscale()
103 i2 = lo2 * hi1; 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()
290 lo = lo1 * lo2; in ft_multo64()
292 i2 = lo2 * hi1; in ft_multo64()
/external/harfbuzz_ng/src/
Dhb-private.hh680 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) in hb_in_ranges() argument
682 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2); in hb_in_ranges()
686 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) in hb_in_ranges() argument
688 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.h57 Benchmark* RangePair(int lo1, int hi1, int lo2, int hi2);
/external/clang/test/Index/
Dget-cursor.m126 _Nonnull id lo2;
128 [lo2 meth];
/external/python/cpython3/Modules/expat/
Dxmltok.c547 unsigned char lo2; \
589 lo2 = GET_LO(from); \
592 | (lo2 >> 6) \
594 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
/external/python/cpython2/Modules/expat/
Dxmltok.c547 unsigned char lo2; \
589 lo2 = GET_LO(from); \
592 | (lo2 >> 6) \
594 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp134 unsigned lo2 = Value & 0x3; in AdrImmBits() local
136 return (hi19 << 5) | (lo2 << 29); in AdrImmBits()
/external/expat/lib/
Dxmltok.c675 unsigned char lo2; \
721 lo2 = GET_LO(from); \
724 | (lo2 >> 6) \
726 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
/external/google-benchmark/include/benchmark/
Dbenchmark.h718 Benchmark* RangePair(int lo1, int hi1, int lo2, int hi2) { in RangePair() argument
721 ranges.push_back(std::make_pair(lo2, hi2)); in RangePair()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h718 Benchmark* RangePair(int lo1, int hi1, int lo2, int hi2) { in RangePair() argument
721 ranges.push_back(std::make_pair(lo2, hi2)); in RangePair()
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc234 out->lo[1] = uc->uc_mcontext.lo2;
/external/v8/src/libsampler/
Dsampler.cc103 uint32_t lo2; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c840 LLVMValueRef lo, hi, lo2, hi2; in fs_twiddle_transpose() local
848 lo2 = LLVMBuildBitCast(builder, tmp[j*2], type64_t, ""); in fs_twiddle_transpose()
850 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0); in fs_twiddle_transpose()
851 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1); in fs_twiddle_transpose()
/external/valgrind/VEX/priv/
Dhost_x86_isel.c1907 HReg hi1, lo1, hi2, lo2; in iselCondCode_wrk() local
1912 iselInt64Expr( &hi2, &lo2, env, mi.bindee[1] ); in iselCondCode_wrk()
1914 addInstr(env, X86Instr_Alu32R(Xalu_OR,X86RMI_Reg(lo2),tmp)); in iselCondCode_wrk()
2041 HReg hi1, hi2, lo1, lo2; in iselCondCode_wrk() local
2045 iselInt64Expr( &hi2, &lo2, env, e->Iex.Binop.arg2 ); in iselCondCode_wrk()
2049 addInstr(env, X86Instr_Alu32R(Xalu_XOR,X86RMI_Reg(lo2), tLo)); in iselCondCode_wrk()
/external/freetype/src/truetype/
Dttinterp.c1415 FT_UInt32 l, lo1, lo2, lo; in TT_DotFix14() local
1429 lo2 = l + ( (FT_UInt32)m << 16 ); in TT_DotFix14()
1430 hi2 = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo2 < l ); in TT_DotFix14()
1433 lo = lo1 + lo2; in TT_DotFix14()
/external/llvm/test/CodeGen/X86/
Davx-intrinsics-fast-isel.ll1247 %lo2 = load <2 x double>, <2 x double>* %arg1, align 1
1248 …%lo4 = shufflevector <2 x double> %lo2, <2 x double> %lo2, <4 x i32> <i32 0, i32 1, i32 undef, i32…
1271 %lo2 = load <2 x i64>, <2 x i64>* %arg1, align 1
1272 …%lo4 = shufflevector <2 x i64> %lo2, <2 x i64> %lo2, <4 x i32> <i32 0, i32 1, i32 undef, i32 undef>
/external/hyphenation-patterns/de/
Dhyph-de-ch-1901.pat.txt11882 lo2ßu
15443 ölo2
Dhyph-de-1901.pat.txt11980 lo2ßu
15540 ölo2
Dhyph-de-1996.pat.txt15428 ölo2
/external/hyphenation-patterns/hu/
Dhyph-hu.pat.txt31789 lo2áz
31800 lo2éc
31801 lo2éo
31802 lo2ép
31803 lo2éz
31928 lo2ós
/external/tensorflow/tensorflow/examples/tutorials/deepdream/
Ddeepdream.ipynb702 " lo2 = tf.nn.conv2d_transpose(lo, k5x5*4, tf.shape(img), [1,2,2,1])\n",
703 " hi = img-lo2\n",