Searched refs:GET_VEC_ELT (Results 1 – 4 of 4) sorted by relevance
/dports/lang/eisl/eisl-2.35/ |
H A D | gbc.c | 90 x = GET_VEC_ELT(addr, i); in markcell() 103 x = GET_VEC_ELT(addr, i); in markcell()
|
H A D | data.c | 152 if (!eqlp(GET_VEC_ELT(addr1, i), GET_VEC_ELT(addr2, i))) in eqlp() 166 if (!eqlp(GET_VEC_ELT(addr1, i), GET_VEC_ELT(addr2, i))) in eqlp() 185 if (!equalp(GET_VEC_ELT(addr1, i), GET_VEC_ELT(addr2, i))) in equalp() 1231 return (GET_VEC_ELT(v, n)); in vector_ref() 1551 SET_VEC_ELT(res, j, copy(GET_VEC_ELT(x, i))); in subvec()
|
H A D | main.c | 1368 print(GET_VEC_ELT(x, i)); in printvec() 1394 ls = cons(GET_VEC_ELT(x, i), ls); in printarray()
|
H A D | eisl.h | 411 GET_VEC_ELT(int addr, int i) in GET_VEC_ELT() function
|