Home
last modified time | relevance | path

Searched refs:low2 (Results 1 – 12 of 12) 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]):
741 low2 = ops.convert_to_tensor(low2, name="low2")
746 samples2 = _check_shape_dominates(samples2, [low2, high2])
758 samples2, low2, high2, 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]):
827 low2 = ops.convert_to_tensor(low2, name="low2")
836 n2, low2, high2, 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 …]
Dvec-combine-02.ll230 %low2 = shufflevector <2 x i16> %bitcast4, <2 x i16> %bitcast5,
244 %bytes2 = bitcast <2 x i16> %low2 to <4 x i8>
322 %low2 = shufflevector <2 x i32> %bitcast4, <2 x i32> %bitcast5,
336 %half2 = bitcast <2 x i32> %low2 to <4 x i16>
/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 …]
Dvec-combine-02.ll230 %low2 = shufflevector <2 x i16> %bitcast4, <2 x i16> %bitcast5,
244 %bytes2 = bitcast <2 x i16> %low2 to <4 x i8>
322 %low2 = shufflevector <2 x i32> %bitcast4, <2 x i32> %bitcast5,
336 %half2 = bitcast <2 x i32> %low2 to <4 x i16>
/external/selinux/libsemanage/src/
Dports_local.c99 int proto2, low2, high2; in hidden_def() local
108 low2 = semanage_port_get_low(ports[j]); in hidden_def()
115 if (low2 <= high) { in hidden_def()
118 low, high, proto_str, low2, high2, proto_str2); in hidden_def()
Dibpkeys_local.c89 int low2, high2; in hidden_def() local
128 low2 = semanage_ibpkey_get_low(ibpkeys[j]); in hidden_def()
133 if (low2 <= high) { in hidden_def()
137 subnet_prefix_str2, low2, high2); in hidden_def()
/external/selinux/libsepol/src/
Dibpkeys.c134 uint16_t low2 = c->u.ibpkey.low_pkey; in sepol_ibpkey_exists() local
137 if (low2 == low && in sepol_ibpkey_exists()
164 int low2 = c->u.ibpkey.low_pkey; in sepol_ibpkey_query() local
167 if (low2 == low && in sepol_ibpkey_query()
Dports.c194 int low2 = c->u.port.low_port; in sepol_port_exists() local
197 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists()
232 int low2 = c->u.port.low_port; in sepol_port_query() local
235 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_query()
/external/volley/src/test/java/com/android/volley/
DRequestTest.java53 TestRequest low2 = new TestRequest(Priority.LOW); in compareTo() local
54 low2.setSequence(sequence++); in compareTo()
63 assertTrue(low.compareTo(low2) < 0); in compareTo()
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dstatistical_testing_test.py71 thresholds, low1=0., high1=1., low2=0., high2=1.,
81 low2=0.,
/external/selinux/checkpolicy/
Dpolicy_define.c4783 uint64_t low2, high2; in define_iomem_context() local
4785 low2 = c->u.iomem.low_iomem; in define_iomem_context()
4787 if (low <= high2 && low2 <= high) { in define_iomem_context()
4790 low2, high2); in define_iomem_context()
4847 uint32_t low2, high2; in define_ioport_context() local
4849 low2 = c->u.ioport.low_ioport; in define_ioport_context()
4851 if (low <= high2 && low2 <= high) { in define_ioport_context()
4854 low2, high2); in define_ioport_context()
5040 unsigned int prot2, low2, high2; in define_port_context() local
5043 low2 = c->u.port.low_port; in define_port_context()
[all …]