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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.c 160 int rdir, s2, s5, spec_case, try_quick; local
324 if ( (rdir = fpi->rounding - 1) !=0) {
325 if (rdir < 0)
326 rdir = 2;
328 rdir = 3 - rdir;
331 /* Now rdir = 0 ==> round near, 1 ==> round up, 2 ==> round down. */
333 if (ilim >= 0 && ilim <= Quick_max && try_quick && !rdir
473 if (rdir) {
474 if (rdir == 1
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoa.c 169 int rdir, s2, s5, spec_case, try_quick; local
333 if ( (rdir = fpi->rounding - 1) !=0) {
334 if (rdir < 0)
335 rdir = 2;
337 rdir = 3 - rdir;
340 /* Now rdir = 0 ==> round near, 1 ==> round up, 2 ==> round down. */
342 if (ilim >= 0 && ilim <= Quick_max && try_quick && !rdir
484 if (rdir) {
485 if (rdir == 1)
    [all...]
  /external/libxml2/
regressions.py 217 rdir = ''
219 rdir += testDescription['resdir'] + '/'
221 rdir += testDescription['ressub'] + '/'
242 runOneTest(testDescription, os.path.basename(f), dir, rdir)
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1198 sp<AaptDir> rdir = resDir(resType); local
    [all...]

Completed in 4299 milliseconds