HomeSort by: relevance | last modified time | path
    Searched defs:aiprec (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
floatbitintdd.c 37 USItype aiprec = iprec < 0 ? -iprec : iprec; local
38 USItype in = (aiprec + BIL_TYPE_SIZE - 1) / BIL_TYPE_SIZE;
45 if (aiprec % BIL_TYPE_SIZE)
48 msb &= ((UBILtype) 1 << (aiprec % BIL_TYPE_SIZE)) - 1;
50 msb |= (UBILtype) -1 << (aiprec % BIL_TYPE_SIZE);
55 aiprec = (in - 1) * BIL_TYPE_SIZE + n;
58 aiprec = 1;
62 aiprec = (in - 1) * BIL_TYPE_SIZE + n;
65 if (aiprec > 1279 + (iprec < 0))
78 if (aiprec >= 54
    [all...]
floatbitintsd.c 37 USItype aiprec = iprec < 0 ? -iprec : iprec; local
38 USItype in = (aiprec + BIL_TYPE_SIZE - 1) / BIL_TYPE_SIZE;
45 if (aiprec % BIL_TYPE_SIZE)
48 msb &= ((UBILtype) 1 << (aiprec % BIL_TYPE_SIZE)) - 1;
50 msb |= (UBILtype) -1 << (aiprec % BIL_TYPE_SIZE);
55 aiprec = (in - 1) * BIL_TYPE_SIZE + n;
58 aiprec = 1;
62 aiprec = (in - 1) * BIL_TYPE_SIZE + n;
65 if (aiprec > 323 + (iprec < 0))
78 if (aiprec >= 24
    [all...]
floatbitinttd.c 37 USItype aiprec = iprec < 0 ? -iprec : iprec; local
38 USItype in = (aiprec + BIL_TYPE_SIZE - 1) / BIL_TYPE_SIZE;
45 if (aiprec % BIL_TYPE_SIZE)
48 msb &= ((UBILtype) 1 << (aiprec % BIL_TYPE_SIZE)) - 1;
50 msb |= (UBILtype) -1 << (aiprec % BIL_TYPE_SIZE);
55 aiprec = (in - 1) * BIL_TYPE_SIZE + n;
58 aiprec = 1;
62 aiprec = (in - 1) * BIL_TYPE_SIZE + n;
66 if (aiprec > 20414 + (iprec < 0))
79 if (aiprec >= 113
    [all...]

Completed in 16 milliseconds