/external/skia/experimental/Intersection/ |
EdgeWalkerPolygons_Mismatches.cpp | 1594 int bx = miss.b & 0x03; local [all...] |
LineQuadraticIntersection_Test.cpp | 186 int bx = state.b & 0x03; local 190 Quadratic quad = {{ax, ay}, {bx, by}, {cx, cy}};
|
/external/skia/tests/ |
PathOpsQuadLineIntersectionThreadedTest.cpp | 79 int bx = state.fB & 0x03; local 83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
HermiteInterpolator.java | 96 // B(bx,by) is the slope vector of the tangent at p2. 97 final float bx = (mXCoords[p3] - mP1X) / 2.0f; local 99 final float crossProdAB = ax * by - ay * bx; 100 final float dotProdAB = ax * bx + ay * by; 120 // B(bx,by) is the slope vector of the tangent at p1. 121 final float bx = (mP2X - mXCoords[p0]) / 2.0f; local 123 final float crossProdAB = ax * by - ay * bx; 124 final float dotProdAB = ax * bx + ay * by;
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/development/ndk/platforms/android-L/arch-x86/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/development/ndk/platforms/android-L/arch-x86_64/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
test_rendering.c | 147 int mbx, mby, bx, by; local 214 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS; ++bx) 221 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), 222 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(INPUT_WIDTH - 1))), 231 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS / 2; ++bx) 238 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))) [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
LineQuadraticIntersection_Test.cpp | 186 int bx = state.b & 0x03; local 190 Quadratic quad = {{ax, ay}, {bx, by}, {cx, cy}};
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
luac.c | 289 int bx=GETARG_Bx(i); local 304 if (getBMode(o)==OpArgK) printf(" %d",MYK(bx)); 305 if (getBMode(o)==OpArgU) printf(" %d",bx); 317 printf("\t; "); PrintConstant(f,bx); 360 printf("\t; %p",VOID(f->p[bx]));
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
sigcontext32.h | 61 unsigned int bx; member in struct:sigcontext_ia32
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_rendering.c | 147 int mbx, mby, bx, by; local 214 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS; ++bx) 221 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), 222 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(INPUT_WIDTH - 1))), 231 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS / 2; ++bx) 238 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))) [all...] |
/external/opencv/cxcore/src/ |
cxrand.cpp | 287 double x, y, v, ax, bx; local 301 bx = x; 302 x = bx > 0 ? 0.8857913*(2.506628 - ax) : -0.8857913*(2.506628 - ax); 307 if( log(y) < .6931472 - .5*bx*bx ) 309 x = bx;
|
/external/qemu-pc-bios/vgabios/ |
vbe.c | 101 cmp bx, #0x00 302 push bx 304 mov bx, ax variable 313 mov ax, bx 316 pop bx 322 push bx 324 mov bx, ax variable 333 mov ax, bx 336 pop bx 388 cmp bx,#0x010 local 390 or bx,bx local 470 mov bx, ax variable 474 shr bx, #1 variable 476 shr bx, #3 variable 690 mov bx, # BIOSMEM_VBE_FLAG variable 711 mov bx, # BIOSMEM_VBE_FLAG variable 720 mov bx, #msg_vbe_init variable 1063 mov bx, # BIOSMEM_VBE_MODE variable 1065 mov bx, ax variable 1068 mov bx, # BIOSMEM_CURRENT_MODE variable 1298 mov bx, ax variable [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/ |
sigcontext32.h | 61 unsigned int bx; member in struct:sigcontext_ia32
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
sigcontext32.h | 61 unsigned int bx; member in struct:sigcontext_ia32
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_image_homography.cpp | 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local 136 bx=x2[0]*m; 144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)= 145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*/ 146 p1[1]=ax*bx+ay*by; 151 p6[1]=db_sqr(bx)+db_sqr(by);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86expr.c | 93 int bx, si, di, bp; /* total multiplier for each reg */ member in struct:x86_checkea_reg16_data 103 /* in order: ax,cx,dx,bx,sp,bp,si,di */ 108 reg16[3] = &data->bx; 120 /* only allow BX, SI, DI, BP */ 138 * like: (bx+di)*(bx+di)-bx*bx-2*bx*di-di*di+di? Probably not: NASM never [all...] |
/external/jpeg/ |
jmemdos.c | 99 unsigned short ax, dx, bx; member in struct:__anon27328 103 unsigned short ax, dx, bx; member in struct:__anon27329 577 ctx.bx = (unsigned short) ((total_bytes_needed + EMSPAGESIZE-1L) / EMSPAGESIZE);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-report.c | 177 struct branch_info *bi, *bx; local 206 bx = he->branch_info; 207 if (bx->from.sym && use_browser == 1 && sort__has_sym) { 208 notes = symbol__annotation(bx->from.sym); 210 && symbol__alloc_hist(bx->from.sym) < 0) 213 err = symbol__inc_addr_samples(bx->from.sym, 214 bx->from.map, 216 bx->from.al_addr); 221 if (bx->to.sym && use_browser == 1 && sort__has_sym) { 222 notes = symbol__annotation(bx->to.sym) [all...] |
/external/opencv/cv/src/ |
cvrotcalipers.cpp | 155 double bx = vect[i].x; local 158 double convexity = ax * by - ay * bx; 165 ax = bx;
|
/external/qemu/distrib/jpeg-6b/ |
jmemdos.c | 99 unsigned short ax, dx, bx; member in struct:__anon33912 103 unsigned short ax, dx, bx; member in struct:__anon33913 577 ctx.bx = (unsigned short) ((total_bytes_needed + EMSPAGESIZE-1L) / EMSPAGESIZE);
|
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
lfbprof.h | 99 unsigned short ax, bx, cx, dx, si, di, cflag; member in struct:_RMWORDREGS 126 "or ax,bx" \
|