Home
last modified time | relevance | path

Searched refs:denorm_small (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/none/tests/ppc64/
Dround.c81 float denorm_small; variable
176 double half = (double)denorm_small/2; in test_dbl_to_float_convert()
181 float F_hi = F_lo + denorm_small; in test_dbl_to_float_convert()
231 denorm_small = F.flt; /* == 2^(-149) */ in init()
393 float whole = denorm_small; in check_single_arithmetic_op()
648 A.flt = denorm_small; in check_single_guarded_arithmetic_op()
1198 status |= test_dbl_to_float_convert("test denormalized convert", &denorm_small); in main()
/external/valgrind/main/none/tests/ppc32/
Dround.c81 float denorm_small; variable
176 double half = (double)denorm_small/2; in test_dbl_to_float_convert()
181 float F_hi = F_lo + denorm_small; in test_dbl_to_float_convert()
231 denorm_small = F.flt; /* == 2^(-149) */ in init()
393 float whole = denorm_small; in check_single_arithmetic_op()
648 A.flt = denorm_small; in check_single_guarded_arithmetic_op()
1198 status |= test_dbl_to_float_convert("test denormalized convert", &denorm_small); in main()