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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
multi3_test.c 21 int test__multi3(ti_int a, ti_int b, ti_int expected) function in typeref:typename:int
49 if (test__multi3(0, 0, 0))
51 if (test__multi3(0, 1, 0))
53 if (test__multi3(1, 0, 0))
55 if (test__multi3(0, 10, 0))
57 if (test__multi3(10, 0, 0))
59 if (test__multi3(0, 81985529216486895LL, 0))
61 if (test__multi3(81985529216486895LL, 0, 0))
64 if (test__multi3(0, -1, 0))
66 if (test__multi3(-1, 0, 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
multi3_test.c 21 int test__multi3(ti_int a, ti_int b, ti_int expected) function in typeref:typename:int
49 if (test__multi3(0, 0, 0))
51 if (test__multi3(0, 1, 0))
53 if (test__multi3(1, 0, 0))
55 if (test__multi3(0, 10, 0))
57 if (test__multi3(10, 0, 0))
59 if (test__multi3(0, 81985529216486895LL, 0))
61 if (test__multi3(81985529216486895LL, 0, 0))
64 if (test__multi3(0, -1, 0))
66 if (test__multi3(-1, 0, 0)
    [all...]

Completed in 41 milliseconds