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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 1945 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
1980 alloclhs=decRoundOperand(lhs, set, &status);
1981 if (alloclhs==NULL) break;
1982 lhs=alloclhs;
2259 free(alloclhs); /* .. */
3801 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
3827 alloclhs=decRoundOperand(lhs, set, status);
3828 if (alloclhs==NULL) break;
3829 lhs=alloclhs;
4136 free(alloclhs); /* .. *
4215 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
4888 decNumber *alloclhs=NULL; \/* -> allocated buffer, iff allocated *\/ local
5829 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
6002 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 1945 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
1980 alloclhs=decRoundOperand(lhs, set, &status);
1981 if (alloclhs==NULL) break;
1982 lhs=alloclhs;
2259 free(alloclhs); /* .. */
3801 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
3827 alloclhs=decRoundOperand(lhs, set, status);
3828 if (alloclhs==NULL) break;
3829 lhs=alloclhs;
4136 free(alloclhs); /* .. *
4215 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
4888 decNumber *alloclhs=NULL; \/* -> allocated buffer, iff allocated *\/ local
5829 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
6002 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 1945 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
1980 alloclhs=decRoundOperand(lhs, set, &status);
1981 if (alloclhs==NULL) break;
1982 lhs=alloclhs;
2259 free(alloclhs); /* .. */
3801 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
3827 alloclhs=decRoundOperand(lhs, set, status);
3828 if (alloclhs==NULL) break;
3829 lhs=alloclhs;
4136 free(alloclhs); /* .. *
4215 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
4888 decNumber *alloclhs=NULL; \/* -> allocated buffer, iff allocated *\/ local
5829 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
6002 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 1945 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
1980 alloclhs=decRoundOperand(lhs, set, &status);
1981 if (alloclhs==NULL) break;
1982 lhs=alloclhs;
2259 free(alloclhs); /* .. */
3801 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
3827 alloclhs=decRoundOperand(lhs, set, status);
3828 if (alloclhs==NULL) break;
3829 lhs=alloclhs;
4136 free(alloclhs); /* .. *
4215 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
4888 decNumber *alloclhs=NULL; \/* -> allocated buffer, iff allocated *\/ local
5829 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
6002 decNumber *alloclhs=NULL; \/* non-NULL if rounded lhs allocated *\/ local
    [all...]

Completed in 28 milliseconds