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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
mulvdi3_test.c 23 int test__mulvdi3(di_int a, di_int b, di_int expected) function in typeref:typename:int
34 if (test__mulvdi3(0, 0, 0))
36 if (test__mulvdi3(0, 1, 0))
38 if (test__mulvdi3(1, 0, 0))
40 if (test__mulvdi3(0, 10, 0))
42 if (test__mulvdi3(10, 0, 0))
44 if (test__mulvdi3(0, 81985529216486895LL, 0))
46 if (test__mulvdi3(81985529216486895LL, 0, 0))
49 if (test__mulvdi3(0, -1, 0))
51 if (test__mulvdi3(-1, 0, 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
mulvdi3_test.c 23 int test__mulvdi3(di_int a, di_int b, di_int expected) function in typeref:typename:int
34 if (test__mulvdi3(0, 0, 0))
36 if (test__mulvdi3(0, 1, 0))
38 if (test__mulvdi3(1, 0, 0))
40 if (test__mulvdi3(0, 10, 0))
42 if (test__mulvdi3(10, 0, 0))
44 if (test__mulvdi3(0, 81985529216486895LL, 0))
46 if (test__mulvdi3(81985529216486895LL, 0, 0))
49 if (test__mulvdi3(0, -1, 0))
51 if (test__mulvdi3(-1, 0, 0)
    [all...]

Completed in 15 milliseconds