/third_party/skia/third_party/externals/freetype/src/base/ |
D | fttrigon.c | 86 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_trig_downscale() local 97 lo2 = FT_TRIG_SCALE & 0x0000FFFFU; in ft_trig_downscale() 100 lo = lo1 * lo2; in ft_trig_downscale() 102 i2 = lo2 * hi1; in ft_trig_downscale()
|
D | ftcalc.c | 283 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64() local 287 lo2 = y & 0x0000FFFFU; hi2 = y >> 16; in ft_multo64() 289 lo = lo1 * lo2; in ft_multo64() 291 i2 = lo2 * hi1; in ft_multo64()
|
/third_party/flutter/skia/third_party/externals/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()
|
/third_party/freetype/src/base/ |
D | fttrigon.c | 86 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_trig_downscale() local 97 lo2 = FT_TRIG_SCALE & 0x0000FFFFU; in ft_trig_downscale() 100 lo = lo1 * lo2; in ft_trig_downscale() 102 i2 = lo2 * hi1; in ft_trig_downscale()
|
D | ftcalc.c | 283 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64() local 287 lo2 = y & 0x0000FFFFU; hi2 = y >> 16; in ft_multo64() 289 lo = lo1 * lo2; in ft_multo64() 291 i2 = lo2 * hi1; in ft_multo64()
|
/third_party/optimized-routines/math/ |
D | pow.c | 40 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; in log_inline() local 76 lo2 = t1 - t2 + r; in log_inline() 100 lo = lo1 + lo2 + lo3 + lo4 + p; in log_inline()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_getnameinfo.c | 412 int lo1, lo2; in ares_striendstr() local 426 lo2 = TOLOWER(*c2); in ares_striendstr() 427 if (lo1 != lo2) in ares_striendstr()
|
/third_party/musl/porting/liteos_a/kernel/src/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() 97 lo = lo1 + lo2 + lo3 + lo4 + p; in log_inline()
|
/third_party/musl/src/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() 97 lo = lo1 + lo2 + lo3 + lo4 + p; in log_inline()
|
/third_party/musl/porting/uniproton/kernel/src/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() 97 lo = lo1 + lo2 + lo3 + lo4 + p; in log_inline()
|
/third_party/musl/porting/liteos_m/kernel/src/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() 97 lo = lo1 + lo2 + lo3 + lo4 + p; in log_inline()
|
/third_party/re2/ |
D | ucs2.diff | 47 - 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); 114 - int lo2 = lo & 0xFF; 121 - AddUCS2Pair(lo1, lo1, false, lo2, hi2, lo1==0 && foldcase); 126 - if (lo2 > 0) { 127 - AddUCS2Pair(lo1, lo1, false, lo2, 0xFF, lo1==0 && foldcase);
|
/third_party/musl/arch/mipsn32/bits/ |
D | signal.h | 49 greg_t lo2; member
|
/third_party/musl/arch/mips64/bits/ |
D | signal.h | 49 greg_t lo2; member
|
/third_party/musl/arch/mips/bits/ |
D | signal.h | 36 unsigned long hi1, lo1, hi2, lo2, hi3, lo3; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-algs.hh | 592 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) in hb_in_ranges() argument 594 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2); in hb_in_ranges() 597 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) in hb_in_ranges() argument 599 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3); in hb_in_ranges()
|
/third_party/harfbuzz/src/ |
D | hb-algs.hh | 797 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) in hb_in_ranges() argument 799 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2); in hb_in_ranges() 802 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) in hb_in_ranges() argument 804 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3); in hb_in_ranges()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-algs.hh | 818 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) in hb_in_ranges() argument 820 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2); in hb_in_ranges() 823 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) in hb_in_ranges() argument 825 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3); in hb_in_ranges()
|
/third_party/expat/lib/ |
D | xmltok.c | 629 unsigned char lo2; \ 683 lo2 = GET_LO(from); \ 685 | (lo2 >> 6) | 0x80); \ 686 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
|
/third_party/python/Modules/expat/ |
D | xmltok.c | 632 unsigned char lo2; \ 686 lo2 = GET_LO(from); \ 688 | (lo2 >> 6) | 0x80); \ 689 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmltok.c | 632 unsigned char lo2; \ 686 lo2 = GET_LO(from); \ 688 | (lo2 >> 6) | 0x80); \ 689 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 148 unsigned lo2 = Value & 0x3; in AdrImmBits() local 150 return (hi19 << 5) | (lo2 << 29); in AdrImmBits()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | matmul_fp32.c | 712 __m128 lo2 = _mm256_castps256_ps128(trans2); in RowMajor2Col6Major() local 723 __m128 res1 = _mm_shuffle_ps(lo2, lo0, _MM_SHUFFLE(3, 2, 1, 0)); in RowMajor2Col6Major() 724 __m128 res2 = _mm_shuffle_ps(lo1, lo2, _MM_SHUFFLE(3, 2, 3, 2)); in RowMajor2Col6Major()
|
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/ |
D | benchmark.h | 787 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair() argument 790 ranges.push_back(std::make_pair(lo2, hi2)); in RangePair()
|