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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 1950 Int reqdigits=set->digits; /* requested DIGITS */ local
1979 if (lhs->digits>reqdigits) {
1984 if (rhs->digits>reqdigits) {
2123 aset.digits=reqdigits+(rhs->digits+rhs->exponent)+2;
3815 Int reqdigits=set->digits; /* local copy; requested DIGITS */ local
3826 if (lhs->digits>reqdigits) {
3831 if (rhs->digits>reqdigits) {
3940 && rhs->digits<=reqdigits
3941 && lhs->digits<=reqdigits) {
3995 if (rhs->digits+padding > lhs->digits+reqdigits+1)
4243 Int reqdigits=set->digits; \/* requested DIGITS *\/ local
5833 Int reqdigits=set->digits; \/* requested DIGITS *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 1950 Int reqdigits=set->digits; /* requested DIGITS */ local
1979 if (lhs->digits>reqdigits) {
1984 if (rhs->digits>reqdigits) {
2123 aset.digits=reqdigits+(rhs->digits+rhs->exponent)+2;
3815 Int reqdigits=set->digits; /* local copy; requested DIGITS */ local
3826 if (lhs->digits>reqdigits) {
3831 if (rhs->digits>reqdigits) {
3940 && rhs->digits<=reqdigits
3941 && lhs->digits<=reqdigits) {
3995 if (rhs->digits+padding > lhs->digits+reqdigits+1)
4243 Int reqdigits=set->digits; \/* requested DIGITS *\/ local
5833 Int reqdigits=set->digits; \/* requested DIGITS *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 1950 Int reqdigits=set->digits; /* requested DIGITS */ local
1979 if (lhs->digits>reqdigits) {
1984 if (rhs->digits>reqdigits) {
2123 aset.digits=reqdigits+(rhs->digits+rhs->exponent)+2;
3815 Int reqdigits=set->digits; /* local copy; requested DIGITS */ local
3826 if (lhs->digits>reqdigits) {
3831 if (rhs->digits>reqdigits) {
3940 && rhs->digits<=reqdigits
3941 && lhs->digits<=reqdigits) {
3995 if (rhs->digits+padding > lhs->digits+reqdigits+1)
4243 Int reqdigits=set->digits; \/* requested DIGITS *\/ local
5833 Int reqdigits=set->digits; \/* requested DIGITS *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 1950 Int reqdigits=set->digits; /* requested DIGITS */ local
1979 if (lhs->digits>reqdigits) {
1984 if (rhs->digits>reqdigits) {
2123 aset.digits=reqdigits+(rhs->digits+rhs->exponent)+2;
3815 Int reqdigits=set->digits; /* local copy; requested DIGITS */ local
3826 if (lhs->digits>reqdigits) {
3831 if (rhs->digits>reqdigits) {
3940 && rhs->digits<=reqdigits
3941 && lhs->digits<=reqdigits) {
3995 if (rhs->digits+padding > lhs->digits+reqdigits+1)
4243 Int reqdigits=set->digits; \/* requested DIGITS *\/ local
5833 Int reqdigits=set->digits; \/* requested DIGITS *\/ local
    [all...]

Completed in 39 milliseconds