Home
last modified time | relevance | path

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

/dports/math/cln/cln-1.3.6/src/base/
H A Dcl_macros.h172 #define round_down(a_from_round,b_from_round) \ argument
173 (floor(a_from_round,b_from_round)*(b_from_round))
177 #define round_up(a_from_round,b_from_round) \ argument
178 (ceiling(a_from_round,b_from_round)*(b_from_round))
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlispbibl.d1394 #define round_down(a_from_round,b_from_round) \ argument
1395 (floor(a_from_round,b_from_round)*(b_from_round))
1401 #define round_up(a_from_round,b_from_round) \ argument
1402 (ceiling(a_from_round,b_from_round)*(b_from_round))
1403 %% export_def(round_up(a_from_round,b_from_round));