Home | History | Annotate | Download | only in include

Lines Matching defs:ld

145     long double *ld;
416 hlp.ld = &x;
568 __mingw_fp_types_t ld;
571 ld.ld = &_x;
572 signexp = (ld.ldt->lh.sign_exponent & 0x7fff) << 1;
573 xx = (int) (ld.ldt->lh.low | (ld.ldt->lh.high & 0x7fffffffu)); /* explicit */
638 __mingw_fp_types_t ld;
639 ld.ld = &x;
640 return ((ld.ldt->lh.sign_exponent & 0x8000) != 0);