Searched refs:dx (Results 1 - 25 of 560) sorted by relevance

1234567891011>>

/external/strace/linux/metag/
H A Dget_error.c5 if (check_errno && is_negated_errno(metag_regs.dx[0][0])) {
7 tcp->u_error = -metag_regs.dx[0][0];
9 tcp->u_rval = metag_regs.dx[0][0];
H A Dget_scno.c5 tcp->scno = metag_regs.dx[0][1]; /* syscall number in D1Re0 (D1.0) */
H A Dset_error.c4 metag_regs.dx[0][0] = -tcp->u_error;
11 metag_regs.dx[0][0] = tcp->u_rval;
H A Dget_syscall_args.c9 tcp->u_arg[i] = (&metag_regs.dx[3][1])[-i];
H A Dset_scno.c4 metag_regs.dx[0][1] = scno;
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/util/
H A DTestUtil.java1 package com.android.dx.util;
/external/skia/src/core/
H A DSkBitmapProcState_utils.h20 * 1. dx > 0
21 * 2. [fx, fx+dx, fx+2dx, fx+3dx, ... fx+(count-1)dx] are all <= maxX
24 * just SkFixed, so we will abort the decal_ call if dx is very small, since
29 SkFixed dx,
33 // if decal_ kept SkFractionalInt precision, this would just be dx <= 0
36 if (dx <= SK_Fixed1 / 256) {
51 const uint64_t lastFx = fx + sk_64_mul(dx, coun
28 can_truncate_to_fixed_for_decal(SkFixed fx, SkFixed dx, int count, unsigned max) argument
[all...]
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DConstants.java17 package com.android.dx;
19 import com.android.dx.rop.cst.CstBoolean;
20 import com.android.dx.rop.cst.CstByte;
21 import com.android.dx.rop.cst.CstChar;
22 import com.android.dx.rop.cst.CstDouble;
23 import com.android.dx.rop.cst.CstFloat;
24 import com.android.dx.rop.cst.CstInteger;
25 import com.android.dx.rop.cst.CstKnownNull;
26 import com.android.dx.rop.cst.CstLong;
27 import com.android.dx
[all...]
H A DUnaryOp.java17 package com.android.dx;
19 import com.android.dx.rop.code.Rop;
20 import com.android.dx.rop.code.Rops;
H A DTypeId.java17 package com.android.dx;
19 import com.android.dx.rop.cst.CstType;
36 public static final TypeId<Boolean> BOOLEAN = new TypeId<>(com.android.dx.rop.type.Type.BOOLEAN);
39 public static final TypeId<Byte> BYTE = new TypeId<>(com.android.dx.rop.type.Type.BYTE);
42 public static final TypeId<Character> CHAR = new TypeId<>(com.android.dx.rop.type.Type.CHAR);
45 public static final TypeId<Double> DOUBLE = new TypeId<>(com.android.dx.rop.type.Type.DOUBLE);
48 public static final TypeId<Float> FLOAT = new TypeId<>(com.android.dx.rop.type.Type.FLOAT);
51 public static final TypeId<Integer> INT = new TypeId<>(com.android.dx.rop.type.Type.INT);
54 public static final TypeId<Long> LONG = new TypeId<>(com.android.dx.rop.type.Type.LONG);
57 public static final TypeId<Short> SHORT = new TypeId<>(com.android.dx
[all...]
H A DComparison.java17 package com.android.dx;
19 import com.android.dx.rop.code.Rop;
20 import com.android.dx.rop.code.Rops;
21 import com.android.dx.rop.type.TypeList;
/external/skia/src/effects/gradients/
H A DSkClampRange.cpp21 static bool sk_64_smul_check(int64_t count, int64_t dx, int64_t* result) { argument
23 if (dx == std::numeric_limits<int64_t>::min()) {
29 uint64_t udx = static_cast<uint64_t>(SkTAbs(dx));
37 *result = count * dx;
59 * given each step is followed by x0 += dx
61 static int chop(int64_t x0, SkGradFixed edge, int64_t x1, int64_t dx, int count) { argument
62 SkASSERT(dx > 0);
71 int64_t n = (edge - x0 + dx - 1) / dx;
103 int64_t dx local
[all...]
/external/freetype/src/autofit/
H A Dafangles.c40 * dy * PI / (|dx|+|dy|)
45 af_angle_atan( FT_Fixed dx,
49 FT_Fixed ax = dx;
65 if ( dx < 0 )
124 af_angle_atan( FT_Fixed dx,
134 if ( dx < 0 )
138 else if ( dx == 0 )
147 if ( dx < 0 )
149 dx = -dx;
[all...]
/external/skia/include/effects/
H A DSkBlurDrawLooper.h19 sk_sp<SkDrawLooper> Make(SkColor color, SkScalar sigma, SkScalar dx, SkScalar dy);
/external/pdfium/third_party/agg23/
H A Dagg_math.h33 FX_FLOAT dx = x2 - x1; local
35 return FXSYS_sqrt2(dx, dy);
41 FX_FLOAT dx = x2 - x1; local
43 FX_FLOAT d = FXSYS_sqrt2(dx, dy);
47 return ((x - x2) * dy / d) - ((y - y2) * dx / d);
50 FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy,
53 FX_FLOAT num = ((ay - cy) * (dx - cx)) - ((ax - cx) * (dy - cy));
54 FX_FLOAT den = ((bx - ax) * (dy - cy)) - ((by - ay) * (dx - cx));
49 calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy, FX_FLOAT* x, FX_FLOAT* y) argument
/external/skia/gm/
H A Dspritebitmap.cpp26 int dx, int dy, sk_sp<SkImageFilter> filter) {
30 SkRect clipR = SkRect::MakeXYWH(SkIntToScalar(dx),
44 canvas->drawBitmap(bm, SkIntToScalar(dx), SkIntToScalar(dy), &paint);
71 int dx = 10; variable
77 draw_1_bitmap(canvas, bm, false, dx, dy, nullptr);
79 draw_1_bitmap(canvas, bm, false, dx, dy, filter);
81 draw_1_bitmap(canvas, bm, true, dx, dy, nullptr);
83 draw_1_bitmap(canvas, bm, true, dx, dy, filter);
25 draw_1_bitmap(SkCanvas* canvas, const SkBitmap& bm, bool doClip, int dx, int dy, sk_sp<SkImageFilter> filter) argument
/external/dexmaker/lib/
H A Ddalvik-dx-1.jar ... android/dx/io/ com/android/dx/io/instructions/ com/android/dx/merge/ com/android/dx/rop/ com/android/dx/rop/annotation ...
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DNat384.java15 int[] dx = Nat192.create(), dy = Nat192.create();
16 boolean neg = Nat192.diff(x, 6, x, 0, dx, 0) != Nat192.diff(y, 6, y, 0, dy, 0);
19 Nat192.mul(dx, dy, tt);
34 int[] dx = Nat192.create();
35 Nat192.diff(x, 6, x, 0, dx, 0);
38 Nat192.square(dx, tt);
H A DNat512.java15 int[] dx = Nat256.create(), dy = Nat256.create();
16 boolean neg = Nat256.diff(x, 8, x, 0, dx, 0) != Nat256.diff(y, 8, y, 0, dy, 0);
19 Nat256.mul(dx, dy, tt);
34 int[] dx = Nat256.create();
35 Nat256.diff(x, 8, x, 0, dx, 0);
38 Nat256.square(dx, tt);
/external/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp18 static void decal_nofilter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count);
19 static void decal_filter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count);
146 void decal_nofilter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { argument
149 SkFixed dx8 = dx * 8;
155 lbase = vsetq_lane_s32(fx + dx, lbase, 1);
156 lbase = vsetq_lane_s32(fx + dx + dx, lbase, 2);
157 lbase = vsetq_lane_s32(fx + dx + dx + dx, lbas
181 decal_filter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count) argument
[all...]
H A DSkBitmapProcState_matrix_neon.h53 const SkFractionalInt dx = s.fInvSxFractionalInt; local
58 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
66 SkFractionalInt dx2 = dx+dx;
70 // now build fx/fx+dx/fx+2dx/fx+3dx
75 fx1 = fx+dx;
76 fx2 = fx1+dx;
77 fx3 = fx2+dx;
123 SkFractionalInt dx = s.fInvSxFractionalInt; local
298 const SkFractionalInt dx = s.fInvSxFractionalInt; local
366 SkFixed dx = s.fInvSx; local
[all...]
/external/opencv/cvaux/src/
H A Dcvlines.cpp49 int dx = end.x - start.x, dy = end.y - start.y;
60 if( dx < 0 )
62 dx = -dx;
74 if( dx > dy )
78 if( *dst_num <= dx )
80 *dst_num = dx + 1;
82 err = dx;
83 dx += dx;
[all...]
/external/syslinux/diag/mbr/
H A Dhandoff.S131 pushw %dx
152 pushw %dx
154 movw $(_start),%dx /* 0x0600 mbr.ld .text address */
159 popw %dx
160 subw $(caddr - _start), %dx
163 popw %dx
173 LOADE ds, dx
174 pushw %dx
180 LOADE si, dx
181 pushw %dx
[all...]
/external/eigen/blas/f2c/
H A Ddrotm.c15 /* Subroutine */ int drotm_(integer *n, doublereal *dx, integer *incx, argument
90 --dx;
117 w = dx[i__];
119 dx[i__] = w + z__ * dh12;
130 w = dx[i__];
132 dx[i__] = w * dh11 + z__;
145 w = dx[i__];
147 dx[i__] = w * dh11 + z__ * dh12;
174 w = dx[kx];
176 dx[k
[all...]
/external/llvm/test/MC/X86/
H A Dindex-operations.s134 // 64: outsb (%rsi), %dx # encoding: [0x6e]
135 // 32: outsb (%esi), %dx # encoding: [0x6e]
136 // 16: outsb (%si), %dx # encoding: [0x6e]
138 outsw %fs:(%esi), %dx
139 // 64: outsw %fs:(%esi), %dx # encoding: [0x66,0x64,0x67,0x6f]
140 // 32: outsw %fs:(%esi), %dx # encoding: [0x66,0x64,0x6f]
141 // 16: outsw %fs:(%esi), %dx # encoding: [0x64,0x67,0x6f]
143 insw %dx, (%edi)
144 // 64: insw %dx, %es:(%edi) # encoding: [0x66,0x67,0x6d]
145 // 32: insw %dx,
[all...]

Completed in 765 milliseconds

1234567891011>>