HomeSort by: relevance | last modified time | path
    Searched defs:test__mulodi4 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
mulodi4_test.c 19 int test__mulodi4(di_int a, di_int b, di_int expected, int expected_overflow) function in typeref:typename:int
37 if (test__mulodi4(0, 0, 0, 0))
39 if (test__mulodi4(0, 1, 0, 0))
41 if (test__mulodi4(1, 0, 0, 0))
43 if (test__mulodi4(0, 10, 0, 0))
45 if (test__mulodi4(10, 0, 0, 0))
47 if (test__mulodi4(0, 81985529216486895LL, 0, 0))
49 if (test__mulodi4(81985529216486895LL, 0, 0, 0))
52 if (test__mulodi4(0, -1, 0, 0))
54 if (test__mulodi4(-1, 0, 0, 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
mulodi4_test.c 19 int test__mulodi4(di_int a, di_int b, di_int expected, int expected_overflow) function in typeref:typename:int
37 if (test__mulodi4(0, 0, 0, 0))
39 if (test__mulodi4(0, 1, 0, 0))
41 if (test__mulodi4(1, 0, 0, 0))
43 if (test__mulodi4(0, 10, 0, 0))
45 if (test__mulodi4(10, 0, 0, 0))
47 if (test__mulodi4(0, 81985529216486895LL, 0, 0))
49 if (test__mulodi4(81985529216486895LL, 0, 0, 0))
52 if (test__mulodi4(0, -1, 0, 0))
54 if (test__mulodi4(-1, 0, 0, 0)
    [all...]

Completed in 13 milliseconds