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

  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
bitint.h 167 bitint_negate (UBILtype *d, const UBILtype *s, SItype n) function
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.c 1675 bitint_negate (UBILtype *d, const UBILtype *s, SItype n)
1815 bitint_negate (buf + BITINT_END (uidx + 1, 0), u + uidx, un);
1821 bitint_negate (buf + un + 1 + vidx, v + vidx, vn);
2035 SItype c = bitint_negate (q + BITINT_END (qn - 1, 0),
2057 SItype c = bitint_negate (r + BITINT_END (rn - 1, 0),
1646 bitint_negate (UBILtype *d, const UBILtype *s, SItype n) function

Completed in 22 milliseconds