HomeSort by relevance Sort by last modified time
    Searched full:test__ctzdi2 (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/test/builtins/Unit/
ctzdi2_test.c 23 int test__ctzdi2(di_int a, si_int expected) function
35 // if (test__ctzdi2(0x00000000, N)) // undefined
37 if (test__ctzdi2(0x00000001, 0))
39 if (test__ctzdi2(0x00000002, 1))
41 if (test__ctzdi2(0x00000003, 0))
43 if (test__ctzdi2(0x00000004, 2))
45 if (test__ctzdi2(0x00000005, 0))
47 if (test__ctzdi2(0x0000000A, 1))
49 if (test__ctzdi2(0x10000000, 28))
51 if (test__ctzdi2(0x20000000, 29)
    [all...]

Completed in 56 milliseconds