Searched refs:bx (Results 176 - 200 of 362) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm43 bx lr
64 bx lr
93 bx lr
126 bx lr
147 bx lr
176 bx lr
221 bx lr
287 bx lr
334 bx lr
407 bx l
[all...]
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp279 int bx = 0; local
281 bx = 2;
285 int xx = bx + x;
363 int bx = 0; local
365 bx = 2;
369 int xx = bx + x;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsse4.asm22 crc32 eax, bx
31 crc32 r8d, bx
205 popcnt ax, bx
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm43 bx lr
64 bx lr
93 bx lr
126 bx lr
147 bx lr
176 bx lr
221 bx lr
287 bx lr
334 bx lr
407 bx l
[all...]
/external/opencv/cxcore/src/
H A Dcxrand.cpp287 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/skia/third_party/etc1/
H A Detc1.cpp279 int bx = 0; local
281 bx = 2;
285 int xx = bx + x;
363 int bx = 0; local
365 bx = 2;
369 int xx = bx + x;
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dvec3.js360 bx = b[0], by = b[1], bz = b[2];
363 out[1] = az * bx - ax * bz;
364 out[2] = ax * by - ay * bx;
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_neon.S90 bx lr
119 bx lr
146 bx lr
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCPreparedStatement.java319 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);
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dvp8_mse16x16_neon.asm74 bx lr
112 bx lr
H A Dvp8_memcpy_neon.asm67 bx lr
/external/llvm/test/MC/ARM/
H A Darm_instructions.s14 @ CHECK: bx lr
16 bx lr
H A Deh-directive-section-multiple-func.s24 bx lr
34 bx lr
52 @ Check the .TEST1 section. There should be two "bx lr" instructions.
H A Deh-directive-section.s25 bx lr
40 bx lr
/external/llvm/test/MC/X86/
H A Dx86_64-encoding.s21 // CHECK: crc32w %bx, %eax
23 crc32w %bx, %eax
/external/skia/src/core/
H A DSkEdge.h43 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Ddc_only_idct_add_v6.asm64 bx lr
/external/chromium_org/third_party/skia/src/utils/
H A DSkInterpolator.cpp232 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by, argument
240 Dot14 b = pin_and_convert(bx);
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Ddc_only_idct_add_v6.asm64 bx lr
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dvariance_neon.asm90 bx lr
152 bx lr
207 bx lr
272 bx lr
/external/openssl/crypto/modes/asm/
H A Dghashv8-armx.S27 bx lr
113 bx lr
H A Dghash-armv4.pl238 bx lr @ interoperable with Thumb ISA:-)
315 bx lr @ interoperable with Thumb ISA:-)
389 ret @ bx lr
473 ret @ bx lr
487 s/\bret\b/bx lr/go or
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c887 int by, bx;
896 for (bx = 0; bx < 16; bx += 4) {
903 vp9_blend_b(yl + bx, ul + (bx >> 1), vl + (bx >> 1), Y, U, V,
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp155 double bx = vect[i].x; local
158 double convexity = ax * by - ay * bx;
165 ax = bx;
/external/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl205 ret @ bx lr
258 bx lr @ interoperable with Thumb ISA:-)
276 s/\bret\b/bx lr/go or

Completed in 516 milliseconds

1234567891011>>