HomeSort by relevance Sort by last modified time
    Searched defs:inex (Results 1 - 5 of 5) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.c 158 int bbits, b2, b5, be0, dig, i, ieps, ilim, ilim0, ilim1, inex; local
173 inex = 0;
407 inex = STRTOG_Inexlo;
432 inex = STRTOG_Inexlo;
476 inex = STRTOG_Inexlo;
487 inex = STRTOG_Inexhi;
497 inex = STRTOG_Inexlo;
632 inex = STRTOG_Inexlo;
636 inex = STRTOG_Inexhi;
680 inex = STRTOG_Inexlo
    [all...]
strtodg.c 185 ULong carry, inex, lostbits; local
238 inex = lostbits = 0;
241 inex = STRTOG_Inexlo;
244 inex = STRTOG_Inexhi;
271 b->wds = inex = 0;
290 inex = STRTOG_Inexhi | STRTOG_Underflow;
293 inex = STRTOG_Inexlo | STRTOG_Underflow;
302 b->wds = inex = 0;
306 *irv |= inex;
347 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoa.c 167 int bbits, b2, b5, be0, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, inex; local
183 inex = 0;
416 inex = STRTOG_Inexlo;
443 inex = STRTOG_Inexlo;
487 inex = STRTOG_Inexlo;
493 inex = STRTOG_Inexhi;
503 inex = STRTOG_Inexlo;
639 inex = STRTOG_Inexlo;
643 inex = STRTOG_Inexhi;
687 inex = STRTOG_Inexlo;
    [all...]
strtodg.c 186 ULong carry, inex, lostbits; local
233 inex = lostbits = 0;
236 inex = STRTOG_Inexlo;
239 inex = STRTOG_Inexhi;
257 inex = b->wds = 0;
273 inex = STRTOG_Inexhi | STRTOG_Underflow;
276 inex = STRTOG_Inexlo | STRTOG_Underflow;
285 inex = b->wds = 0;
289 *irv |= inex;
313 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/ant/
CLDRBuild.java 65 for (InExclude inex : localesList) {
68 if (inex.matchesFileName(fileName)) {
69 if (inex.include) {
70 ret.put(fileName, inex.draft);
121 for (InExclude inex : localesList) {
122 if (inex.include) {
123 for (String str : inex.locales) {
377 private void addInEx(InExclude inex) {
378 inex.validate();
379 localesList.add(inex);
    [all...]

Completed in 196 milliseconds