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

  /external/valgrind/main/none/tests/ppc32/
round.c 81 float denorm_small; variable
173 double half = (double)denorm_small/2;
178 float F_hi = F_lo + denorm_small;
188 ** denorm_small distance apart. D_lo and D_hi are two numbers
228 denorm_small = F.flt; /* == 2^(-149) */
390 float whole = denorm_small;
645 A.flt = denorm_small;
1195 status |= test_dbl_to_float_convert("test denormalized convert", &denorm_small);
  /external/valgrind/main/none/tests/ppc64/
round.c 81 float denorm_small; variable
173 double half = (double)denorm_small/2;
178 float F_hi = F_lo + denorm_small;
188 ** denorm_small distance apart. D_lo and D_hi are two numbers
228 denorm_small = F.flt; /* == 2^(-149) */
390 float whole = denorm_small;
645 A.flt = denorm_small;
1195 status |= test_dbl_to_float_convert("test denormalized convert", &denorm_small);

Completed in 87 milliseconds