Searched refs:print_single (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 126 void print_single(char *msg, float *flt) in print_single() function 166 print_single("\n\texpected", &E.flt); in check_dbl_to_flt_round() 167 print_single("\n\trounded ", &R.flt); in check_dbl_to_flt_round() 199 print_single("F_lo", &F_lo); in test_dbl_to_float_convert() 200 print_single("F_hi", &F_hi); in test_dbl_to_float_convert() 278 print_single("\n\texpected: %.1f ", &E.flt); in check_int_to_flt_round() 279 print_single("\n\trounded ", &R.flt); in check_int_to_flt_round()
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 126 void print_single(char *msg, float *flt) in print_single() function 166 print_single("\n\texpected", &E.flt); in check_dbl_to_flt_round() 167 print_single("\n\trounded ", &R.flt); in check_dbl_to_flt_round() 199 print_single("F_lo", &F_lo); in test_dbl_to_float_convert() 200 print_single("F_hi", &F_hi); in test_dbl_to_float_convert() 278 print_single("\n\texpected: %.1f ", &E.flt); in check_int_to_flt_round() 279 print_single("\n\trounded ", &R.flt); in check_int_to_flt_round()
|