Home
last modified time | relevance | path

Searched refs:neq (Results 1 – 25 of 36) sorted by relevance

12

/external/vulkan-validation-layers/build-android/
Dupdate_external_sources_android.bat65 if %errorCode% neq 0 (goto:error)
118 if %errorCode% neq 0 (goto:error)
120 if %errorCode% neq 0 (goto:error)
127 if %errorCode% neq 0 (goto:error)
129 if %errorCode% neq 0 (goto:error)
133 if %ERRORLEVEL% neq 0 (goto:error)
137 if %errorCode% neq 0 (goto:error)
139 if %errorCode% neq 0 (goto:error)
143 if %ERRORLEVEL% neq 0 (goto:error)
147 if %errorCode% neq 0 (goto:error)
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DICUTestCase.java102 public static void testEHCS(Object obj, Object eq, Object neq) { in testEHCS() argument
103 if (obj == null || eq == null || neq == null) { in testEHCS()
107 if (!(cls.isAssignableFrom(eq.getClass()) && cls.isAssignableFrom(neq.getClass()))) { in testEHCS()
122 assertNotEqual(obj, neq); in testEHCS()
123 assertNotEqual(neq, obj); in testEHCS()
DNumberFormatTest.java431 NumberFormat neq = NumberFormat.getInstance(Locale.GERMANY); in testHashCode() local
433 ICUTestCase.testEHCS(nf, eq, neq); in testHashCode()
DULocaleTest.java46 ULocale neq = new ULocale("de_DE_FRENCH"); in testHashCode() local
48 ICUTestCase.testEHCS(obj, eq, neq); in testHashCode()
/external/libcxx/test/std/utilities/function.objects/comparisons/
Dconstexpr_init.pass.cpp29 std::not_equal_to<T> neq; in test_constexpr_context() local
30 ((void)neq); in test_constexpr_context()
/external/skia/site/dev/design/conical/
Dindex.md46 They are easy to handle so we won't cover them here. From now on, we assume $C_0 \neq C_1$ and $r_0
47 \neq r_1$.
49 As $r_0 \neq r_1$, we can find a focal point $C_f = (1-f) \cdot C_0 + f \cdot C_1$ where its
53 As $C_0 \neq C_1$, focal point $C_f$ is different from $C_1$ unless $r_1 = 0$. If $r_1 = 0$, we can
54 swap $C_0, r_0$ with $C_1, r_1$, compute swapped gradient $t_s$ as if $r_1 \neq 0$, and finally set
58 Assuming that we've done swapping if necessary so $C_1 \neq C_f$, we can then do a linear
68 always the bigger one (note that $f \neq 1$, otherwise we'll swap $C_0, r_0$ with $C_1, r_1$).
121 $x' = r_1 / (r_1^2 - 1) x,~ y' = \sqrt{|r_1^2 - 1|} / (r_1^2 - 1) y$ if $r_1 \neq 1$
148 * 2 additions, 3 multiplications, and 1 sqrt for $r_1 \neq 1$ (count substraction as addition;
150 * 1 more addition operation if $f \neq 0$
[all …]
/external/skqp/site/dev/design/conical/
Dindex.md46 They are easy to handle so we won't cover them here. From now on, we assume $C_0 \neq C_1$ and $r_0
47 \neq r_1$.
49 As $r_0 \neq r_1$, we can find a focal point $C_f = (1-f) \cdot C_0 + f \cdot C_1$ where its
53 As $C_0 \neq C_1$, focal point $C_f$ is different from $C_1$ unless $r_1 = 0$. If $r_1 = 0$, we can
54 swap $C_0, r_0$ with $C_1, r_1$, compute swapped gradient $t_s$ as if $r_1 \neq 0$, and finally set
58 Assuming that we've done swapping if necessary so $C_1 \neq C_f$, we can then do a linear
68 always the bigger one (note that $f \neq 1$, otherwise we'll swap $C_0, r_0$ with $C_1, r_1$).
121 $x' = r_1 / (r_1^2 - 1) x,~ y' = \sqrt{|r_1^2 - 1|} / (r_1^2 - 1) y$ if $r_1 \neq 1$
148 * 2 additions, 3 multiplications, and 1 sqrt for $r_1 \neq 1$ (count substraction as addition;
150 * 1 more addition operation if $f \neq 0$
[all …]
/external/selinux/secilc/docs/
Dcil_constraint_statements.md45 <p><code> op : eq neq</code></p>
46 <p><code> role_op : eq neq dom domby incomp</code></p>
136 <p><code> op : eq neq</code></p>
137 <p><code> role_op : eq neq dom domby incomp</code></p>
207 <p><code> op : eq neq</code></p>
208 <p><code> mls_role_op : eq neq dom domby incomp</code></p>
236 (neq r1 r2)
291 <p><code> op : eq neq</code></p>
292 <p><code> mls_role_op : eq neq dom domby incomp</code></p>
Dcil_conditional_statements.md81 <p><code> (neq (boolean_id boolean_id))</code></p>
193 <p><code> (neq (tunable_id tunable_id))</code></p>
Dcil_reference_guide.md185 expr_key = and | or | xor | not | all | eq | neq | dom | domby | incomp | range
242 …ame` or `expr` with `expr_key` values of `and`, `or`, `xor`, `not`, `eq`, `neq` as shown in the ex…
256 …ame` or `expr` with `expr_key` values of `and`, `or`, `not`, `all`, `eq`, `neq`, `dom`, `domby`, `…
/external/e2fsprogs/lib/ext2fs/
Dgen_bitmap64.c364 errcode_t neq, in ext2fs_fudge_generic_bmap_end() argument
375 neq, end, &tmp_oend); in ext2fs_fudge_generic_bmap_end()
385 return neq; in ext2fs_fudge_generic_bmap_end()
582 errcode_t ext2fs_compare_generic_bmap(errcode_t neq, in ext2fs_compare_generic_bmap() argument
595 return ext2fs_compare_generic_bitmap(bm1->magic, neq, bm1, bm2); in ext2fs_compare_generic_bmap()
602 return neq; in ext2fs_compare_generic_bmap()
607 return neq; in ext2fs_compare_generic_bmap()
Dgen_bitmap.c290 errcode_t magic, errcode_t neq, in ext2fs_fudge_generic_bitmap_end() argument
296 return neq; in ext2fs_fudge_generic_bitmap_end()
346 errcode_t ext2fs_compare_generic_bitmap(errcode_t magic, errcode_t neq, in ext2fs_compare_generic_bitmap() argument
361 return neq; in ext2fs_compare_generic_bitmap()
366 return neq; in ext2fs_compare_generic_bitmap()
Dext2fsP.h151 errcode_t neq,
/external/python/cpython3/Lib/test/test_email/
Dtorture_test.py49 neq = self.ndiffAssertEqual
60 neq(fp.getvalue(), """\
/external/python/cpython2/Lib/email/test/
Dtest_email_torture.py50 neq = self.ndiffAssertEqual
61 neq(fp.getvalue(), """\
Dtest_email_renamed.py1469 neq = self.ndiffAssertEqual
1486 neq(s.getvalue(), 'Content-Type: foo\n\n')
1824 neq = self.ndiffAssertEqual
1839 neq(container.as_string(0), '''\
1873 neq(container.as_string(0), '''\
2389 neq = self.ndiffAssertEqual
2395 neq(EMPTYSTRING.join(lines), msg.get_payload())
2403 neq(EMPTYSTRING.join(lines), fp.read())
2512 neq = self.ndiffAssertEqual
2533 neq(part1a.get_payload(), 'message 1\n')
[all …]
Dtest_email.py1534 neq = self.ndiffAssertEqual
1551 neq(s.getvalue(), 'Content-Type: foo\n\n')
1905 neq = self.ndiffAssertEqual
1920 neq(container.as_string(0), '''\
1954 neq(container.as_string(0), '''\
2528 neq = self.ndiffAssertEqual
2534 neq(EMPTYSTRING.join(lines), msg.get_payload())
2542 neq(EMPTYSTRING.join(lines), fp.read())
2732 neq = self.ndiffAssertEqual
2753 neq(part1a.get_payload(), 'message 1\n')
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/
Drun_py.bat33 if %errorlevel% neq 0 exit /b %errorlevel%
46 if %errorlevel% neq 0 exit /b %errorlevel%
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/
Drun_py.bat33 if %errorlevel% neq 0 exit /b %errorlevel%
46 if %errorlevel% neq 0 exit /b %errorlevel%
/external/eigen/unsupported/Eigen/
DPolynomials84 The leading coefficient \f$ p \f$: should be non zero \f$a_d \neq 0\f$.
92 \f$ \forall r_i \neq 0 \f$ root of \f$ p(x) = \sum_{k=0}^d a_k x^k \f$,
116 \f$ \forall i,j \in [1;d],~ \| r_i \| \neq \| r_j \| \f$.
/external/tensorflow/tensorflow/contrib/factorization/g3doc/
Dwals.md29 - $$W$$ is a weight matrix of the form $$W_{i, j} = w_0 + 1_{A_{ij} \neq 0}R_i
47 $$A$$. Let $$S = \{(i, j) : A_{i, j} \neq 0\}$$.
/external/curl/projects/
Dbuild-wolfssl.bat244 if %ERRORLEVEL% neq 0 (
251 if %ERRORLEVEL% neq 0 (
266 if %ERRORLEVEL% neq 0 (
276 if %ERRORLEVEL% neq 0 (
/external/vulkan-validation-layers/
Dupdate_external_sources.bat236 if %errorCode% neq 0 (goto:error)
267 if %errorCode% neq 0 (goto:error)
269 if %errorCode% neq 0 (goto:error)
274 if %errorCode% neq 0 (goto:error)
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java517 boolean neq = false; in processFile()
519 neq = true; in processFile()
526 + "' neq: '" + neq in processFile()
529 eval = (val2.equals(map.get(key2)) != neq); in processFile()
/external/selinux/secilc/test/
Dintegration.cil188 (constrain (file (read)) (or (and (eq t1 exec_t) (neq t2 bin_t) ) (eq u1 u2) ) )
196 (mlsconstrain (file (open)) (or (and (eq l1 l2) (eq u1 u2)) (neq r1 r2)))

12