Searched refs:word0 (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp103 #define word0(x) (x)->L[0] macro
106 #define word0(x) (x)->L[1] macro
621 L = (word0(x) & Exp_mask) - (P - 1) * Exp_msk1;
622 word0(&u) = L;
637 #define d0 word0(&d)
673 #define d0 word0(d)
723 word0(&da) += k * Exp_msk1;
726 word0(&db) += k * Exp_msk1;
925 word0(&rv) = Exp_mask;
934 word0(
[all...]
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc307 #define word0(x) (x)->L[1] macro
310 #define word0(x) (x)->L[0] macro
1163 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
1172 word0(&u) = L;
1180 word0(&u) = 0x80000 >> L;
1184 word0(&u) = 0;
1208 #define d0 word0(&d)
1255 word0(&d) = d0 >> 16 | d0 << 16;
1280 d0 = word0(d) >> 16 | word0(
[all...]
/external/icu4c/common/
H A Ducnv_ext.c36 uint32_t word0, word; local
51 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
52 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0);
62 word=word0|UCNV_EXT_TO_U_VALUE_MASK;
76 if(word0<=toUSection[start]) {
79 if(++start<limit && word0<=toUSection[start]) {
82 if(++start<limit && word0<=toUSection[start]) {

Completed in 389 milliseconds