Home
last modified time | relevance | path

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

1234

/external/trappy/trappy/
Dthermal.py40 height=None, ylim="range", ax=None, legend_label="", argument
101 def plot_temperature_hist(self, ax, title): argument
134 ax=None, legend_label=""): argument
159 ax=None): argument
206 height=None, ax=None): argument
247 ax=None): argument
Dplot_utils.py60 def set_xlim(ax, xlim): argument
67 def set_ylim(ax, ylim): argument
102 def post_plot_setup(ax, title="", xlabel=None, ylabel=None, xlim="default", argument
177 def plot_hist(data, ax, title, unit, bins, xlabel, xlim, ylim): argument
Dpid_controller.py35 def plot_controller(self, title="", width=None, height=None, ax=None): argument
Dftrace.py472 def plot_freq_hists(self, map_label, ax): argument
505 ax=None): argument
534 height=None, ax=None): argument
563 def plot_allfreqs(self, map_label, width=None, height=None, ax=None): argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dset_return_value_test.cc35 auto ax = builder.Add(alpha, x); in TEST_F() local
49 auto ax = builder.Add(alpha, x); in TEST_F() local
65 auto ax = builder.Add(alpha, x); in TEST_F() local
82 auto ax = builder.Add(alpha, x); in TEST_F() local
Daxpy_simple_test.cc35 auto ax = builder.Mul(alpha, x); in TEST_F() local
48 auto ax = builder.Mul(alpha, x); in XLA_TEST_F() local
62 auto ax = builder.Mul(alpha, x); in TEST_F() local
/external/clang/test/Modules/Inputs/include_next/x/
Da.h2 enum { ax = 1 }; enumerator
/external/syslinux/core/
Dpxeboot.c24 __export void local_boot(uint16_t ax) in local_boot()
Dlocalboot.c37 __export void local_boot(int16_t ax) in local_boot()
/external/eigen/demos/opengl/
Dgpuhelper.cpp63 Vector3f ax = Matrix3f::Identity().col(2).cross(vec); in drawVector() local
84 Vector3f ax = Matrix3f::Identity().col(2).cross(vec); in drawVectorBox() local
/external/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.cpp33 int ax = SkMulDiv255Ceiling(x, a); in test_premul() local
/external/skqp/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.cpp33 int ax = SkMulDiv255Ceiling(x, a); in test_premul() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c183 cpuid(uint32_t ax, uint32_t *p) in cpuid()
220 cpuid_count(uint32_t ax, uint32_t cx, uint32_t *p) in cpuid_count()
/external/libvpx/libvpx/vpx_ports/
Dx86.h47 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
52 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
63 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
72 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
/external/blktrace/btt/
Dbtt_plot.py255 def gen_labels(db, ax, type): argument
259 def gen_ylabel(ax, type): argument
/external/linux-kselftest/tools/testing/selftests/x86/
Dcheck_initial_reg_state.c19 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable
/external/fdlibm/
Ds_log1p.c107 int k,hx,hu,ax; local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java177 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
185 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
208 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
216 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
727 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
768 LongArray ax = this.x, xx = ((F2m)x).x, yx = ((F2m)y).x; in squarePlusProduct() local
/external/clang/test/SemaTemplate/
Dtemp_arg_type.cpp52 A1<Array<int, 17>::type> ax; variable
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_dynamics.py71 def plotVar(v, ax, show_legend, show_x_label): argument
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dmatrixop.c68 static float normalize(float *ax, float *ay, float *az) in normalize()
82 float ax, float ay, float az) in Matrix4x4_Rotate()

1234