/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/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/libunwind/tests/ |
ia64-test-rbs-asm.S | 179 (p7) mov out2 = in2
|
/external/webp/src/dsp/ |
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...] |
/hardware/intel/img/psb_video/src/ |
pnw_H264ES.c | [all...] |
/external/llvm/test/CodeGen/X86/ |
2007-08-09-IllegalX86-64Asm.ll | 121 %out2.0 = phi i8 [ %tmp20.i, %cond_next17.i ], [ 0, %cond_true14.i ], [ 0, %cond_true.i200 ] ; <i8> [#uses=1] 220 store i8 %out2.0, i8* %tmp186
|
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/ |
split-gep.ll | 71 define void @sext_zext(i32 %a, i32 %b, float** %out1, float** %out2) { 88 store float* %p2, float** %out2
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberRegression.java | 1167 String out2 = nf.format(pi); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberRegression.java | 1163 String out2 = nf.format(pi); local [all...] |
/external/webrtc/webrtc/p2p/base/ |
stun_unittest.cc | 1438 rtc::ByteBuffer out2; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
numrgts.cpp | 1964 UnicodeString out2; local [all...] |
/external/boringssl/src/include/openssl/ |
bio.h | 596 /* BIO_new_bio_pair sets |*out1| and |*out2| to two freshly created BIOs where 599 * |writebuf2| for |*out2|. It returns one on success and zero on error. */ 600 OPENSSL_EXPORT int BIO_new_bio_pair(BIO **out1, size_t writebuf1, BIO **out2, [all...] |
/prebuilts/go/darwin-x86/src/encoding/pem/ |
pem_test.go | 17 in, out1, out2 string 34 if string(x) != test.out1 || string(y) != test.out2 { 35 t.Errorf("#%d got:%+v,%+v want:%s,%s", i, x, y, test.out1, test.out2)
|
/prebuilts/go/linux-x86/src/encoding/pem/ |
pem_test.go | 17 in, out1, out2 string 34 if string(x) != test.out1 || string(y) != test.out2 { 35 t.Errorf("#%d got:%+v,%+v want:%s,%s", i, x, y, test.out1, test.out2)
|
/external/kernel-headers/original/uapi/linux/ |
serial_reg.h | 126 #define UART_MCR_OUT2 0x08 /* Out2 complement */
|
/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...] |
/external/wpa_supplicant_8/src/crypto/ |
milenage.c | 100 /* OUT2 = E_K(rot(TEMP XOR OP_C, r2) XOR c2) XOR OP_C */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
serial_reg.h | 108 #define UART_MCR_OUT2 0x08 /* Out2 complement */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
serial_reg.h | 116 #define UART_MCR_OUT2 0x08 /* Out2 complement */
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
vpx_subpixel_8t_intrin_ssse3.c | 347 out0, out1, out2, out3, out4, out5, out6, out7) { \ 365 out2 = _mm_unpacklo_epi64(tr2_1, tr2_1); \ [all...] |
/external/llvm/test/CodeGen/ARM/ |
vector-promotion.ll | 93 %out2 = or i32 %out1, 1 94 %out3 = or i32 %out2, 1
|
/external/dbus/dbus/ |
dbus-sysdeps-win.c | 703 goto out2; 709 goto out2; 714 out2: 878 goto out2; 885 goto out2; 899 out2: [all...] |