Home
last modified time | relevance | path

Searched +defs:bx +defs:cx (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp17 int bx = state.fB & 0x03; in testSimplifyTrianglesMain() local
19 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local
78 int bx = b & 0x03; in DEF_TEST() local
84 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp16 int bx = state.fB & 0x03; in testSimplifyDegeneratesMain() local
18 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local
73 int bx = b & 0x03; in DEF_TEST() local
76 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp20 int bx = state.fB & 0x03; in testSimplifyQuadralateralsMain() local
22 int cx = state.fC & 0x03; in testSimplifyQuadralateralsMain() local
DPathOpsSimplifyQuadThreadedTest.cpp20 int bx = state.fB & 0x03; in testSimplifyQuadsMain() local
22 int cx = state.fC & 0x03; in testSimplifyQuadsMain() local
DPathOpsQuadLineIntersectionThreadedTest.cpp79 int bx = state.fB & 0x03; in testQuadLineIntersectMain() local
81 int cx = state.fC & 0x03; in testQuadLineIntersectMain() local
/external/skqp/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp17 int bx = state.fB & 0x03; in testSimplifyTrianglesMain() local
19 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local
78 int bx = b & 0x03; in DEF_TEST() local
84 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp16 int bx = state.fB & 0x03; in testSimplifyDegeneratesMain() local
18 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local
73 int bx = b & 0x03; in DEF_TEST() local
76 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp20 int bx = state.fB & 0x03; in testSimplifyQuadralateralsMain() local
22 int cx = state.fC & 0x03; in testSimplifyQuadralateralsMain() local
DPathOpsSimplifyQuadThreadedTest.cpp20 int bx = state.fB & 0x03; in testSimplifyQuadsMain() local
22 int cx = state.fC & 0x03; in testSimplifyQuadsMain() local
DPathOpsQuadLineIntersectionThreadedTest.cpp79 int bx = state.fB & 0x03; in testQuadLineIntersectMain() local
81 int cx = state.fC & 0x03; in testQuadLineIntersectMain() local
DWritePixelsTest.cpp218 for (int cx = 0; cx < DEV_W; ++cx) { in check_write() local
221 int bx = cx - writeX; in check_write() 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/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.cpp142 double cx, cy, cz; in subDivide() local
156 double bx = 2 * dx - (ax + cx) / 2; in subDivide() local
/external/skia/src/pathops/
DSkPathOpsConic.cpp142 double cx, cy, cz; in subDivide() local
156 double bx = 2 * dx - (ax + cx) / 2; in subDivide() local
/external/clang/test/OpenMP/
Datomic_read_codegen.c9 _Bool bv, bx; variable
10 char cv, cx; variable
Datomic_capture_codegen.cpp9 _Bool bv, bx; variable
10 char cv, cx; variable
Datomic_write_codegen.c9 _Bool bv, bx; variable
10 char cv, cx; variable
Datomic_update_codegen.cpp9 _Bool bv, bx; variable
10 char cv, cx; variable
/external/skqp/src/utils/
DSkInterpolator.cpp232 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by, in SkUnitCubicInterp()
233 SkScalar cx, SkScalar cy) { in SkUnitCubicInterp()
/external/skia/src/utils/
DSkInterpolator.cpp232 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by, in SkUnitCubicInterp()
233 SkScalar cx, SkScalar cy) { in SkUnitCubicInterp()
/external/syslinux/gpxe/src/arch/i386/include/
Dregisters.h84 uint16_t bx; member
100 uint16_t cx; member
/external/skqp/third_party/etc1/
Detc1.cpp279 int bx = 0; in etc_average_colors_subblock() local
363 int bx = 0; in etc_encode_subblock_helper() local
552 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { in etc1_encode_image() local
605 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { in etc1_decode_image() local
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsigcontext.h211 __u32 bx; member
213 __u32 cx; member
250 __u64 bx; member
253 __u64 cx; member

12