Searched refs:spec_sp_fargs (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part2.c262 static float * spec_sp_fargs; variable
297 spec_sp_fargs = malloc( 17 * sizeof(float) );
472 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
482 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
528 spec_sp_fargs[j] = spec_fargs[j];
1083 inA = (void *)&spec_sp_fargs[a_idx];
1084 inB = (void *)&spec_sp_fargs[b_idx];
1132 frA_sp = (unsigned int *)&spec_sp_fargs[a_idx];
1133 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx];
1186 frA_sp = *((unsigned int *)&spec_sp_fargs[a_id
[all...]
H A Dtest_isa_2_06_part3.c199 static float * spec_sp_fargs; variable
237 spec_sp_fargs = malloc( 20 * sizeof(float) );
315 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
325 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
389 spec_sp_fargs[j] = spec_fargs[j];
467 src_sp = spec_sp_fargs[idx];
1011 inA = (void *)&spec_sp_fargs[a_idx];
1012 inB = (void *)&spec_sp_fargs[b_idx];
1060 frA_sp = (unsigned int *)&spec_sp_fargs[a_idx];
1061 frB_sp = (unsigned int *)&spec_sp_fargs[b_id
[all...]
H A Dtest_isa_2_07_part2.c128 static float * spec_sp_fargs; variable
172 spec_sp_fargs = malloc( 20 * sizeof(float) );
249 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
259 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
324 spec_sp_fargs[j] = spec_fargs[j];
1123 double input = spec_sp_fargs[i];
1134 inB = (void *)&spec_sp_fargs[i + j];
1154 printf("%s(%08x)", test_group.op, *((unsigned int *)&spec_sp_fargs[i + j]));
1232 double input = spec_sp_fargs[i];
1275 unsigned int * sp = (unsigned int *)&spec_sp_fargs[
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part2.c262 static float * spec_sp_fargs; variable
297 spec_sp_fargs = malloc( 17 * sizeof(float) );
472 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
482 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
528 spec_sp_fargs[j] = spec_fargs[j];
1083 inA = (void *)&spec_sp_fargs[a_idx];
1084 inB = (void *)&spec_sp_fargs[b_idx];
1132 frA_sp = (unsigned int *)&spec_sp_fargs[a_idx];
1133 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx];
1186 frA_sp = *((unsigned int *)&spec_sp_fargs[a_id
[all...]
H A Dtest_isa_2_06_part3.c199 static float * spec_sp_fargs; variable
237 spec_sp_fargs = malloc( 20 * sizeof(float) );
315 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
325 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
389 spec_sp_fargs[j] = spec_fargs[j];
467 src_sp = spec_sp_fargs[idx];
1011 inA = (void *)&spec_sp_fargs[a_idx];
1012 inB = (void *)&spec_sp_fargs[b_idx];
1060 frA_sp = (unsigned int *)&spec_sp_fargs[a_idx];
1061 frB_sp = (unsigned int *)&spec_sp_fargs[b_id
[all...]
H A Dtest_isa_2_07_part2.c128 static float * spec_sp_fargs; variable
172 spec_sp_fargs = malloc( 20 * sizeof(float) );
249 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
259 register_sp_farg(&spec_sp_fargs[i-1], s, _exp, mant_sp);
324 spec_sp_fargs[j] = spec_fargs[j];
1123 double input = spec_sp_fargs[i];
1134 inB = (void *)&spec_sp_fargs[i + j];
1154 printf("%s(%08x)", test_group.op, *((unsigned int *)&spec_sp_fargs[i + j]));
1232 double input = spec_sp_fargs[i];
1275 unsigned int * sp = (unsigned int *)&spec_sp_fargs[
[all...]

Completed in 101 milliseconds