Searched refs:eInt (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | decNumber.c | 216 #define eInt Int /* extended integer */ macro 229 #define eInt Long /* extended integer */ macro 4246 eInt msu2pair; /* msu2 pair plus one [does not vary] */ 4466 msu2pair=(eInt)*msu2*(DECDPUNMAX+1);/* top two pair .. */ 4548 mult=(Int)(((eInt)*msu1*(DECDPUNMAX+1)+*(msu1-1))/msu2pair); 4553 mult=(Int)(((eInt)*msu1*(DECDPUNMAX+1)+*(msu1-1))/msu2plus); 6353 eInt carry=0; /* carry integer (could be Long) */ 6391 carry+=((eInt)*b)*m; /* [special-casing m=1/-1 */ 6410 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */ 6428 carry=carry+(eInt)(DECDPUNMA [all...] |
/external/icu/icu4c/source/i18n/ |
H A D | decNumber.c | 231 #define eInt Int /* extended integer */ macro 244 #define eInt Long /* extended integer */ macro 4271 eInt msu2pair; /* msu2 pair plus one [does not vary] */ 4491 msu2pair=(eInt)*msu2*(DECDPUNMAX+1);/* top two pair .. */ 4573 mult=(Int)(((eInt)*msu1*(DECDPUNMAX+1)+*(msu1-1))/msu2pair); 4578 mult=(Int)(((eInt)*msu1*(DECDPUNMAX+1)+*(msu1-1))/msu2plus); 6386 eInt carry=0; /* carry integer (could be Long) */ 6424 carry+=((eInt)*b)*m; /* [special-casing m=1/-1 */ 6443 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */ 6461 carry=carry+(eInt)(DECDPUNMA [all...] |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 145595 rtreeCallbackConstraint( RtreeConstraint *pConstraint, int eInt, u8 *pCellData, RtreeSearchPoint *pSearch, sqlite3_rtree_dbl *prScore, int *peWithin ) argument 145643 rtreeNonleafConstraint( RtreeConstraint *p, int eInt, u8 *pCellData, int *peWithin ) argument 145687 rtreeLeafConstraint( RtreeConstraint *p, int eInt, u8 *pCellData, int *peWithin ) argument 145971 int eInt; local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 145627 rtreeCallbackConstraint( RtreeConstraint *pConstraint, int eInt, u8 *pCellData, RtreeSearchPoint *pSearch, sqlite3_rtree_dbl *prScore, int *peWithin ) argument 145675 rtreeNonleafConstraint( RtreeConstraint *p, int eInt, u8 *pCellData, int *peWithin ) argument 145719 rtreeLeafConstraint( RtreeConstraint *p, int eInt, u8 *pCellData, int *peWithin ) argument 146003 int eInt; local [all...] |
Completed in 521 milliseconds