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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
modti3_test.c 23 int test__modti3(ti_int a, ti_int b, ti_int expected) function in typeref:typename:int
51 if (test__modti3(0, 1, 0))
53 if (test__modti3(0, -1, 0))
56 if (test__modti3(5, 3, 2))
58 if (test__modti3(5, -3, 2))
60 if (test__modti3(-5, 3, -2))
62 if (test__modti3(-5, -3, -2))
65 if (test__modti3(0x8000000000000000LL, 1, 0x0LL))
67 if (test__modti3(0x8000000000000000LL, -1, 0x0LL))
69 if (test__modti3(0x8000000000000000LL, 2, 0x0LL)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
modti3_test.c 23 int test__modti3(ti_int a, ti_int b, ti_int expected) function in typeref:typename:int
51 if (test__modti3(0, 1, 0))
53 if (test__modti3(0, -1, 0))
56 if (test__modti3(5, 3, 2))
58 if (test__modti3(5, -3, 2))
60 if (test__modti3(-5, 3, -2))
62 if (test__modti3(-5, -3, -2))
65 if (test__modti3(0x8000000000000000LL, 1, 0x0LL))
67 if (test__modti3(0x8000000000000000LL, -1, 0x0LL))
69 if (test__modti3(0x8000000000000000LL, 2, 0x0LL)
    [all...]

Completed in 13 milliseconds