HomeSort by relevance Sort by last modified time
    Searched full:b03 (Results 1 - 25 of 69) sorted by null

1 2 3

  /prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/
maven-metadata.xml 11 <version>1.2-b03</version>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp1xD_t2.d 36 0+068 <[^>]*> ec90 0b03 fldmiax r0, {d0}( ;@ Deprecated|)
37 0+06c <[^>]*> ec90 0b03 fldmiax r0, {d0}( ;@ Deprecated|)
38 0+070 <[^>]*> ecb0 0b03 fldmiax r0!, {d0}( ;@ Deprecated|)
39 0+074 <[^>]*> ecb0 0b03 fldmiax r0!, {d0}( ;@ Deprecated|)
40 0+078 <[^>]*> ed30 0b03 fldmdbx r0!, {d0}( ;@ Deprecated|)
41 0+07c <[^>]*> ed30 0b03 fldmdbx r0!, {d0}( ;@ Deprecated|)
48 0+098 <[^>]*> ec80 0b03 fstmiax r0, {d0}( ;@ Deprecated|)
49 0+09c <[^>]*> ec80 0b03 fstmiax r0, {d0}( ;@ Deprecated|)
50 0+0a0 <[^>]*> eca0 0b03 fstmiax r0!, {d0}( ;@ Deprecated|)
51 0+0a4 <[^>]*> eca0 0b03 fstmiax r0!, {d0}( ;@ Deprecated|
    [all...]
vldr.d 11 0[0-9a-f]+ <[^>]+> ed9f 0b03 vldr d0, \[pc, #12\] ; 00000010 <float>
thumb2_vpool.d 82 00000120 <thumb2_ldr\+0x120> ed9f 0b03 vldr d0, \[pc, #12\] ; 00000130 <thumb2_ldr\+0x130>
100 00000168 <thumb2_ldr\+0x168> ed9f 0b03 vldr d0, \[pc, #12\] ; 00000178 <thumb2_ldr\+0x178>
thumb2_vpool_be.d 83 00000120 <thumb2_ldr\+0x120> ed9f 0b03 vldr d0, \[pc, #12\] ; 00000130 <thumb2_ldr\+0x130>
101 00000168 <thumb2_ldr\+0x168> ed9f 0b03 vldr d0, \[pc, #12\] ; 00000178 <thumb2_ldr\+0x178>
  /external/libavc/common/x86/
ih264_iquant_itrans_recon_ssse3.c 132 scalemat_r0_r1 = _mm_loadu_si128((__m128i *) (pu2_iscal_mat)); //b00 b01 b02 b03 b10 b11 b12 b13 -- the scaling matrix 0th,1st row
137 temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
138 temp1 = _mm_mullo_epi16(scalemat_r2_r3, dequant_r2_r3); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
140 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
142 temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
413 scalemat_r0 = _mm_loadu_si128((__m128i *) (pu2_iscale_mat)); //b00 b01 b02 b03 b04 b05 b06 b07 -- the scaling matrix 0th row
417 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result
418 scalemat_r0_1 = _mm_unpacklo_epi16(temp10, zero_8x16b); // b00*q0 0 b01*q1 0 b02*q2 0 b03*q3 0 -- 16 bit long
421 temp5 = _mm_madd_epi16(src_r0_1, scalemat_r0_1); // a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 -- 32 bits long
433 resq_r0_1 = _mm_packs_epi32(resq_r0_1, resq_r0_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a04*b04*q4 a05*b05*q5 a06*b06*q6 a07*b07*q7 -- 16 bit lon
    [all...]
ih264_iquant_itrans_recon_sse42.c 131 scalemat_r0_r1 = _mm_loadu_si128((__m128i *) (pu2_iscal_mat)); //b00 b01 b02 b03 b10 b11 b12 b13 -- the scaling matrix 0th,1st row
136 temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
137 temp1 = _mm_mullo_epi16(scalemat_r2_r3, dequant_r2_r3); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
139 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
141 temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
382 scalemat_r0_r1 = _mm_loadu_si128((__m128i *) (pu2_iscal_mat)); //b00 b01 b02 b03 b10 b11 b12 b13 -- the scaling matrix 0th,1st row
387 temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
388 temp1 = _mm_mullo_epi16(scalemat_r2_r3, dequant_r2_r3); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
390 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
392 temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit lon
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mtxattr.h 14 #define TLBATTR_COMTI_INTRINSICS 47065EDC-D7FE-4B03-919C-C4A50B749605
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@msa64.d 9 [0-9a-f]+ <[^>]*> 5b03 946e fill\.d \$w17,s2
  /external/webp/src/dsp/
enc_sse41.c 92 // a00 b00 a01 b01 a02 b03 a03 b03 0 0 0 0 0 0 0 0
100 // a00 a20 b00 b20 a01 a21 b01 b21 a02 a22 b02 b22 a03 a23 b03 b23
105 // a02 a12 a22 a32 b02 b12 b22 b32 a03 a13 a23 a33 b03 b13 b23 b33
115 // a03 a13 a23 a33 b03 b13 b23 b33
129 // a00 a01 a02 a03 b00 b01 b02 b03
141 // b00 b10 b01 b11 b02 b12 b03 b13
150 // b02 b12 a22 b32 b03 b13 b23 b33
158 // a03 a13 a23 a33 b03 b13 b23 b33
enc_sse2.c 104 // a03 a13 a23 a33 b03 b13 b23 b33
134 // a00 a01 a02 a03 b00 b01 b02 b03
144 // b00 b10 b01 b11 b02 b12 b03 b13
153 // b02 b12 a22 b32 b03 b13 b23 b33
161 // a03 a13 a23 a33 b03 b13 b23 b33
196 // a00 a01 a02 a03 b00 b01 b02 b03
206 // b00 b10 b01 b11 b02 b12 b03 b13
215 // b02 b12 a22 b32 b03 b13 b23 b33
223 // a03 a13 a23 a33 b03 b13 b23 b33
    [all...]
dec_sse2.c 75 // a03 a13 a23 a33 b03 b13 b23 b33
105 // a00 a01 a02 a03 b00 b01 b02 b03
115 // b00 b10 b01 b11 b02 b12 b03 b13
124 // b02 b12 a22 b32 b03 b13 b23 b33
132 // a03 a13 a23 a33 b03 b13 b23 b33
167 // a00 a01 a02 a03 b00 b01 b02 b03
177 // b00 b10 b01 b11 b02 b12 b03 b13
186 // b02 b12 a22 b32 b03 b13 b23 b33
194 // a03 a13 a23 a33 b03 b13 b23 b33
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
testing.properties.template 40 vmDest=jdk-1_4_2_14-fcs-bin-b03-windows-i586-22_jan_2007.zip
  /external/skia/src/utils/
SkMatrix44.cpp 435 double b03 = a01 * a12 - a02 * a11; local
446 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
549 double b03 = a01 * a12 - a02 * a11; local
558 double det = b00 * b11 - b01 * b10 + b03 * b08;
570 b03 *= invdet;
580 inverse->fMat[0][2] = SkDoubleToMScalar(b03);
592 inverse->fMat[3][2] = SkDoubleToMScalar(a31 * b01 - a30 * b03 - a32 * b00);
608 double b03 = a01 * a12 - a02 * a11; local
619 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
632 b03 *= invdet
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
enc_sse2.c 153 // a03 a13 a23 a33 b03 b13 b23 b33
183 // a00 a01 a02 a03 b00 b01 b02 b03
193 // b00 b10 b01 b11 b02 b12 b03 b13
202 // b02 b12 a22 b32 b03 b13 b23 b33
210 // a03 a13 a23 a33 b03 b13 b23 b33
245 // a00 a01 a02 a03 b00 b01 b02 b03
255 // b00 b10 b01 b11 b02 b12 b03 b13
264 // b02 b12 a22 b32 b03 b13 b23 b33
272 // a03 a13 a23 a33 b03 b13 b23 b33
663 // a00 b00 a01 b01 a02 b03 a03 b03 0 0 0 0 0 0 0
    [all...]
dec_sse2.c 75 // a03 a13 a23 a33 b03 b13 b23 b33
105 // a00 a01 a02 a03 b00 b01 b02 b03
115 // b00 b10 b01 b11 b02 b12 b03 b13
124 // b02 b12 a22 b32 b03 b13 b23 b33
132 // a03 a13 a23 a33 b03 b13 b23 b33
167 // a00 a01 a02 a03 b00 b01 b02 b03
177 // b00 b10 b01 b11 b02 b12 b03 b13
186 // b02 b12 a22 b32 b03 b13 b23 b33
194 // a03 a13 a23 a33 b03 b13 b23 b33
    [all...]
  /device/moto/shamu/
proprietary-blobs.txt 71 /system/etc/firmware/vpu.b03
120 /system/vendor/firmware/adsp.b03
139 /system/vendor/firmware/keymaster/keymaster.b03
162 /system/vendor/firmware/venus.b03
169 /system/vendor/firmware/widevine.b03
vendor_owner_info.txt 55 system/etc/firmware/vpu.b03:moto
104 system/vendor/firmware/adsp.b03:qcom
123 system/vendor/firmware/keymaster/keymaster.b03:qcom
146 system/vendor/firmware/venus.b03:qcom
153 system/vendor/firmware/widevine.b03:qcom
  /device/moto/shamu/self-extractors/
extract-lists.txt 21 system/etc/firmware/vpu.b03 \
176 system/vendor/firmware/adsp.b03 \
191 system/vendor/firmware/keymaster/keymaster.b03 \
196 system/vendor/firmware/venus.b03 \
202 system/vendor/firmware/widevine.b03 \
  /device/moto/shamu/self-extractors/qcom/staging/
device-partial.mk 83 vendor/qcom/shamu/proprietary/adsp.b03:system/vendor/firmware/adsp.b03:qcom \
98 vendor/qcom/shamu/proprietary/keymaster.b03:system/vendor/firmware/keymaster/keymaster.b03:qcom \
103 vendor/qcom/shamu/proprietary/venus.b03:system/vendor/firmware/venus.b03:qcom \
109 vendor/qcom/shamu/proprietary/widevine.b03:system/vendor/firmware/widevine.b03:qcom \
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
mat4.js 199 b03 = a01 * a12 - a02 * a11,
210 det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
219 out[2] = (a31 * b05 - a32 * b04 + a33 * b03) * det;
220 out[3] = (a22 * b04 - a21 * b05 - a23 * b03) * det;
231 out[14] = (a31 * b01 - a30 * b03 - a32 * b00) * det;
232 out[15] = (a20 * b03 - a21 * b01 + a22 * b00) * det;
284 b03 = a01 * a12 - a02 * a11,
295 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
    [all...]
mat3.js 509 b03 = a01 * a12 - a02 * a11,
520 det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
535 out[6] = (a31 * b05 - a32 * b04 + a33 * b03) * det;
  /external/dng_sdk/source/
dng_bad_pixels.cpp 831 // g00 b01 g02 b03 g04
839 int32 b03 = p0 [3]; local
868 Abs_int32 (b03 - b23) +
897 Abs_int32 (b03 - b21) +
1169 // g00 b01 g02 b03 g04 b05 g06 b07 g08
1179 int32 b03 = p0 [3 * cs]; local
1250 Abs_int32 (b03 - b65) +
    [all...]
  /device/moto/shamu/self-extractors/moto/staging/
device-partial.mk 29 vendor/moto/shamu/proprietary/vpu.b03:system/etc/firmware/vpu.b03:moto \
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 248 B<&c03> b03; local

Completed in 867 milliseconds

1 2 3