Home
last modified time | relevance | path

Searched refs:high1 (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dstatistical_testing.py689 samples1, low1, high1, samples2, low2, high2, argument
736 [samples1, low1, high1, samples2, low2, high2, false_fail_rate]):
739 high1 = ops.convert_to_tensor(high1, name="high1")
745 samples1 = _check_shape_dominates(samples1, [low1, high1])
760 samples1, low1, high1, min_mean_2, max_mean_2, false_fail_rate / 2.)
764 n1, low1, high1, n2, low2, high2, argument
822 [n1, low1, high1, n2, low2, high2, false_fail_rate, false_pass_rate]):
825 high1 = ops.convert_to_tensor(high1, name="high1")
834 n1, low1, high1, false_fail_rate / 2., false_pass_rate / 2.)
841 discrepancy, low1, high1, low2, high2, argument
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dvec-perm-08.ll5 ; Test a high1/low2 permute for v16i8.
18 ; Test a low2/high1 permute for v16i8.
70 ; Test a high1/low2 permute for v8i16.
81 ; Test a low2/high1 permute for v8i16.
92 ; Test a high1/low2 permute for v4i32.
102 ; Test a low2/high1 permute for v4i32.
112 ; Test a high1/low2 permute for v2i64.
122 ; Test low2/high1 permute for v2i64.
132 ; Test a high1/low2 permute for v4f32.
142 ; Test a low2/high1 permute for v4f32.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-perm-08.ll5 ; Test a high1/low2 permute for v16i8.
18 ; Test a low2/high1 permute for v16i8.
70 ; Test a high1/low2 permute for v8i16.
81 ; Test a low2/high1 permute for v8i16.
92 ; Test a high1/low2 permute for v4i32.
102 ; Test a low2/high1 permute for v4i32.
112 ; Test a high1/low2 permute for v2i64.
122 ; Test low2/high1 permute for v2i64.
132 ; Test a high1/low2 permute for v4f32.
142 ; Test a low2/high1 permute for v4f32.
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-vsub.ll162 …%high1 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, …
163 %ext1 = sext <8 x i8> %high1 to <8 x i16>
177 … %high1 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
178 %ext1 = sext <4 x i16> %high1 to <4 x i32>
192 %high1 = shufflevector <4 x i32> %tmp1, <4 x i32> undef, <2 x i32> <i32 2, i32 3>
193 %ext1 = sext <2 x i32> %high1 to <2 x i64>
240 …%high1 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, …
241 %ext1 = zext <8 x i8> %high1 to <8 x i16>
255 %high1 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
256 %ext1 = zext <4 x i16> %high1 to <4 x i32>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-vsub.ll162 …%high1 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, …
163 %ext1 = sext <8 x i8> %high1 to <8 x i16>
177 … %high1 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
178 %ext1 = sext <4 x i16> %high1 to <4 x i32>
192 %high1 = shufflevector <4 x i32> %tmp1, <4 x i32> undef, <2 x i32> <i32 2, i32 3>
193 %ext1 = sext <2 x i32> %high1 to <2 x i64>
240 …%high1 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, …
241 %ext1 = zext <8 x i8> %high1 to <8 x i16>
255 %high1 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
256 %ext1 = zext <4 x i16> %high1 to <4 x i32>
[all …]
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dstatistical_testing_test.py71 thresholds, low1=0., high1=1., low2=0., high2=1.,
79 high1=1.,
/external/libavc/common/x86/
Dih264_deblk_luma_ssse3.c862 __m128i int1, int2, int3, int4, high1, high2; in ih264_deblk_luma_vert_bslt4_ssse3() local
891 high1 = _mm_unpackhi_epi16(lineb, lined); in ih264_deblk_luma_vert_bslt4_ssse3()
928 lineg = _mm_unpacklo_epi16(high1, high2); in ih264_deblk_luma_vert_bslt4_ssse3()
929 lineh = _mm_unpackhi_epi16(high1, high2); in ih264_deblk_luma_vert_bslt4_ssse3()
1072 high1 = _mm_unpackhi_epi16(int3, int4); in ih264_deblk_luma_vert_bslt4_ssse3()
1081 lineg = high1; in ih264_deblk_luma_vert_bslt4_ssse3()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c589 uint64_t high1 = (uint64_t)(high_bytes1[a_index]) << 32; in accumulate_uint40() local
591 uint64_t value1 = report1[a_index + 4] | high1; in accumulate_uint40()