HomeSort by relevance Sort by last modified time
    Searched refs:bx (Results 151 - 175 of 291) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/LegacyCamera/jni/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);
  /system/core/libcutils/arch-arm/
memset32.S 92 bx lr
  /external/libffi/src/arm/
sysv.S 78 # define call_reg(x) mov lr, pc ; bx x
101 bx pc
126 bx\cond lr
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 1188 uint32_t* bx; local
1208 bx = b.words();
1209 bxe = bx + n;
1219 y = *bx - (ys & 0xffffffffUL) - borrow;
1221 *bx++ = (uint32_t)y & 0xffffffffUL;
1227 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
1229 z = (*bx >> 16) - (zs & 0xffff) - borrow;
1231 bx = storeInc(bx, z, y);
1235 bx = b.words()
    [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;
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 271 int bx = 0; local
273 bx = 2;
277 int xx = bx + x;
355 int bx = 0; local
357 bx = 2;
361 int xx = bx + x;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 271 int bx = 0; local
273 bx = 2;
277 int xx = bx + x;
355 int bx = 0; local
357 bx = 2;
361 int xx = bx + x;
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 117 SkScalar bx = FIXEDToSkScalar(polyCurve->apfx[i].x); local
124 cx = SkScalarAve(bx, cx);
130 path->quadTo(bx, -by, cx, -cy);
  /bionic/libc/arch-arm/cortex-a15/bionic/
memcpy.S 145 bx lr
strcmp.S 233 bx lr
376 bx lr
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 233 bx lr
362 bx lr
524 bx lr
543 bx lr
  /bionic/libc/arch-arm/generic/bionic/
memset.S 108 bx lr
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 145 bx lr
strcmp.S 233 bx lr
375 bx lr
457 bx lr
476 bx lr
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 49 bx lr @ return to the callee-chaining cell
TEMPLATE_INVOKE_METHOD_NO_OPT.S 60 bx r10 @ dvmJitToInterpTraceSelectNoChain
footer.S 71 bx r1
88 bx r1 @ branch to dvmMterpCommonExceptionThrown
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 74 bx lr
112 bx lr
  /external/llvm/test/MC/ARM/
arm_instructions.s 14 @ CHECK: bx lr
16 bx lr
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 319 byte[] bx = (byte[]) x;
322 SQLite.StringEncoder.encodeX(bx);
326 args[parameterIndex - 1] = SQLite.StringEncoder.encode(bx);
343 byte[] bx = (byte[]) x;
346 SQLite.StringEncoder.encodeX(bx);
350 args[parameterIndex - 1] = SQLite.StringEncoder.encode(bx);
366 byte[] bx = (byte[]) x;
369 SQLite.StringEncoder.encodeX(bx);
373 args[parameterIndex - 1] = SQLite.StringEncoder.encode(bx);
  /bionic/libc/arch-arm/bionic/
memset.S 123 bx lr
199 bx lr
  /dalvik/vm/arch/arm/
CallEABI.S 261 bx ip
286 bx lr
424 bx lr
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 64 bx lr
  /external/libvpx/libvpx/vp8/common/arm/neon/
variance_neon.asm 90 bx lr
152 bx lr
207 bx lr
272 bx lr

Completed in 343 milliseconds

1 2 3 4 5 67 8 91011>>