HomeSort by relevance Sort by last modified time
    Searched refs:BASE_DECIMAL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
trio.c 368 BASE_DECIMAL = 10,
994 number = (int)trio_to_long(&format[index], &tmpformat, BASE_DECIMAL);
1148 case BASE_DECIMAL: return 3.321928094887362345;
    [all...]
  /external/libxml2/
trio.c 372 BASE_DECIMAL = 10,
998 number = (int)trio_to_long(&format[index], &tmpformat, BASE_DECIMAL);
1152 case BASE_DECIMAL: return 3.321928094887362345;
    [all...]

Completed in 307 milliseconds