Home
last modified time | relevance | path

Searched refs:vector_holds_binary (Results 1 – 25 of 74) sorted by relevance

123

/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Dtags.h655 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h))
657 #define vector_holds_binary(h) (((h) & 0x80) == 0)
H A Dgc.c307 if (vector_holds_binary(h)) return; /* strings & bitvecs */ in validate()
601 if (vector_holds_binary(h)) in non_recursive_mark()
1280 if (vector_holds_binary(h)) /* strings & bitvecs */ in mark()
2188 if (vector_holds_binary(h)) continue; in copy()
H A Dfns3.c799 if (vector_holds_binary(ha)) in hash_equal()
965 if (vector_holds_binary(ha)) in hash_equalp()
1552 if (!is_vector(v) || vector_holds_binary(h = vechdr(v))) in Lputv()
1567 if (!is_vector(v) || vector_holds_binary(h = vechdr(v))) in Lgetv()
2639 if (vector_holds_binary(h)) return aerror1("putvec", v);
H A Dcslread.c1333 if (vector_holds_binary(hu)) in ordpv()
H A Du31.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
H A Dfns2.c2826 if (vector_holds_binary(ha))
H A Dbytes1.c2297 vector_holds_binary(k = vechdr(B_reg))) in bytestream_interpret()
H A Du55.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
H A Du56.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
H A Du34.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
H A Du57.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
H A Du60.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
H A Du35.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
H A Du49.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
H A Du53.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
H A Du48.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
H A Du52.c356 #define vector_holds_binary(h) (((h) & 0x80) == 0 || header_of_bitvector(h)) macro
358 #define vector_holds_binary(h) (((h) & 0x80) == 0) macro
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dtags.h622 inline bool vector_holds_binary(Header h) in vector_holds_binary() function
1320 inline bool vector_holds_binary(LispObject v) in vector_holds_binary() function
1321 { if (is_basic_vector(v)) return vector_holds_binary(vechdr(v)); in vector_holds_binary()
1322 else return vector_holds_binary(vechdr(basic_elt(v, 0))); in vector_holds_binary()
H A Dcslgc.cpp328 if (vector_holds_binary(h)) continue; in copy()
H A Dserialize.cpp2448 if (vector_holds_binary(h)) goto up; in scan_data()
2468 if (vector_holds_binary(h)) goto up; in scan_data()
2910 if (vector_holds_binary(h)) goto write_binary_vector; in write_data()
4008 if (vector_holds_binary(h)) goto up; in push_symbols()
4023 if (vector_holds_binary(h)) goto up; in push_symbols()
H A Dlisphash.cpp882 if (is_vector(key) && !vector_holds_binary(vechdr(key))) in is_cyclic()
1398 else if (vector_holds_binary(vechdr(x)) && in simple_print1()
H A Dfns3.cpp253 if (vector_holds_binary(h)) return aerror1("putv", v); in Lputv()
272 if (vector_holds_binary(h)) return aerror1("getv", v); in Lgetv()
879 if (vector_holds_binary(h)) return aerror1("putvec", v); in Lputvec()
H A Dfns2.cpp234 if (!vector_holds_binary(h)) in Lobject_header()
1845 if (vector_holds_binary(ha))
H A Dfns1.cpp1636 if (!vector_holds_binary(v1)) in get_vector()
H A Dcslread.cpp1060 if (vector_holds_binary(hu))

123