HomeSort by relevance Sort by last modified time
    Searched refs:out2 (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 520 Scalar *out2 = workd + ipntr[2] - 1; local
522 Matrix<Scalar, Dynamic, 1>::Map(out2, n) = Matrix<Scalar, Dynamic, 1>::Map(in, n);
524 Matrix<Scalar, Dynamic, 1>::Map(out2, n) = B * Matrix<Scalar, Dynamic, 1>::Map(in, n);
  /external/webp/src/dsp/
rescaler_sse2.c 175 __m128i* const out2,
184 *out2 = _mm_mul_epu32(A2, *mult);
189 *out2 = A2;
enc_neon.c 331 const int16x4_t out2 = vshr_n_s16(vsub_s16(a0_k7, vget_high_s16(a0a1)), 4); local
343 vst1_s16(out + 8, out2);
534 const int16x4_t out2 = vmovn_s32(b2); local
539 vst1_s16(out + 8, out2);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 298 String out2 = TextUtils.ellipsize(s2, p, i, kind).toString(); local
308 assertEquals("wid " + i + " pass " + j, out1, out2);
309 assertEquals("wid " + i + " pass " + j, out2, out3);
  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve8_avg_msa.c 111 v8i16 out0, out1, out2, out3, out4, out5, out6, out7, out8, out9; local
147 ILVEV_B2_SH(hz_out4, hz_out5, hz_out1, hz_out2, out2, out4);
160 tmp0 = FILT_8TAP_DPADD_S_H(out0, out1, out2, out3, filt_vt0, filt_vt1,
172 tmp2 = FILT_8TAP_DPADD_S_H(out1, out2, out3, out8, filt_vt0, filt_vt1,
188 out0 = out2;
190 out2 = out8;
idct16x16_msa.c 328 v8i16 out0, out1, out2, out3, out4, out5, out6, out7; local
466 MADD_SHORT(h10, h11, k1, k2, out2, out3);
467 SRARI_H2_SH(out2, out3, 6);
471 ADD2(res2, out2, res3, out3, res2, res3);
vpx_convolve8_avg_vert_msa.c 86 v8i16 filt, out0, out1, out2, out3; local
113 out2 = FILT_8TAP_DPADD_S_H(src32_r, src54_r, src76_r, src98_r, filt0,
117 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
118 SAT_SH4_SH(out0, out1, out2, out3, 7);
119 CONVERT_UB_AVG_ST8x4_UB(out0, out1, out2, out3, dst0, dst1, dst2, dst3,
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate_test.go 484 out2 := buf2.String()
486 if out1 != out2 {
487 t.Errorf("got %q, expected %q", out2, out1)
  /prebuilts/go/linux-x86/src/compress/flate/
deflate_test.go 484 out2 := buf2.String()
486 if out1 != out2 {
487 t.Errorf("got %q, expected %q", out2, out1)
  /external/e2fsprogs/lib/ext2fs/
bmap.c 196 goto out2;
198 out2:
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 277 UChar* out2 = myDateFormat(fmt, d); local
278 if(u_strcmp(out1, out2) !=0)
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 1149 goto out2;
1155 goto out2;
1162 goto out2;
1192 out2:
  /external/libvpx/libvpx/vp8/common/mips/msa/
bilinear_filter_msa.c 207 v8u16 out0, out1, out2, out3, out4, out5, out6, out7, filt; local
225 out0, out1, out2, out3);
228 SRARI_H4_UH(out0, out1, out2, out3, VP8_FILTER_SHIFT);
232 PCKEV_ST_SB(out2, out3, dst);
250 out0, out1, out2, out3);
253 SRARI_H4_UH(out0, out1, out2, out3, VP8_FILTER_SHIFT);
257 PCKEV_ST_SB(out2, out3, dst);
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 1574 FT_Pos out, in1, in2, out1, out2, d1, d2; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.c 1630 FT_Pos out, in1, in2, out1, out2, d1, d2; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c 1575 FT_Pos out, in1, in2, out1, out2, d1, d2; local
    [all...]
  /external/webp/src/enc/
picture_csp.c 337 fixed_y_t* const out2) {
344 out2[k] = clip_y(Filter2(cur_uv[k], next_uv[k]) + W1);
355 out2[3 * i + k] = clip_y(tmp1 + W1);
364 out2[3 * i + k] = clip_y(Filter2(cur_uv[off + k], next_uv[off + k]) + W1);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264ES.c     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float_test.go 892 out2, acc2 := x2.SetFloat64(float64(out)).Float32()
893 if !alike32(out2, out) || acc2 != Exact {
894 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
969 out2, acc2 := x2.SetFloat64(out).Float64()
970 if !alike64(out2, out) || acc2 != Exact {
971 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
float_test.go 889 out2, acc2 := x2.SetFloat64(float64(out)).Float32()
890 if !alike32(out2, out) || acc2 != Exact {
891 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
966 out2, acc2 := x2.SetFloat64(out).Float64()
967 if !alike64(out2, out) || acc2 != Exact {
968 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float_test.go 889 out2, acc2 := x2.SetFloat64(float64(out)).Float32()
890 if !alike32(out2, out) || acc2 != Exact {
891 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
966 out2, acc2 := x2.SetFloat64(out).Float64()
967 if !alike64(out2, out) || acc2 != Exact {
968 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float_test.go 892 out2, acc2 := x2.SetFloat64(float64(out)).Float32()
893 if !alike32(out2, out) || acc2 != Exact {
894 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
969 out2, acc2 := x2.SetFloat64(out).Float64()
970 if !alike64(out2, out) || acc2 != Exact {
971 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
float_test.go 889 out2, acc2 := x2.SetFloat64(float64(out)).Float32()
890 if !alike32(out2, out) || acc2 != Exact {
891 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
966 out2, acc2 := x2.SetFloat64(out).Float64()
967 if !alike64(out2, out) || acc2 != Exact {
968 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go 889 out2, acc2 := x2.SetFloat64(float64(out)).Float32()
890 if !alike32(out2, out) || acc2 != Exact {
891 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
966 out2, acc2 := x2.SetFloat64(out).Float64()
967 if !alike64(out2, out) || acc2 != Exact {
968 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun_unittest.cc 1438 rtc::ByteBuffer out2; local
    [all...]

Completed in 1504 milliseconds

1 2 34 5 6