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

  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 468 double div_result; local
476 div_result = 1.0/recip_divisor;
480 real_diff = fabs(res_dp - div_result);
481 result = ( ( res_dp == div_result )
487 unsigned long long * div_result_dp = (unsigned long long *) &div_result;
492 unsigned long long * dv = &div_result;
495 printf("\n\t {actual div_result: %016llx; real_diff: %016llx; calc_diff: %016llx}\n",
502 float div_result; local
506 div_result = 1.0/recip_divisor;
510 real_diff = fabsf(res_sp - div_result);
    [all...]
test_isa_2_06_part2.c 1452 float div_result = 1\/spec_sp_fargs[i + j]; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c 468 double div_result; local
476 div_result = 1.0/recip_divisor;
480 real_diff = fabs(res_dp - div_result);
481 result = ( ( res_dp == div_result )
487 unsigned long long * div_result_dp = (unsigned long long *) &div_result;
492 unsigned long long * dv = &div_result;
495 printf("\n\t {actual div_result: %016llx; real_diff: %016llx; calc_diff: %016llx}\n",
502 float div_result; local
506 div_result = 1.0/recip_divisor;
510 real_diff = fabsf(res_sp - div_result);
    [all...]
test_isa_2_06_part2.c 1452 float div_result = 1\/spec_sp_fargs[i + j]; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm.cc 1172 double div_result; member in struct:__anon17090
1197 __ vstr(d2, r0, OFFSET_OF(T, div_result));
1217 t.div_result = 0;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 551 add_result, pow_result, div_result = multicall()
554 self.assertEqual(div_result, 127//42)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 551 add_result, pow_result, div_result = multicall()
554 self.assertEqual(div_result, 127//42)
    [all...]

Completed in 577 milliseconds