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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
mulosi4_test.c 23 int test__mulosi4(si_int a, si_int b, si_int expected, int expected_overflow) function in typeref:typename:int
42 if (test__mulosi4(0, 0, 0, 0))
44 if (test__mulosi4(0, 1, 0, 0))
46 if (test__mulosi4(1, 0, 0, 0))
48 if (test__mulosi4(0, 10, 0, 0))
50 if (test__mulosi4(10, 0, 0, 0))
52 if (test__mulosi4(0, 0x1234567, 0, 0))
54 if (test__mulosi4(0x1234567, 0, 0, 0))
57 if (test__mulosi4(0, -1, 0, 0))
59 if (test__mulosi4(-1, 0, 0, 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
mulosi4_test.c 23 int test__mulosi4(si_int a, si_int b, si_int expected, int expected_overflow) function in typeref:typename:int
42 if (test__mulosi4(0, 0, 0, 0))
44 if (test__mulosi4(0, 1, 0, 0))
46 if (test__mulosi4(1, 0, 0, 0))
48 if (test__mulosi4(0, 10, 0, 0))
50 if (test__mulosi4(10, 0, 0, 0))
52 if (test__mulosi4(0, 0x1234567, 0, 0))
54 if (test__mulosi4(0x1234567, 0, 0, 0))
57 if (test__mulosi4(0, -1, 0, 0))
59 if (test__mulosi4(-1, 0, 0, 0)
    [all...]

Completed in 14 milliseconds