/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_msg.c | 88 ax, bx, cx, dx, si, di) \ argument 133 ax, bx, cx, dx, si, di) \ argument 157 ax, bx, cx, dx, si, di) \ argument 192 ax, bx, cx, dx, si, di) \ argument 219 ax, bx, cx, dx, si, di) \ argument 256 ax, bx, cx, dx, si, di) \ argument 263 ax, bx, cx, dx, si, di) \ argument 271 ax, bx, cx, dx, si, di) \ argument 308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; in vmw_open_channel() local 338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; in vmw_close_channel() local [all …]
|
/third_party/boost/boost/histogram/ |
D | ostream.hpp | 131 auto ostream_bin(OStream& os, const Axis& ax, axis::index_type i, std::true_type, in ostream_bin() 143 auto ostream_bin(OStream& os, const Axis& ax, axis::index_type i, std::false_type, in ostream_bin() 150 void ostream_bin(OStream& os, const axis::category<Ts...>& ax, axis::index_type i, in ostream_bin() 183 void ostream_head(OStream& os, const Axis& ax, int index, double val) { in ostream_head() 185 [&](const auto& ax) { in ostream_head() 202 const auto& ax = h.axis(); in ascii_plot() local 251 h.for_each_axis([&](const auto& ax) { in ostream()
|
/third_party/boost/libs/histogram/benchmark/ |
D | plot_benchmarks.py | 36 fig, ax = plt.subplots(4, 1, figsize=(10, 10), sharex=True) variable 91 def worker(fig, ax, hash): argument
|
/third_party/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 15 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local 72 int ax = a & 0x03; in DEF_TEST() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 14 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local 69 int ax = a & 0x03; in DEF_TEST() local
|
D | ColorTest.cpp | 30 int ax = SkMulDiv255Ceiling(x, a); in DEF_TEST() local
|
/third_party/flutter/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 15 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local 75 int ax = a & 0x03; in DEF_TEST() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 14 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local 70 int ax = a & 0x03; in DEF_TEST() local
|
D | ColorTest.cpp | 30 int ax = SkMulDiv255Ceiling(x, a); in DEF_TEST() local
|
/third_party/boost/libs/histogram/test/ |
D | algorithm_empty_test.cpp | 22 auto ax = axis::integer<>(0, 10); in run_tests() local
|
D | algorithm_reduce_test.cpp | 79 const auto& ax = h.axis(); in run_tests() local 284 const auto& ax = h.axis(); in run_tests() local
|
D | indexed_test.cpp | 110 auto ax = axis::variable<>({0.0, 0.1, 0.3, 0.6}); in run_density_tests() local 125 auto ax = axis::regular<>(3, 0, 1); in run_stdlib_tests() local
|
D | algorithm_sum_test.cpp | 22 auto ax = axis::integer<>(0, 10); in run_tests() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | nextafter.c | 6 uint64_t ax, ay; in nextafter() local
|
D | nextafterf.c | 6 uint32_t ax, ay, e; in nextafterf() local
|
/third_party/musl/src/math/ |
D | nextafter.c | 6 uint64_t ax, ay; in nextafter() local
|
D | nextafterf.c | 6 uint32_t ax, ay, e; in nextafterf() local
|
/third_party/boost/libs/spirit/workbench/x3/toy/ |
D | toy.cpp | 183 auto const ax = char_('a') >> x; variable 207 auto const ax = char_('a') >> x; in main() local 223 auto ax = char_('a') >> x; in main() local
|
/third_party/boost/boost/histogram/detail/ |
D | linearize.hpp | 50 std::size_t linearize(Index& out, const std::size_t stride, const Axis& ax, in linearize() 80 std::size_t linearize_index(optional_index& out, const std::size_t stride, const A& ax, in linearize_index()
|
/third_party/boost/libs/numeric/odeint/performance/ |
D | plot_result.py | 46 ax = fig.add_subplot(111) variable
|
/third_party/boost/boost/math/tools/ |
D | toms748_solve.hpp | 295 std::pair<T, T> toms748_solve(F f, const T& ax, const T& bx, const T& fax, const T& fbx, Tol tol, b… in toms748_solve() 478 inline std::pair<T, T> toms748_solve(F f, const T& ax, const T& bx, const T& fax, const T& fbx, Tol… in toms748_solve() 484 inline std::pair<T, T> toms748_solve(F f, const T& ax, const T& bx, Tol tol, boost::uintmax_t& max_… in toms748_solve() 495 inline std::pair<T, T> toms748_solve(F f, const T& ax, const T& bx, Tol tol, boost::uintmax_t& max_… in toms748_solve()
|
/third_party/cmsis/CMSIS/DSP/Include/ |
D | arm_vec_math_f16.h | 53 f16x8_t ax = vabsq(x); in vrecip_medprec_f16() local 87 f16x8_t ax = vabsq(x); in vrecip_hiprec_f16() local
|
D | arm_vec_math.h | 52 f32x4_t ax = vabsq(x); in vrecip_medprec_f32() local 85 f32x4_t ax = vabsq(x); in vrecip_hiprec_f32() local
|
/third_party/boost/libs/histogram/doc/ |
D | iteration_performance.py | 32 fig, ax = plt.subplots(1, 3, figsize=(10, 5), sharex=True, sharey=True) variable
|
/third_party/jerryscript/jerry-libm/ |
D | log1p.c | 110 int k, hx, hu, ax; in log1p() local
|