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

  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 839 uInt edig; /* unsigned work */ local
849 edig=(uInt)*c-(uInt)'0';
850 if (edig<=9) { /* [check not bad or terminator] */
851 exp+=edig; /* avoid initial X10 */
854 edig=(uInt)*c-(uInt)'0';
855 if (edig>9) break;
856 exp=exp*10+edig;
decCommon.c 839 uInt edig; /* unsigned work */ local
849 edig=(uInt)*c-(uInt)'0';
850 if (edig<=9) { /* [check not bad or terminator] */
851 exp+=edig; /* avoid initial X10 */
854 edig=(uInt)*c-(uInt)'0';
855 if (edig>9) break;
856 exp=exp*10+edig;
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 839 uInt edig; /* unsigned work */ local
849 edig=(uInt)*c-(uInt)'0';
850 if (edig<=9) { /* [check not bad or terminator] */
851 exp+=edig; /* avoid initial X10 */
854 edig=(uInt)*c-(uInt)'0';
855 if (edig>9) break;
856 exp=exp*10+edig;
decCommon.c 839 uInt edig; /* unsigned work */ local
849 edig=(uInt)*c-(uInt)'0';
850 if (edig<=9) { /* [check not bad or terminator] */
851 exp+=edig; /* avoid initial X10 */
854 edig=(uInt)*c-(uInt)'0';
855 if (edig>9) break;
856 exp=exp*10+edig;
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 839 uInt edig; /* unsigned work */ local
849 edig=(uInt)*c-(uInt)'0';
850 if (edig<=9) { /* [check not bad or terminator] */
851 exp+=edig; /* avoid initial X10 */
854 edig=(uInt)*c-(uInt)'0';
855 if (edig>9) break;
856 exp=exp*10+edig;
decCommon.c 839 uInt edig; /* unsigned work */ local
849 edig=(uInt)*c-(uInt)'0';
850 if (edig<=9) { /* [check not bad or terminator] */
851 exp+=edig; /* avoid initial X10 */
854 edig=(uInt)*c-(uInt)'0';
855 if (edig>9) break;
856 exp=exp*10+edig;
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 839 uInt edig; /* unsigned work */ local
849 edig=(uInt)*c-(uInt)'0';
850 if (edig<=9) { /* [check not bad or terminator] */
851 exp+=edig; /* avoid initial X10 */
854 edig=(uInt)*c-(uInt)'0';
855 if (edig>9) break;
856 exp=exp*10+edig;
decCommon.c 839 uInt edig; /* unsigned work */ local
849 edig=(uInt)*c-(uInt)'0';
850 if (edig<=9) { /* [check not bad or terminator] */
851 exp+=edig; /* avoid initial X10 */
854 edig=(uInt)*c-(uInt)'0';
855 if (edig>9) break;
856 exp=exp*10+edig;

Completed in 61 milliseconds