/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | shift-double-x86_64.ll | 74 %lo2 = lshr i64 %lo, 1 75 %sh_lo = lshr i64 %lo2, %bits64 89 %lo2 = shl i64 %lo, 1 90 %sh_lo = shl i64 %lo2, %bits64 104 %lo2 = add i64 %lo, %lo 105 %sh_lo = shl i64 %lo2, %bits64
|
D | shift-double.ll | 386 %lo2 = lshr i32 %lo, 1 387 %sh_lo = lshr i32 %lo2, %bits32 409 %lo2 = shl i32 %lo, 1 410 %sh_lo = shl i32 %lo2, %bits32 432 %lo2 = add i32 %lo, %lo 433 %sh_lo = shl i32 %lo2, %bits32
|
D | avx-intrinsics-fast-isel.ll | 939 %lo2 = load <2 x double>, <2 x double>* %arg1, align 1 940 …%lo4 = shufflevector <2 x double> %lo2, <2 x double> %lo2, <4 x i32> <i32 0, i32 1, i32 undef, i32… 963 %lo2 = load <2 x i64>, <2 x i64>* %arg1, align 1 964 …%lo4 = shufflevector <2 x i64> %lo2, <2 x i64> %lo2, <4 x i32> <i32 0, i32 1, i32 undef, i32 undef>
|
/external/freetype/src/base/ |
D | fttrigon.c | 87 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()
|
D | ftcalc.c | 284 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/arm-optimized-routines/math/ |
D | pow.c | 39 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; in log_inline() local 75 lo2 = t1 - t2 + r; in log_inline() 99 lo = lo1 + lo2 + lo3 + lo4 + p; in log_inline()
|
/external/harfbuzz_ng/src/ |
D | hb-dsalgs.hh | 334 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/ |
D | test_benchmark.cc | 100 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/ |
D | test_benchmark.h | 91 Benchmark* RangePair(int lo1, int hi1, int lo2, int hi2);
|
/external/clang/test/Index/ |
D | get-cursor.m | 126 _Nonnull id lo2; 128 [lo2 meth];
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 134 unsigned lo2 = Value & 0x3; in AdrImmBits() local 136 return (hi19 << 5) | (lo2 << 29); in AdrImmBits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 142 unsigned lo2 = Value & 0x3; in AdrImmBits() local 144 return (hi19 << 5) | (lo2 << 29); in AdrImmBits()
|
/external/python/cpython3/Modules/expat/ |
D | xmltok.c | 678 unsigned char lo2; \ 724 lo2 = GET_LO(from); \ 727 | (lo2 >> 6) \ 729 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
|
/external/expat/lib/ |
D | xmltok.c | 675 unsigned char lo2; \ 721 lo2 = GET_LO(from); \ 724 | (lo2 >> 6) \ 726 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.c | 675 unsigned char lo2; \ 721 lo2 = GET_LO(from); \ 724 | (lo2 >> 6) \ 726 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | ucontext_reader.cc | 234 out->lo[1] = uc->uc_mcontext.lo2;
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 834 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/ |
D | benchmark.h | 834 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/v8/src/libsampler/ |
D | sampler.cc | 125 uint32_t lo2; member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 861 LLVMValueRef lo, hi, lo2, hi2; in fs_twiddle_transpose() local 869 lo2 = LLVMBuildBitCast(builder, tmp[j*2], 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/freetype/src/truetype/ |
D | ttinterp.c | 1440 FT_UInt32 l, lo1, lo2, lo; in TT_DotFix14() local 1454 lo2 = l + ( (FT_UInt32)m << 16 ); in TT_DotFix14() 1455 hi2 = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo2 < l ); in TT_DotFix14() 1458 lo = lo1 + lo2; in TT_DotFix14()
|
/external/llvm/test/CodeGen/X86/ |
D | avx-intrinsics-fast-isel.ll | 1247 %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/ |
D | hyph-de-ch-1901.pat.txt | 11882 lo2ßu 15443 ölo2
|
D | hyph-de-1901.pat.txt | 11980 lo2ßu 15540 ölo2
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.pat.txt | 31789 lo2áz 31800 lo2éc 31801 lo2éo 31802 lo2ép 31803 lo2éz 31928 lo2ós
|