Home | History | Annotate | Download | only in test_src

Lines Matching defs:test14

1069 static void test14(void)
1077 printf("Run test14\n");
1081 printf("no fpu available, test14 skipped\n");
1151 FAILED(buf[3] != 10.75, "test14 case 1 failed\n");
1152 FAILED(buf[4] != 5.25, "test14 case 2 failed\n");
1153 FAILED(buf[5] != 7.0, "test14 case 3 failed\n");
1154 FAILED(buf[6] != 0.0, "test14 case 4 failed\n");
1155 FAILED(buf[7] != 5.5, "test14 case 5 failed\n");
1156 FAILED(buf[8] != 3.75, "test14 case 6 failed\n");
1157 FAILED(buf[9] != 24.5, "test14 case 7 failed\n");
1158 FAILED(buf[10] != 38.5, "test14 case 8 failed\n");
1159 FAILED(buf[11] != 9.625, "test14 case 9 failed\n");
1160 FAILED(buf[12] != 2.0, "test14 case 10 failed\n");
1161 FAILED(buf[13] != 2.0, "test14 case 11 failed\n");
1162 FAILED(buf[14] != 0.5, "test14 case 12 failed\n");
5356 test14();