/third_party/boost/libs/math/test/ |
D | quintic_hermite_test.cpp | 40 auto qh = quintic_hermite(std::move(x), std::move(y), std::move(dydx), std::move(d2ydx2)); in test_constant() local 58 auto qh = quintic_hermite(std::move(x), std::move(y), std::move(dydx), std::move(d2ydx2)); in test_linear() local 110 auto qh = quintic_hermite(std::move(x), std::move(y), std::move(dydx), std::move(d2ydx2)); in test_quadratic() local 176 auto qh = quintic_hermite(std::move(x), std::move(y), std::move(dydx), std::move(d2ydx2)); in test_cubic() local 209 auto qh = quintic_hermite(std::move(x), std::move(y), std::move(dydx), std::move(d2ydx2)); in test_quartic() local 267 auto qh = cardinal_quintic_hermite(std::move(y), std::move(dydx), std::move(d2ydx2), x0, dx); in test_cardinal_constant() local 322 auto qh = cardinal_quintic_hermite(std::move(y), std::move(dydx), std::move(d2ydx2), x0, dx); in test_cardinal_linear() local 383 auto qh = cardinal_quintic_hermite(std::move(y), std::move(dydx), std::move(d2ydx2), x0, dx); in test_cardinal_quadratic() local 449 auto qh = cardinal_quintic_hermite(std::move(y), std::move(dydx), std::move(d2ydx2), x0, dx); in test_cardinal_cubic() local 497 auto qh = cardinal_quintic_hermite(std::move(y), std::move(dydx), std::move(d2ydx2), x0, dx); in test_cardinal_quartic() local
|
/third_party/e2fsprogs/debugfs/ |
D | quota.c | 110 struct quota_handle *qh; in do_list_quota() local 139 struct quota_handle *qh; in do_get_quota() local
|
/third_party/boost/libs/math/example/daubechies_wavelets/ |
D | bench.cpp | 151 auto qh = cubic_hermite(std::move(x), std::move(y), std::move(dydx)); in CubicHermite() local 188 auto qh = cardinal_cubic_hermite_detail(std::move(y), std::move(dydx), x0, dx); in CardinalCubicHermite() local 221 auto qh = cardinal_cubic_hermite_detail_aos(std::move(dat), x0, dx); in CardinalCubicHermiteAOS() local 316 …auto qh = cardinal_quintic_hermite_detail(std::move(y), std::move(dydx), std::move(d2ydx2), x0, dx… in CardinalQuinticHermite() local 350 auto qh = cardinal_quintic_hermite_detail_aos(std::move(dat), x0, dx); in CardinalQuinticHermiteAOS() local
|
D | find_best_daubechies_interpolator.cpp | 392 …auto qh = boost::math::interpolators::cardinal_quintic_hermite(std::move(phi_copy), std::move(phi_… in find_best_interpolator() local
|
/third_party/e2fsprogs/lib/support/ |
D | mkquota.c | 147 static void write_dquots(dict_t *dict, struct quota_handle *qh) in write_dquots() 577 static errcode_t quota_read_all_dquots(struct quota_handle *qh, in quota_read_all_dquots() 617 struct quota_handle *qh; in quota_update_limits() local 657 struct quota_handle qh; in quota_compare_and_update() local
|
/third_party/f2fs-tools/fsck/ |
D | mkquota.c | 45 static int write_dquots(dict_t *dict, struct quota_handle *qh) in write_dquots() 368 struct quota_handle qh; in quota_compare_and_update() local
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.c | 713 ehci_dump_sqh(ehci_softc_t *sc, ehci_qh_t *qh) in ehci_dump_sqh() 1142 ehci_qh_t *qh; in ehci_non_isoc_done() local 1262 ehci_qh_t *qh; in ehci_check_transfer() local 1704 ehci_qh_t *qh; in ehci_setup_standard_chain() local 3692 ehci_qh_t *qh; local
|
/third_party/ntfs-3g/libntfs-3g/ |
D | cache.c | 481 struct HASH_ENTRY *qh; in ntfs_create_cache() local
|
/third_party/openssl/crypto/bn/ |
D | bn_div.c | 398 BN_ULONG ql, qh; in bn_div_fixed_top() local
|
/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/ |
D | Ejdb2FlutterPlugin.java | 189 private static void prepareQuery(DbMethodCall mc, DbQueryHandler qh) throws Exception { in prepareQuery()
|
/third_party/mksh/ |
D | var.c | 1796 uint32_t qh; in rndset() member
|
/third_party/quickjs/ |
D | libbf.c | 1979 limb_t l, h, rh, ql, qh, c, i; in mp_sqrtrem_rec() local 6000 limb_t l, h, rh, ql, qh, c, i; in mp_sqrtrem_rec_dec() local
|