HomeSort by relevance Sort by last modified time
    Searched refs:test__mulvdi3 (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/Unit/
mulvdi3_test.c 23 int test__mulvdi3(di_int a, di_int b, di_int expected) function
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...]
  /frameworks/compile/libbcc/runtime/test/Unit/
mulvdi3_test.c 23 int test__mulvdi3(di_int a, di_int b, di_int expected) function
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 29 milliseconds