Home
last modified time | relevance | path

Searched refs:Exp_shift (Results 1 – 1 of 1) sorted by relevance

/external/libweave/third_party/chromium/base/third_party/dmg_fp/
Ddtoa.cc344 #define Exp_shift 20 macro
401 #define Exp_shift 24 macro
430 #define Exp_shift 23 macro
1187 L = -L >> Exp_shift;
1188 if (L < Exp_shift) {
1194 L -= Exp_shift;
1306 de = (int)(d0 >> Exp_shift);
1311 de = (int)(d0 >> Exp_shift);
2264 word0(rv) = (P+2) << Exp_shift;
2295 word0(rv) = (1 + bc->scale) << Exp_shift;
[all …]