Home
last modified time | relevance | path

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

1234

/external/clang/test/Modules/Inputs/include_next/x/
Da.h2 enum { ax = 1 }; enumerator
/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.cpp19 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local
79 int ax = a & 0x03; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp18 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local
74 int ax = a & 0x03; in DEF_TEST() local
DColorTest.cpp33 int ax = SkMulDiv255Ceiling(x, a); in test_premul() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp19 int ax = state.fA & 0x03; in testSimplifyQuadralateralsMain() local
DPathOpsSimplifyQuadThreadedTest.cpp19 int ax = state.fA & 0x03; in testSimplifyQuadsMain() local
/external/skia/experimental/
DSkSetPoly3To3_A.cpp42 static SkDScalar ddot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in ddot()
46 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
DSkSetPoly3To3.cpp29 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
DSkSetPoly3To3_D.cpp49 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
/external/libvpx/libvpx/vpx_ports/
Dx86.h43 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
49 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
59 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
68 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
/external/ceres-solver/internal/ceres/
Dgradient_checker_test.cc76 double ax = 0; in Evaluate() local
129 double ax = 0; in Evaluate() local
/external/blktrace/btt/
Dbtt_plot.py255 def gen_labels(db, ax, type): argument
259 def gen_ylabel(ax, type): argument
/external/opencv3/modules/cudalegacy/src/cuda/
Dbm_fast.cu107 int ax = j; in initSums_BruteForce() local
138 int ax = j + block_radius; in shiftRight_FirstRow() local
158 int ax = j + block_radius; in shiftRight_UpSums() 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/fdlibm/
Ds_log1p.c107 int k,hx,hu,ax; local
/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()
/external/clang/test/SemaTemplate/
Dtemp_arg_type.cpp39 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/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c183 cpuid(uint32_t ax, uint32_t *p) in cpuid()
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffJacobian.h59 ActiveInput ax = x.template cast<ActiveScalar>(); in operator() local
/external/opencv/cxcore/src/
Dcxjacobieigens.cpp73 double Amax, anorm = 0, ax; in icvJacobiEigens_32f() local
224 double Amax = 0.0, anorm = 0.0, ax; in icvJacobiEigens_64d() local
/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker.hpp188 int ax = border_size_ + j + template_window_half_size_; in operator ()() local
294 int ax = border_size_ + j + template_window_half_size_; in calcDistSumsForElementInFirstRow() local
/external/pdfium/third_party/agg23/
Dagg_math.h49 AGG_INLINE bool calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, in calc_intersection()
/external/eigen/Eigen/src/Core/
DStableNorm.h99 RealScalar ax = abs(it.value()); in blueNorm_impl() local

1234