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

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

Completed in 44 milliseconds