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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 1952 Flag rhsint=0; /* 1 if rhs is an integer */ local
2030 rhsint=1; /* record the fact for 1**n */
2046 if (!rhsint && decNumberIsNegative(lhs)) {
2151 /* need to return fully-padded 1.0000 etc., but rhsint->1 */
2153 if (!rhsint) { /* add padding */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 1952 Flag rhsint=0; /* 1 if rhs is an integer */ local
2030 rhsint=1; /* record the fact for 1**n */
2046 if (!rhsint && decNumberIsNegative(lhs)) {
2151 /* need to return fully-padded 1.0000 etc., but rhsint->1 */
2153 if (!rhsint) { /* add padding */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 1952 Flag rhsint=0; /* 1 if rhs is an integer */ local
2030 rhsint=1; /* record the fact for 1**n */
2046 if (!rhsint && decNumberIsNegative(lhs)) {
2151 /* need to return fully-padded 1.0000 etc., but rhsint->1 */
2153 if (!rhsint) { /* add padding */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 1952 Flag rhsint=0; /* 1 if rhs is an integer */ local
2030 rhsint=1; /* record the fact for 1**n */
2046 if (!rhsint && decNumberIsNegative(lhs)) {
2151 /* need to return fully-padded 1.0000 etc., but rhsint->1 */
2153 if (!rhsint) { /* add padding */

Completed in 60 milliseconds