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

  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 4678 static void test49(void) function in typeref:typename:void
4692 printf("Run test49\n");
4696 printf("no fpu available, test49 skipped\n");
4773 FAILED(dbuf_ptr[(1 * 2) + 0] != -1, "test49 case 1 failed\n");
4774 FAILED(dbuf_ptr[(1 * 2) + 1] != -1, "test49 case 2 failed\n");
4775 FAILED(dbuf[2] != -879.75, "test49 case 3 failed\n");
4776 FAILED(dbuf_ptr[(3 * 2) + 0] != -1, "test49 case 4 failed\n");
4777 FAILED(dbuf_ptr[(3 * 2) + 1] != -1, "test49 case 5 failed\n");
4778 FAILED(dbuf[4] != 345, "test49 case 6 failed\n");
4779 FAILED(dbuf_ptr[(5 * 2) + 0] != -1, "test49 case 7 failed\n")
    [all...]

Completed in 15 milliseconds