HomeSort by relevance Sort by last modified time
    Searched refs:TEST_MSG (Results 126 - 142 of 142) sorted by null

1 2 3 4 56

  /external/arm-neon-tests/
ref_vext.c 34 #define TEST_MSG "VEXT/VEXTQ"
107 dump_results_hex (TEST_MSG);
ref_vld1_lane.c 34 #define TEST_MSG "VLD1_LANE/VLD1_LANEQ"
129 dump_results_hex (TEST_MSG);
ref_vmla_lane.c 36 #define TEST_MSG "VMLA_LANE"
124 dump_results_hex (TEST_MSG);
ref_vmla_n.c 36 #define TEST_MSG "VMLA_N"
111 dump_results_hex (TEST_MSG);
ref_vmlal.c 36 #define TEST_MSG "VMLAL"
118 dump_results_hex (TEST_MSG);
ref_vmvn.c 35 #define TEST_MSG "VMVN/VMVNQ"
119 dump_results_hex (TEST_MSG);
ref_vpaddl.c 35 #define TEST_MSG "VPADDL/VPADDLQ"
112 dump_results_hex (TEST_MSG);
ref_vsXi_n.c 36 #define TEST_MSG "VSLI_N"
111 dump_results_hex (TEST_MSG);
ref_v_binary_op.c 83 dump_results_hex (TEST_MSG);
ref_v_unary_op.c 86 dump_results_hex (TEST_MSG);
ref_vclz.c 35 #define TEST_MSG "VCLZ/VCLZQ"
111 dump_results_hex (TEST_MSG);
141 dump_results_hex2 (TEST_MSG, " (input=0)");
ref_vuzp.c 36 #define TEST_MSG "VUZP/VUZPQ"
167 dump_results_hex2 (TEST_MSG, " chunk 0");
170 dump_results_hex2 (TEST_MSG, " chunk 1");
ref_vmla.c 36 #define TEST_MSG "VMLA"
143 dump_results_hex (TEST_MSG);
ref_vmul.c 36 #define TEST_MSG "VMUL"
133 dump_results_hex (TEST_MSG);
ref_vpadal.c 35 #define TEST_MSG "VPADAL/VPADALQ"
139 dump_results_hex (TEST_MSG);
ref_vreinterpret.c 34 #define TEST_MSG "VREINTERPRET/VREINTERPRETQ"
46 DUMP(TEST_MSG, T1, W, N, PRIx##W);
53 DUMP_POLY(TEST_MSG, T1, W, N, PRIx##W);
60 DUMP_FP(TEST_MSG, T1, W, N, PRIx##W);
68 DUMP_FP16(TEST_MSG, T1, W, N, PRIx##W);
96 fprintf(ref_file, "\n%s output:\n", TEST_MSG);
97 fprintf(gcc_tests_file, "\n%s output:\n", TEST_MSG);
  /tools/repohooks/rh/
hooks.py 378 TEST_MSG = """Commit message is missing a "Test:" line. It must match:
420 error = TEST_MSG % (regex)

Completed in 139 milliseconds

1 2 3 4 56