Searched refs:nr2 (Results 1 – 6 of 6) sorted by relevance
/external/testng/src/test/java/test/dataprovider/ |
D | TestNG411SampleTest.java | 27 public void checkMaxTest(int nr1, int nr2, int expected) { in checkMaxTest() argument 40 public void checkMinTest(int nr1, int nr2, int expected) { in checkMinTest() argument 47 public void checkMinTest_injection(int nr1, int nr2, ITestContext ctx) { in checkMinTest_injection() argument 48 int result = Math.min(nr1, nr2); in checkMinTest_injection()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 849 unsigned nr2 = *pnr2; in match_or_expand_immediate64() local 856 for (j = 0; j < nr2 && !found; j += 2) { in match_or_expand_immediate64() 863 if ((nr2) >= 4) { in match_or_expand_immediate64() 867 v2[nr2] = v[i]; in match_or_expand_immediate64() 868 v2[nr2 + 1] = v[i + 1]; in match_or_expand_immediate64() 870 *swizzle |= (nr2 << (i * 2)) | ((nr2 + 1) << ((i + 1) * 2)); in match_or_expand_immediate64() 871 nr2 += 2; in match_or_expand_immediate64() 877 *pnr2 = nr2; in match_or_expand_immediate64() 889 unsigned nr2 = *pnr2; in match_or_expand_immediate() local 902 for (j = 0; j < nr2 && !found; j++) { in match_or_expand_immediate() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 657 unsigned nr2 = *pnr2; in match_or_expand_immediate() local 665 for (j = 0; j < nr2 && !found; j++) { in match_or_expand_immediate() 673 if (nr2 >= 4) { in match_or_expand_immediate() 677 v2[nr2] = v[i]; in match_or_expand_immediate() 678 *swizzle |= nr2 << (i * 2); in match_or_expand_immediate() 679 nr2++; in match_or_expand_immediate() 685 *pnr2 = nr2; in match_or_expand_immediate()
|
/external/python/cryptography/tests/x509/ |
D | test_x509_ext.py | 431 nr2 = x509.NoticeReference("org", [1, 2]) 432 assert nr == nr2 436 nr2 = x509.NoticeReference("org", [1]) 438 assert nr != nr2 444 nr2 = x509.NoticeReference("org", [1, 2]) 446 assert hash(nr) == hash(nr2) 475 nr2 = x509.NoticeReference("org", [1, 2]) 477 un2 = x509.UserNotice(nr2, "text") 482 nr2 = x509.NoticeReference("org", [1]) 484 un2 = x509.UserNotice(nr2, "text") [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 664 const auto* nr2 = right_ptrs[nindex.k2]; in GEPP() local 668 MulAdd3Way128(nl1, nl2, nl3, &nr1, &nr2, &nr3, &nout); in GEPP() 672 MulAdd3Way(nl1, nl2, nl3, &nr1, &nr2, &nr3, &nout); in GEPP() 683 ScalarMulAdd3Way(nsl1, nsl2, nsl3, &nr1, &nr2, &nr3, &nout); in GEPP()
|
/external/scapy/doc/notebooks/ |
D | Scapy in 15 minutes.ipynb | 639 …\nBAGlWYzymFLi2YSiiosOH198EexI+vbbwS6mxx4brHL57jv4wx+Culdc8fMS20IKHCJVV9E/0nr2\n7Jm4xoiUotQ5Iu7+D3…
|