HomeSort by relevance Sort by last modified time
    Searched refs:spec_sp_fargs (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part2.c 262 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];
    [all...]
test_isa_2_06_part3.c 199 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];
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 128 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];
    [all...]

Completed in 60 milliseconds