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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
muloti4_test.c 25 int test__muloti4(ti_int a, ti_int b, ti_int expected, int expected_overflow) function in typeref:typename:int
71 if (test__muloti4(0, 0, 0, 0))
73 if (test__muloti4(0, 1, 0, 0))
75 if (test__muloti4(1, 0, 0, 0))
77 if (test__muloti4(0, 10, 0, 0))
79 if (test__muloti4(10, 0, 0, 0))
81 if (test__muloti4(0, 81985529216486895LL, 0, 0))
83 if (test__muloti4(81985529216486895LL, 0, 0, 0))
86 if (test__muloti4(0, -1, 0, 0))
88 if (test__muloti4(-1, 0, 0, 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
muloti4_test.c 25 int test__muloti4(ti_int a, ti_int b, ti_int expected, int expected_overflow) function in typeref:typename:int
71 if (test__muloti4(0, 0, 0, 0))
73 if (test__muloti4(0, 1, 0, 0))
75 if (test__muloti4(1, 0, 0, 0))
77 if (test__muloti4(0, 10, 0, 0))
79 if (test__muloti4(10, 0, 0, 0))
81 if (test__muloti4(0, 81985529216486895LL, 0, 0))
83 if (test__muloti4(81985529216486895LL, 0, 0, 0))
86 if (test__muloti4(0, -1, 0, 0))
88 if (test__muloti4(-1, 0, 0, 0)
    [all...]

Completed in 14 milliseconds