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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 1123 uInt sourhil, sourhir; /* top words from source decFloats */ local
1151 sourhil=DFWORD(dfl, 0); /* LHS top word */
1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1153 bexpr=DECCOMBEXP[sourhil>>26]; /* get exponent high bits (in place) */
1163 diffsign=(sourhil^sourhir)&DECFLOAT_Sign;
1225 encode|=sourhil & (ECONMASK | DECFLOAT_Sign);
2909 uInt sourhil, sourhir; /* top words from source decFloats */ local
2921 sourhil=DFWORD(dfl, 0); /* LHS top word */
2922 explb=DECCOMBEXP[sourhil>>26]; /* get exponent high bits (in place) */
2956 num.sign=sourhil & DECFLOAT_Sign
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 1123 uInt sourhil, sourhir; /* top words from source decFloats */ local
1151 sourhil=DFWORD(dfl, 0); /* LHS top word */
1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1153 bexpr=DECCOMBEXP[sourhil>>26]; /* get exponent high bits (in place) */
1163 diffsign=(sourhil^sourhir)&DECFLOAT_Sign;
1225 encode|=sourhil & (ECONMASK | DECFLOAT_Sign);
2909 uInt sourhil, sourhir; /* top words from source decFloats */ local
2921 sourhil=DFWORD(dfl, 0); /* LHS top word */
2922 explb=DECCOMBEXP[sourhil>>26]; /* get exponent high bits (in place) */
2956 num.sign=sourhil & DECFLOAT_Sign
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 1123 uInt sourhil, sourhir; /* top words from source decFloats */ local
1151 sourhil=DFWORD(dfl, 0); /* LHS top word */
1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1153 bexpr=DECCOMBEXP[sourhil>>26]; /* get exponent high bits (in place) */
1163 diffsign=(sourhil^sourhir)&DECFLOAT_Sign;
1225 encode|=sourhil & (ECONMASK | DECFLOAT_Sign);
2909 uInt sourhil, sourhir; /* top words from source decFloats */ local
2921 sourhil=DFWORD(dfl, 0); /* LHS top word */
2922 explb=DECCOMBEXP[sourhil>>26]; /* get exponent high bits (in place) */
2956 num.sign=sourhil & DECFLOAT_Sign
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 1123 uInt sourhil, sourhir; /* top words from source decFloats */ local
1151 sourhil=DFWORD(dfl, 0); /* LHS top word */
1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1153 bexpr=DECCOMBEXP[sourhil>>26]; /* get exponent high bits (in place) */
1163 diffsign=(sourhil^sourhir)&DECFLOAT_Sign;
1225 encode|=sourhil & (ECONMASK | DECFLOAT_Sign);
2909 uInt sourhil, sourhir; /* top words from source decFloats */ local
2921 sourhil=DFWORD(dfl, 0); /* LHS top word */
2922 explb=DECCOMBEXP[sourhil>>26]; /* get exponent high bits (in place) */
2956 num.sign=sourhil & DECFLOAT_Sign
    [all...]

Completed in 31 milliseconds