/external/cronet/stable/third_party/apache-portable-runtime/src/test/ |
D | Makefile.in | 24 TESTS = testtime.lo teststr.lo testvsn.lo testipsub.lo testshm.lo \ 25 testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo \ 26 testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo \ 27 testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \ 28 testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo \ 29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \ 30 testenv.lo testprocmutex.lo testfnmatch.lo testatomic.lo testflock.lo \ 31 testsock.lo testglobalmutex.lo teststrnatcmp.lo testfilecopy.lo \ 32 testtemp.lo testlfs.lo testcond.lo testescape.lo testskiplist.lo 75 abts.lo: $(srcdir)/abts.c $(srcdir)/abts.h $(srcdir)/abts_tests.h \ [all …]
|
D | Makefile | 24 TESTS = testtime.lo teststr.lo testvsn.lo testipsub.lo testshm.lo \ 25 testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo \ 26 testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo \ 27 testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \ 28 testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo \ 29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \ 30 testenv.lo testprocmutex.lo testfnmatch.lo testatomic.lo testflock.lo \ 31 testsock.lo testglobalmutex.lo teststrnatcmp.lo testfilecopy.lo \ 32 testtemp.lo testlfs.lo testcond.lo testescape.lo testskiplist.lo 75 abts.lo: $(srcdir)/abts.c $(srcdir)/abts.h $(srcdir)/abts_tests.h \ [all …]
|
/external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
D | Makefile.in | 24 TESTS = testtime.lo teststr.lo testvsn.lo testipsub.lo testshm.lo \ 25 testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo \ 26 testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo \ 27 testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \ 28 testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo \ 29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \ 30 testenv.lo testprocmutex.lo testfnmatch.lo testatomic.lo testflock.lo \ 31 testsock.lo testglobalmutex.lo teststrnatcmp.lo testfilecopy.lo \ 32 testtemp.lo testlfs.lo testcond.lo testescape.lo testskiplist.lo 75 abts.lo: $(srcdir)/abts.c $(srcdir)/abts.h $(srcdir)/abts_tests.h \ [all …]
|
D | Makefile | 24 TESTS = testtime.lo teststr.lo testvsn.lo testipsub.lo testshm.lo \ 25 testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo \ 26 testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo \ 27 testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \ 28 testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo \ 29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \ 30 testenv.lo testprocmutex.lo testfnmatch.lo testatomic.lo testflock.lo \ 31 testsock.lo testglobalmutex.lo teststrnatcmp.lo testfilecopy.lo \ 32 testtemp.lo testlfs.lo testcond.lo testescape.lo testskiplist.lo 75 abts.lo: $(srcdir)/abts.c $(srcdir)/abts.h $(srcdir)/abts_tests.h \ [all …]
|
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S1Interval.java | 41 private final double lo; field in S1Interval 48 public S1Interval(double lo, double hi) { in S1Interval() argument 49 this(lo, hi, false); in S1Interval() 58 this.lo = interval.lo; in S1Interval() 66 private S1Interval(double lo, double hi, boolean checked) { in S1Interval() argument 67 double newLo = lo; in S1Interval() 70 if (lo == -S2.M_PI && hi != S2.M_PI) { in S1Interval() 73 if (hi == -S2.M_PI && lo != S2.M_PI) { in S1Interval() 77 this.lo = newLo; in S1Interval() 117 public double lo() { in lo() method in S1Interval [all …]
|
D | R1Interval.java | 27 private final double lo; field in R1Interval 31 public R1Interval(double lo, double hi) { in R1Interval() argument 32 this.lo = lo; in R1Interval() 64 public double lo() { in lo() method in R1Interval 65 return lo; in lo() 76 return lo() > hi(); in isEmpty() 84 return 0.5 * (lo() + hi()); in getCenter() 92 return hi() - lo(); in getLength() 96 return p >= lo() && p <= hi(); in contains() 100 return p > lo() && p < hi(); in interiorContains() [all …]
|
/external/mpdecimal/libmpdec/literature/ |
D | mulmod-64.txt | 21 (1) hi * 2**64 + lo = a * b 29 (3) R(hi, lo) = hi * z - hi + lo 35 a) Set (hi, lo) to the result of a * b. 37 b) Set (hi', lo') to the result of R(hi, lo). 39 c) Repeat step b) until 0 <= hi' * 2**64 + lo' < 2*p. 41 d) If the result is less than p, return lo'. Otherwise return lo' - p. 47 hi * 2**64 + lo == hi * z - hi + lo (mod p) 52 hi * 2**64 + lo = (2**64 - z + 1) * hi + z * hi - hi + lo 54 = p * hi + z * hi - hi + lo 56 == z * hi - hi + lo (mod p) [all …]
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | mulmod-64.txt | 21 (1) hi * 2**64 + lo = a * b 29 (3) R(hi, lo) = hi * z - hi + lo 35 a) Set (hi, lo) to the result of a * b. 37 b) Set (hi', lo') to the result of R(hi, lo). 39 c) Repeat step b) until 0 <= hi' * 2**64 + lo' < 2*p. 41 d) If the result is less than p, return lo'. Otherwise return lo' - p. 47 hi * 2**64 + lo == hi * z - hi + lo (mod p) 52 hi * 2**64 + lo = (2**64 - z + 1) * hi + z * hi - hi + lo 54 = p * hi + z * hi - hi + lo 56 == z * hi - hi + lo (mod p) [all …]
|
/external/python/cpython3/Lib/ |
D | bisect.py | 4 def insort_right(a, x, lo=0, hi=None, *, key=None): argument 15 lo = bisect_right(a, x, lo, hi) 17 lo = bisect_right(a, key(x), lo, hi, key=key) 18 a.insert(lo, x) 21 def bisect_right(a, x, lo=0, hi=None, *, key=None): argument 34 if lo < 0: 41 while lo < hi: 42 mid = (lo + hi) // 2 46 lo = mid + 1 48 while lo < hi: [all …]
|
/external/coreboot/src/cpu/intel/model_1067x/ |
D | model_1067x_init.c | 20 (rdmsr(MSR_BBL_CR_CTL3).lo & (3 << 30)) && in configure_c_states() 21 !(rdmsr(MSR_FSB_FREQ).lo & (1 << 31)); in configure_c_states() 29 msr.lo &= ~(1 << 9); // Issue a single stop grant cycle upon stpclk in configure_c_states() 30 msr.lo |= (1 << 8); in configure_c_states() 32 msr.lo = (msr.lo & ~(7 << 0)) | (4 << 0); in configure_c_states() 34 msr.lo &= ~(1 << 13); in configure_c_states() 35 msr.lo &= ~(7 << 0); in configure_c_states() 36 msr.lo |= (1 << 3); /* Enable dynamic L2. */ in configure_c_states() 37 msr.lo |= (1 << 14); /* Enable deeper sleep */ in configure_c_states() 40 msr.lo &= ~(7 << 4); in configure_c_states() [all …]
|
/external/XNNPACK/src/f32-dwconv/ |
D | up4x9-minmax-aarch64-neonfma-cortex-a55.S | 122 # Load vbias.lo 128 # Load vi0.lo 131 # Load vk0.lo 140 # Load vi1.lo 143 # Load vk1.lo 152 # Load vi2.lo 155 # Load vk2.lo 164 # Load vi3.lo 167 # Load vk3.lo 176 # Load vi4.lo [all …]
|
/external/coreboot/src/cpu/intel/model_206ax/ |
D | model_206ax_init.c | 110 if (!(msr.lo & PLATFORM_INFO_SET_TDP)) in set_power_limits() 115 power_unit = 2 << ((msr.lo & 0xf) - 1); in set_power_limits() 119 tdp = msr.lo & 0x7fff; in set_power_limits() 120 min_power = (msr.lo >> 16) & 0x7fff; in set_power_limits() 137 limit.lo = 0; in set_power_limits() 140 limit.lo |= ((conf->pl1_mw * power_unit) / 1000) & PKG_POWER_LIMIT_MASK; in set_power_limits() 143 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in set_power_limits() 147 limit.lo |= PKG_POWER_LIMIT_CLAMP; in set_power_limits() 149 limit.lo |= PKG_POWER_LIMIT_EN; in set_power_limits() 150 limit.lo |= (power_limit_1_val & PKG_POWER_LIMIT_TIME_MASK) << in set_power_limits() [all …]
|
/external/musl/src/math/ |
D | sqrtl.c | 18 uint64_t lo; member 27 u.i2.lo = x.lo; in mkldbl() 32 u.i.m = x.lo; in mkldbl() 47 r.lo = u.i2.lo; in asu128() 49 r.lo = u.i.m<<49; in asu128() 77 r.lo = a.lo + b; in add64() 79 if (r.lo < a.lo) in add64() 87 r.lo = a.lo + b.lo; in add128() 89 if (r.lo < a.lo) in add128() 97 r.lo = a.lo - b; in sub64() [all …]
|
/external/coreboot/src/cpu/intel/model_6fx/ |
D | model_6fx_init.c | 17 msr.lo |= (1 << 15); // config lock until next reset in configure_c_states() 18 msr.lo |= (1 << 14); // Deeper Sleep in configure_c_states() 19 msr.lo |= (1 << 10); // Enable I/O MWAIT redirection for C-States in configure_c_states() 20 msr.lo &= ~(1 << 9); // Issue a single stop grant cycle upon stpclk in configure_c_states() 21 msr.lo |= (1 << 3); // dynamic L2 in configure_c_states() 24 msr.lo &= ~7; in configure_c_states() 25 msr.lo |= HIGHEST_CLEVEL; // support at most C3 in configure_c_states() 31 msr.lo = ((PMB0_BASE + 4) & 0xffff) | (((PMB1_BASE + 9) & 0xffff) in configure_c_states() 38 msr.lo = (PMB0_BASE + 4) | ((HIGHEST_CLEVEL - 2) << 16); in configure_c_states() 49 msr.lo |= (1 << 3); /* TM1 enable */ in configure_misc() [all …]
|
/external/coreboot/src/cpu/intel/haswell/ |
D | haswell_init.c | 230 msr.lo &= ~0xff000000; in initialize_vr_config() 231 msr.lo |= (vr_config.cpu_min_vid & 0xff) << 24; in initialize_vr_config() 239 msr.lo &= ~0xffff; in initialize_vr_config() 243 msr.lo |= 0x006a; /* 1.56V */ in initialize_vr_config() 245 msr.lo |= 0x006f; /* 1.60V */ in initialize_vr_config() 322 if (!(msr.lo & PLATFORM_INFO_SET_TDP)) in set_power_limits() 327 power_unit = 2 << ((msr.lo & 0xf) - 1); in set_power_limits() 331 tdp = msr.lo & 0x7fff; in set_power_limits() 332 min_power = (msr.lo >> 16) & 0x7fff; in set_power_limits() 350 limit.lo = 0; in set_power_limits() [all …]
|
/external/coreboot/src/cpu/intel/model_6ex/ |
D | model_6ex_init.c | 17 msr.lo |= (1 << 15); // config lock until next reset in configure_c_states() 18 msr.lo |= (1 << 10); // Enable I/O MWAIT redirection for C-States in configure_c_states() 19 msr.lo &= ~(1 << 9); // Issue a single stop grant cycle upon stpclk in configure_c_states() 20 msr.lo |= (1 << 3); // dynamic L2 in configure_c_states() 23 msr.lo &= ~7; in configure_c_states() 24 msr.lo |= HIGHEST_CLEVEL; // support at most C3 in configure_c_states() 30 msr.lo = ((PMB0_BASE + 4) & 0xffff) | (((PMB1_BASE + 9) & 0xffff) in configure_c_states() 37 msr.lo = (PMB0_BASE + 4) | ((HIGHEST_CLEVEL - 2) << 16); in configure_c_states() 46 msr.lo |= (1 << 3); /* TM1 enable */ in configure_misc() 47 msr.lo |= (1 << 13); /* TM2 enable */ in configure_misc() [all …]
|
/external/tink/go/aead/subtle/ |
D | polyval.go | 60 lo, hi uint64 member 100 lo := mul32(a0, b0) 102 mid := mul32(a0^a1, b0^b1) ^ lo ^ hi 104 return fieldElement{lo: lo ^ (mid << 32), hi: hi ^ (mid >> 32)} 116 r0 := mul64(a.lo, b.lo) 119 mid := mul64(a.lo^a.hi, b.lo^b.hi) 120 mid.lo ^= r0.lo ^ r1.lo 123 r1.lo ^= mid.hi 124 r0.hi ^= mid.lo 137 r0.hi ^= (r0.lo << 63) ^ (r0.lo << 62) ^ (r0.lo << 57) [all …]
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | basearith.h | 98 _mpd_div_words_r(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo) in _mpd_div_words_r() argument 104 n1_neg = (lo & (1ULL<<63)) ? MPD_UINT_MAX : 0; in _mpd_div_words_r() 106 n_adj = lo + (n1_neg & MPD_RADIX); in _mpd_div_words_r() 122 l = l + lo; in _mpd_div_words_r() 123 if (l < lo) h++; in _mpd_div_words_r() 142 _mpd_div_words_r(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo) in _mpd_div_words_r() argument 144 _mpd_div_words(q, r, hi, lo, MPD_RADIX); in _mpd_div_words_r() 153 mpd_uint_t hi, lo; in _mpd_singlemul() local 155 _mpd_mul_words(&hi, &lo, u, v); in _mpd_singlemul() 156 _mpd_div_words_r(&w[1], &w[0], hi, lo); in _mpd_singlemul() [all …]
|
/external/mpdecimal/libmpdec/ |
D | basearith.h | 97 _mpd_div_words_r(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo) in _mpd_div_words_r() argument 103 n1_neg = (lo & (1ULL<<63)) ? MPD_UINT_MAX : 0; in _mpd_div_words_r() 105 n_adj = lo + (n1_neg & MPD_RADIX); in _mpd_div_words_r() 121 l = l + lo; in _mpd_div_words_r() 122 if (l < lo) h++; in _mpd_div_words_r() 141 _mpd_div_words_r(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo) in _mpd_div_words_r() argument 143 _mpd_div_words(q, r, hi, lo, MPD_RADIX); in _mpd_div_words_r() 152 mpd_uint_t hi, lo; in _mpd_singlemul() local 154 _mpd_mul_words(&hi, &lo, u, v); in _mpd_singlemul() 155 _mpd_div_words_r(&w[1], &w[0], hi, lo); in _mpd_singlemul() [all …]
|
/external/coreboot/util/msrtool/ |
D | msrutils.c | 38 fprintf(f, "%d", (tmp.hi || tmp.lo) ? 1 : 0); in print_bitval() 43 fprintf(f, "%d", val.lo); in print_bitval() 46 fprintf(f, "0%o", val.lo); in print_bitval() 53 fprintf(f, " %d", val.lo); in print_bitval() 66 fprintf(f, "0x%01x", val.lo & 0xf); in hexprint() 68 fprintf(f, "0x%02x", val.lo & 0xff); in hexprint() 70 fprintf(f, "0x%03x", val.lo & 0xfff); in hexprint() 72 fprintf(f, "0x%04x", val.lo & 0xffff); in hexprint() 74 fprintf(f, "0x%05x", val.lo & 0xfffff); in hexprint() 76 fprintf(f, "0x%06x", val.lo & 0xffffff); in hexprint() [all …]
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/FPUtil/ |
D | double_double.h | 35 r.lo = b - t; in exact_add() 42 r.lo = t3 + t4; in exact_add() 51 double lo = a.lo + b.lo; in add() local 52 return exact_add(r.hi, r.lo + lo); in add() 58 return exact_add(r.hi, r.lo + a.lo); in add() 75 r.lo = a - r.hi; in split() 88 double t2 = as.hi * bs.lo + t1; in exact_mult() 89 double t3 = as.lo * bs.hi + t2; in exact_mult() 90 r.lo = as.lo * bs.lo + t3; in exact_mult() 108 r.lo = fputil::multiply_add(a, b, -r.hi); in exact_mult() [all …]
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/FPUtil/ |
D | double_double.h | 35 r.lo = b - t; in exact_add() 42 r.lo = t3 + t4; in exact_add() 51 double lo = a.lo + b.lo; in add() local 52 return exact_add(r.hi, r.lo + lo); in add() 58 return exact_add(r.hi, r.lo + a.lo); in add() 75 r.lo = a - r.hi; in split() 88 double t2 = as.hi * bs.lo + t1; in exact_mult() 89 double t3 = as.lo * bs.hi + t2; in exact_mult() 90 r.lo = as.lo * bs.lo + t3; in exact_mult() 108 r.lo = fputil::multiply_add(a, b, -r.hi); in exact_mult() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/ |
D | assign_move.pass.cpp | 26 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local 30 lo.push_back(i); in tests() 33 assert(is_contiguous_container_asan_correct(lo)); in tests() 36 assert(l2 == lo); in tests() 38 assert(l2.get_allocator() == lo.get_allocator()); in tests() 43 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local 45 assert(is_contiguous_container_asan_correct(lo)); in tests() 49 lo.push_back(i); in tests() 52 assert(is_contiguous_container_asan_correct(lo)); in tests() 55 assert(l2 == lo); in tests() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/ |
D | assign_move.pass.cpp | 26 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local 30 lo.push_back(i); in tests() 33 assert(is_contiguous_container_asan_correct(lo)); in tests() 36 assert(l2 == lo); in tests() 38 assert(l2.get_allocator() == lo.get_allocator()); in tests() 43 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local 45 assert(is_contiguous_container_asan_correct(lo)); in tests() 49 lo.push_back(i); in tests() 52 assert(is_contiguous_container_asan_correct(lo)); in tests() 55 assert(l2 == lo); in tests() [all …]
|
/external/coreboot/src/cpu/intel/slot_1/ |
D | l2_cache.c | 119 printk(BIOS_DEBUG, "rdmsr(IA32_PLATFORM_ID) = %x:%x\n", msr.hi, msr.lo); in calculate_l2_latency() 158 eax = msr.lo >> 18; in calculate_l2_latency() 186 msr.lo &= 0xffffffe1; in calculate_l2_latency() 187 msr.lo |= l; in calculate_l2_latency() 202 msr.lo = address; in signal_l2() 207 msr.lo = data_low; in signal_l2() 214 msr.lo = (msr.lo & 0xfffffce0) | command | (way << 8); in signal_l2() 218 msr.lo = 0; in signal_l2() 227 if ((msr.lo & 1) == 0) in signal_l2() 246 return (msr.lo >> 0x15); in read_l2() [all …]
|