Lines Matching refs:lost
421 static void emdnorm (short unsigned int *s, int lost, int subflg,
1232 emdnorm (short unsigned int *s, int lost, int subflg, long int exp, in emdnorm() argument
1267 lost = 1; in emdnorm()
1344 lost |= s[NI - 1] & 1; in emdnorm()
1367 if (lost == 0) in emdnorm()
1475 int i, lost, j, k; in eadd1() local
1509 lost = 0; in eadd1()
1515 lost = eshift (ai, k); /* shift the smaller number down */ in eadd1()
1566 emdnorm (bi, lost, subflg, ltb, 64, ldp); in eadd1()
2508 unsigned short lost; in eshift() local
2514 lost = 0; in eshift()
2522 lost |= *p; /* remember lost bits */ in eshift()
2529 lost |= *p & 0xff; in eshift()
2536 lost |= *p & 1; in eshift()
2561 if (lost) in eshift()
2562 lost = 1; in eshift()
2563 return ((int) lost); in eshift()
3359 int esign, decflg, sgnflg, nexp, exp, prec, lost;
3396 lost = 0;
3452 lost |= k;
3570 emdnorm (yy, lost, 0, lexp, 64, ldp);