Home | History | Annotate | Download | only in cintltst

Lines Matching defs:a1

153     double a = 1234.56, a1 = 1235.0;
376 /* Note: a==1234.56, but on parse expect a1=1235.0 */
377 if (d1!=a1) {
378 log_err("Fail: Error in parsing currency, got %f, expected %f\n", d1, a1);
409 evaluated in precision of long double". So, we assign a1 before comparing to a double. Bug #7932.
411 a1 = 462.12345;
413 if(d1!=a1)