Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Darray.d1768 local Values bit_up (bit_op_fun_t* op) in bit_up() function
2008 return_Values bit_up(&bitpack_and);
2013 return_Values bit_up(&bitpack_ior);
2018 return_Values bit_up(&bitpack_xor);
2023 return_Values bit_up(&bitpack_eqv);
2028 return_Values bit_up(&bitpack_nand);
2033 return_Values bit_up(&bitpack_nor);
2038 return_Values bit_up(&bitpack_andc1);
2048 return_Values bit_up(&bitpack_orc1);
2053 return_Values bit_up(&bitpack_orc2);
[all …]
H A DChangeLog44732 * array.d (bit_up): fix a GC-safety bug: allocation invalidates
44771 * array.d (bit_up): fix multi-dimensional array handling
45435 * array.d (bit_up): Cast conditional expression branch to object.
54409 (bit_up): Test for len==0 before calling bit_op.
54495 (bit_up): Simplify: Array_type_bvector now implies Atype_Bit. Do not
57590 (bit_up): Likewise.
61496 * array.d (bit_up, test_displaced): Modify type dispatch.