Home | History | Annotate | Download | only in test_src

Lines Matching defs:test45

4261 static void test45(void)
4272 printf("Run test45\n");
4276 printf("no fpu available, test45 skipped\n");
4354 FAILED(buf[2] != -5.5, "test45 case 1 failed\n");
4355 FAILED(buf[3] != 7.25, "test45 case 2 failed\n");
4356 FAILED(buf[4] != 7.25, "test45 case 3 failed\n");
4357 FAILED(buf[5] != -5.5, "test45 case 4 failed\n");
4358 FAILED(buf[6] != -1.75, "test45 case 5 failed\n");
4359 FAILED(buf[7] != 16.0, "test45 case 6 failed\n");
4360 FAILED(buf[8] != 30.25, "test45 case 7 failed\n");
4361 FAILED(buf[9] != 3, "test45 case 8 failed\n");
4362 FAILED(buf[10] != -5.5, "test45 case 9 failed\n");
4363 FAILED(buf[11] != 7.25, "test45 case 10 failed\n");
4364 FAILED(buf2[0] != 1, "test45 case 11 failed\n");
4365 FAILED(buf2[1] != 2, "test45 case 12 failed\n");
4366 FAILED(buf2[2] != 2, "test45 case 13 failed\n");
4367 FAILED(buf2[3] != 1, "test45 case 14 failed\n");
4368 FAILED(buf2[4] != 7, "test45 case 15 failed\n");
4369 FAILED(buf2[5] != -1, "test45 case 16 failed\n");
5387 test45();