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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
subvsi3_test.c 24 int test__subvsi3(si_int a, si_int b) function in typeref:typename:int
29 printf("error in test__subvsi3(0x%X, 0x%X) = %d, expected %d\n",
36 // test__subvsi3(0x80000000, 1); // should abort
37 // test__subvsi3(0, 0x80000000); // should abort
38 // test__subvsi3(1, 0x80000000); // should abort
39 // test__subvsi3(0x7FFFFFFF, -1); // should abort
40 // test__subvsi3(-2, 0x7FFFFFFF); // should abort
42 if (test__subvsi3(0x80000000, -1))
44 if (test__subvsi3(0x80000000, 0))
46 if (test__subvsi3(-1, 0x80000000)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
subvsi3_test.c 24 int test__subvsi3(si_int a, si_int b) function in typeref:typename:int
29 printf("error in test__subvsi3(0x%X, 0x%X) = %d, expected %d\n",
36 // test__subvsi3(0x80000000, 1); // should abort
37 // test__subvsi3(0, 0x80000000); // should abort
38 // test__subvsi3(1, 0x80000000); // should abort
39 // test__subvsi3(0x7FFFFFFF, -1); // should abort
40 // test__subvsi3(-2, 0x7FFFFFFF); // should abort
42 if (test__subvsi3(0x80000000, -1))
44 if (test__subvsi3(0x80000000, 0))
46 if (test__subvsi3(-1, 0x80000000)
    [all...]

Completed in 11 milliseconds