Home
last modified time | relevance | path

Searched +defs:ax +defs:cx (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp15 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local
19 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local
75 int ax = a & 0x03; in DEF_TEST() local
84 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp14 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local
18 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local
70 int ax = a & 0x03; in DEF_TEST() local
76 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp18 int ax = state.fA & 0x03; in testSimplifyQuadralateralsMain() local
22 int cx = state.fC & 0x03; in testSimplifyQuadralateralsMain() local
DPathOpsSimplifyQuadThreadedTest.cpp18 int ax = state.fA & 0x03; in testSimplifyQuadsMain() local
22 int cx = state.fC & 0x03; in testSimplifyQuadsMain() local
DPathOpsQuadLineIntersectionThreadedTest.cpp77 int ax = state.fA & 0x03; in testQuadLineIntersectMain() local
81 int cx = state.fC & 0x03; in testQuadLineIntersectMain() local
/external/skqp/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp15 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local
19 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local
75 int ax = a & 0x03; in DEF_TEST() local
84 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp14 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local
18 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local
70 int ax = a & 0x03; in DEF_TEST() local
76 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp18 int ax = state.fA & 0x03; in testSimplifyQuadralateralsMain() local
22 int cx = state.fC & 0x03; in testSimplifyQuadralateralsMain() local
DPathOpsSimplifyQuadThreadedTest.cpp18 int ax = state.fA & 0x03; in testSimplifyQuadsMain() local
22 int cx = state.fC & 0x03; in testSimplifyQuadsMain() local
DPathOpsQuadLineIntersectionThreadedTest.cpp77 int ax = state.fA & 0x03; in testQuadLineIntersectMain() local
81 int cx = state.fC & 0x03; in testQuadLineIntersectMain() local
/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/linux-kselftest/tools/testing/selftests/x86/
Dcheck_initial_reg_state.c19 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable
/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/pdfium/third_party/agg23/
Dagg_math.h49 AGG_INLINE bool calc_intersection(float ax, float ay, float bx, float by, in calc_intersection()
50 float cx, float cy, float dx, float dy, in calc_intersection()
/external/skqp/src/pathops/
DSkPathOpsConic.cpp124 double ax, ay, az; in subDivide() local
142 double cx, cy, cz; in subDivide() local
DSkPathOpsQuad.cpp273 double ax = dst[0].fX = interp_quad_coords(&fPts[0].fX, t1); in subDivide() local
277 double cx = dst[2].fX = interp_quad_coords(&fPts[0].fX, t2); in subDivide() local
/external/skia/src/pathops/
DSkPathOpsConic.cpp124 double ax, ay, az; in subDivide() local
142 double cx, cy, cz; in subDivide() local
DSkPathOpsQuad.cpp276 double ax = dst[0].fX = interp_quad_coords(&fPts[0].fX, t1); in subDivide() local
280 double cx = dst[2].fX = interp_quad_coords(&fPts[0].fX, t2); in subDivide() local
/external/python/cpython2/Modules/
Dcmathmodule.c529 double ax, ay, am, an, h; in c_log() local
698 double ax, ay; in c_sqrt() local
777 double tx, ty, cx, txty, denom; in c_tanh() local
/external/syslinux/gpxe/src/arch/i386/include/
Dregisters.h100 uint16_t cx; member
108 uint16_t ax; member
/external/python/cpython3/Modules/
Dcmathmodule.c630 double ax, ay, am, an, h; in c_log() local
812 double ax, ay; in cmath_sqrt_impl() local
895 double tx, ty, cx, txty, denom; in cmath_tanh_impl() local
/external/clang/test/SemaCXX/
Dnested-name-spec.cpp4 static int cx; member
11 int ax; // expected-note {{'ax' declared here}} variable
23 int A::C::cx = 17; member in A::C
/external/ImageMagick/MagickCore/
Ddistort.c2565 double ax, cx; in DistortImage() local
2598 double cx,tx; in DistortImage() local
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsigcontext.h213 __u32 cx; member
214 __u32 ax; member
252 __u64 ax; member
253 __u64 cx; member
/external/syslinux/com32/include/syslinux/
Dconfig.h96 uint16_t cx, cxh; member
97 uint16_t ax, axh; member

12