/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;
|
/development/ndk/platforms/android-21/arch-x86/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/development/ndk/platforms/android-21/arch-x86_64/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/external/clang/test/OpenMP/ |
atomic_capture_codegen.cpp | 9 _Bool bv, bx; variable 84 bv = bx++; 373 {bv = bx; bx = cv & bx;} 589 {bv = bx; bx = ldv * bx;} [all...] |
atomic_read_codegen.c | 9 _Bool bv, bx; variable 84 bv = bx; 165 cv = bx; 215 ldv = bx; 220 civ = bx;
|
atomic_update_codegen.cpp | 9 _Bool bv, bx; variable 86 bx++; 319 // CHECK: [[BX:%.+]] = load atomic i8, i8* [[BX_ADDR:@.+]] monotonic 322 // CHECK: [[EXPECTED:%.+]] = phi i8 [ [[BX]], %{{.+}} ], [ [[OLD_X:%.+]], %[[CONT]] ] 336 bx = cv & bx; 534 bx = ldv * bx; 557 bx = civ - bx; [all...] |
atomic_write_codegen.c | 9 _Bool bv, bx; variable 84 bx = bv; 182 bx = cv; 250 bx = ldv; 258 bx = civ;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ResourceBundleWrapper.java | 148 ResourceBundle bx = cls.newInstance(); local 149 b = new ResourceBundleWrapper(bx);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ResourceBundleWrapper.java | 146 ResourceBundle bx = cls.newInstance(); local 147 b = new ResourceBundleWrapper(bx);
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
Mat33.java | 232 float bx = ey.y * ez.z - ey.z * ez.y; local 235 float det = ex.x * bx + ex.y * by + ex.z * bz;
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/ |
VoronoiDiagram.java | 181 float bx = b.center.x - x; local 184 float b2 = bx * bx + by * by;
|
/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/opencv3/modules/photo/src/ |
fast_nlmeans_denoising_invoker.hpp | 213 int bx = start_bx + x; local 214 col_dist_sums_row[x] = up_col_dist_sums_row[x] + D::template calcUpDownDist<T>(a_up, a_down, b_up_ptr[bx], b_down_ptr[bx]); 308 int bx = start_bx + x; local 310 col_dist_sums[new_last_col_num][y][x] += D::template calcDist<T>(extended_src_, ay + ty, ax, by + ty, bx);
|
fast_nlmeans_multi_denoising_invoker.hpp | 343 int bx = start_bx + x; local 350 cur_extended_src.at<T>(by + ty, bx));
|
/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
sigcontext32.h | 61 unsigned int bx; member in struct:sigcontext_ia32
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
sigcontext32.h | 61 unsigned int bx; member in struct:sigcontext_ia32
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/ |
sigcontext32.h | 77 unsigned int bx; member in struct:sigcontext_ia32
|
/prebuilts/ndk/current/platforms/android-24/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);
|