Home
last modified time | relevance | path

Searched defs:ax (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_msg.c88 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/
Dostream.hpp131 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/
Dplot_benchmarks.py36 fig, ax = plt.subplots(4, 1, figsize=(10, 10), sharex=True) variable
91 def worker(fig, ax, hash): argument
/third_party/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp15 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local
72 int ax = a & 0x03; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp14 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local
69 int ax = a & 0x03; in DEF_TEST() local
DColorTest.cpp30 int ax = SkMulDiv255Ceiling(x, a); in DEF_TEST() local
/third_party/flutter/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp15 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local
75 int ax = a & 0x03; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp14 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local
70 int ax = a & 0x03; in DEF_TEST() local
DColorTest.cpp30 int ax = SkMulDiv255Ceiling(x, a); in DEF_TEST() local
/third_party/boost/libs/histogram/test/
Dalgorithm_empty_test.cpp22 auto ax = axis::integer<>(0, 10); in run_tests() local
Dalgorithm_reduce_test.cpp79 const auto& ax = h.axis(); in run_tests() local
284 const auto& ax = h.axis(); in run_tests() local
Dindexed_test.cpp110 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
Dalgorithm_sum_test.cpp22 auto ax = axis::integer<>(0, 10); in run_tests() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dnextafter.c6 uint64_t ax, ay; in nextafter() local
Dnextafterf.c6 uint32_t ax, ay, e; in nextafterf() local
/third_party/musl/src/math/
Dnextafter.c6 uint64_t ax, ay; in nextafter() local
Dnextafterf.c6 uint32_t ax, ay, e; in nextafterf() local
/third_party/boost/libs/spirit/workbench/x3/toy/
Dtoy.cpp183 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/
Dlinearize.hpp50 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/
Dplot_result.py46 ax = fig.add_subplot(111) variable
/third_party/boost/boost/math/tools/
Dtoms748_solve.hpp295 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/
Darm_vec_math_f16.h53 f16x8_t ax = vabsq(x); in vrecip_medprec_f16() local
87 f16x8_t ax = vabsq(x); in vrecip_hiprec_f16() local
Darm_vec_math.h52 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/
Diteration_performance.py32 fig, ax = plt.subplots(1, 3, figsize=(10, 5), sharex=True, sharey=True) variable
/third_party/jerryscript/jerry-libm/
Dlog1p.c110 int k, hx, hu, ax; in log1p() local

12345