Home | History | Annotate | Download | only in libtests

Lines Matching defs:fp

72 /* Validate ASCII to fp routines. */
194 * and -O0? Try -O2 - the errors can accumulate if the FP
268 /* Observe that valid FP numbers have the forms listed in the PNG extensions
640 long long int fp, fpround;
662 fp = a;
663 fp *= times;
664 if ((fp & 0xffffffff) != lo || ((fp >> 32) & 0xffffffff) != hi)
667 a, times, hi, lo, fp);
674 if ((fp < 0) != (div < 0))
675 fp -= div/2;
677 fp += div/2;
679 fp /= div;
680 fpround = fp;
687 ok = 0, ++overflow, fpround = fp/*misleading*/;
691 fp, ok ? "ok" : "overflow");
699 times, div, fp);
702 times, div, result, fp);
708 fp);
729 /* When FP is on this just becomes a speed test - compile without FP to get real