Home
last modified time | relevance | path

Searched defs:decimal (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/mandoc/
H A Dout.h38 size_t decimal; /* decimal position in cell */ member
H A Dtbl.h33 char decimal; /* Option "decimalpoint". */ member
H A Dterm.h49 int decimal; /* decimal point position */ member
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp72 enum radix { none, octal, hexadecimal, decimal }; enumerator
/freebsd/sys/kern/
H A Dkern_fail.c703 int decimal = ent->fe_prob % (PROB_MAX / 100); in fail_point_get() local
1016 int units, decimal; in parse_term() local
/freebsd/sbin/fdisk/
H A Dfdisk.c915 decimal(const char *str, int *num, int deflt, uint32_t maxval) in decimal() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp67 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator
/freebsd/usr.bin/kdump/
H A Dkdump.c126 bool decimal, fancy = true, resolv; variable
/freebsd/stand/ficl/
H A Dwords.c2358 static void decimal(FICL_VM *pVM) in decimal() function