Searched refs:print_double (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 116 void print_double(char *msg, double dbl) in print_double() function 197 print_double("D_lo", D_lo); in test_dbl_to_float_convert() 198 print_double("D_hi", D_hi); in test_dbl_to_float_convert() 233 print_double("float small", F.flt); in init() 242 print_double("double small", D.dbl); in init() 408 print_double("qtr", qtr); in check_single_arithmetic_op() 409 print_double("whole", whole); in check_single_arithmetic_op() 410 print_double("2*whole", 2*whole); in check_single_arithmetic_op() 514 print_double("hi", hi); in check_single_arithmetic_op() 515 print_double("lo", lo); in check_single_arithmetic_op() [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 116 void print_double(char *msg, double dbl) in print_double() function 197 print_double("D_lo", D_lo); in test_dbl_to_float_convert() 198 print_double("D_hi", D_hi); in test_dbl_to_float_convert() 233 print_double("float small", F.flt); in init() 242 print_double("double small", D.dbl); in init() 408 print_double("qtr", qtr); in check_single_arithmetic_op() 409 print_double("whole", whole); in check_single_arithmetic_op() 410 print_double("2*whole", 2*whole); in check_single_arithmetic_op() 514 print_double("hi", hi); in check_single_arithmetic_op() 515 print_double("lo", lo); in check_single_arithmetic_op() [all …]
|