/src/lib/libc/gdtoa/ |
gdtoa.h | 100 int rounding; member in struct:FPI 104 enum { /* FPI.rounding values: same as FLT_ROUNDS */
|
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)
|
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)
|