Home
last modified time | relevance | path

Searched refs:NDIVIDE_TRUNC (Results 1 – 2 of 2) sorted by relevance

/dports/x11/xedit/xedit-1.2.2/lisp/
H A Dmath.c1318 divide_number_object(&num, divisor, NDIVIDE_TRUNC, 0); in Lisp_Rem()
1467 return (LispDivide(builtin, NDIVIDE_TRUNC, 0)); in Lisp_Truncate()
1476 return (LispDivide(builtin, NDIVIDE_TRUNC, 1)); in Lisp_Ftruncate()
H A Dmathimp.c56 #define NDIVIDE_TRUNC 4 macro