HomeSort by: relevance | last modified time | path
    Searched defs:rounding (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoa.h 100 int rounding; member in struct:FPI
104 enum { /* FPI.rounding values: same as FLT_ROUNDS */
  /src/sbin/disklabel/
interact.c 77 static int rounding = 0; /* sector rounding */ variable in typeref:typename:int
94 { "R", cmd_round, "rounding (c)ylinders (s)ectors" },
449 i = getinput(line, "Rounding [%s]: ", rounding ? "cylinders" :
457 rounding = 1;
461 rounding = 0;
464 printf("Rounding can be (c)ylinders or (s)ectors\n");
792 if (rounding)

Completed in 12 milliseconds