Home
last modified time | relevance | path

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

/minix3/external/bsd/mdocml/dist/
H A Dout.h36 size_t decimal; /* decimal position in cell */ member
H A Dterm.h51 int decimal; /* decimal point position */ member
H A Dmandoc.h178 char decimal; /* decimal point */ member
/minix3/external/bsd/bind/dist/bin/named/
H A Dbuiltin.c98 const unsigned char decimal[] = "0123456789"; variable
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp63 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator