Searched refs:test_round (Results 1 – 8 of 8) sorted by relevance
203 define void @test_round() {204 ; CHECK-LABEL: test_round:
825 ; CHECK-LABEL: test_round:830 define half @test_round(half %a) #0 {
50 define float @test_round(float %C) {
1387 void insn_test_failed(int test_nr, int test_round, void *buf, in insn_test_failed() argument1391 eprintf("ERROR: test %d round %d failed\n", test_nr, test_round); in insn_test_failed()
775 ; CHECK-FP16-LABEL: test_round:779 ; CHECK-LIBCALL-LABEL: test_round:783 define void @test_round(half* %p) {
1363 void test_round() in test_round() function1525 test_round(); in main()
1387 void test_round() in test_round() function1549 test_round(); in main()
1238 def test_round(self): member in BuiltinTest