Home
last modified time | relevance | path

Searched defs:LFLOOR (Results 1 – 2 of 2) sorted by relevance

/dports/math/p5-Text-AsciiTeX/Text-AsciiTeX-0.05/src/asciitex/
H A Dparsedef.h67 LFLOOR, enumerator
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dworley.cc46 #define LFLOOR(x) ((x)<0 ? ((int32_t)x-1) : ((int32_t)x) ) macro