Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp4506 static inline uint8_t fxmath_decimal_helper_div10_any(uint64_t nums[], in fxmath_decimal_helper_div10_any() function
4712 bRoundUp = fxmath_decimal_helper_div10_any(a, al) >= 5; in fxmath_decimal_helper_shrinkintorange()
4920 bDataLoss = fxmath_decimal_helper_div10_any(nums, 3) || bDataLoss; in FloorOrCeil()
5069 fxmath_decimal_helper_div10_any(a, 7); in Divide()