Home
last modified time | relevance | path

Searched refs:check_cons (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/test/
H A Dintformat.awk21 function check_cons(fmt,base,rot,mexp, i,j,dig,res,s) { function
79 check_cons("%d",10,1,9)
80 check_cons("%x",2,4,31)
81 check_cons("%o",2,3,31)
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlist.d1150 local inline maygc object check_cons (object obj) { in check_cons() function
1158 var object arg1 = check_cons(STACK_1);
1167 var object arg1 = check_cons(STACK_1);
1176 var object arg1 = check_cons(STACK_1);
1185 var object arg1 = check_cons(STACK_1);
1802 var object pointer = check_cons(STACK_0);
1809 var object pointer = check_cons(STACK_1);
H A DChangeLog36602 * list.d (check_cons): Remove macro.
36603 (check_cons): New function.
36671 (fehler_cons): replaced with check_cons_replacement() and check_cons()
36673 use check_cons()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dshake.cpp600 static void check_cons(FILE* log, in check_cons() function
702 check_cons(log, blen, x_s, prime, v, pbc, idef.iparams, iatoms, invmass, econq); in bshakef()