return to top
source
ofFnLEAux f returns the BitVec m whose ith bit is f i when i < m, little endian.
ofFnLEAux f
BitVec m
i
f i
i < m
ofFnLE f returns the BitVec n whose ith bit is f i with little endian ordering.
ofFnLE f
BitVec n
ofFnBE f returns the BitVec n whose ith bit is f i with big endian ordering.
ofFnBE f