Lines Matching refs:print_double
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()
516 print_double("expected", expected); in check_single_arithmetic_op()
517 print_double("got", R.dbl); in check_single_arithmetic_op()
518 print_double("double result", fD); in check_single_arithmetic_op()
809 print_double("hi", hi); in check_single_guarded_arithmetic_op()
810 print_double("lo", lo); in check_single_guarded_arithmetic_op()
811 print_double("expected", expected); in check_single_guarded_arithmetic_op()
812 print_double("got", Res.dbl); in check_single_guarded_arithmetic_op()
1150 print_double("hi", hi); in check_double_guarded_arithmetic_op()
1151 print_double("lo", lo); in check_double_guarded_arithmetic_op()
1152 print_double("expected", expected); in check_double_guarded_arithmetic_op()
1153 print_double("got", Res.dbl); in check_double_guarded_arithmetic_op()