HomeSort by relevance Sort by last modified time
    Searched refs:nr2 (Results 1 - 4 of 4) sorted by null

  /external/testng/src/test/java/test/dataprovider/
TestNG411SampleTest.java 27 public void checkMaxTest(int nr1, int nr2, int expected) {
40 public void checkMinTest(int nr1, int nr2, int expected) {
47 public void checkMinTest_injection(int nr1, int nr2, ITestContext ctx) {
48 int result = Math.min(nr1, nr2);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
weakref4.s 20 .weakref lr2, nr2
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 667 unsigned nr2 = *pnr2; local
675 for (j = 0; j < nr2 && !found; j++) {
683 if (nr2 >= 4) {
687 v2[nr2] = v[i];
688 *swizzle |= nr2 << (i * 2);
689 nr2++;
695 *pnr2 = nr2;
    [all...]
  /external/opencv3/modules/core/test/
test_math.cpp     [all...]

Completed in 267 milliseconds