Home
last modified time | relevance | path

Searched refs:scm_eqv_p (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/guile/guile-3.0.7/libguile/
H A Deq.c204 if (!scm_is_true (scm_eqv_p (x, y)))
210 return scm_eqv_p (x, y);
214 SCM scm_eqv_p (SCM x, SCM y) in scm_eqv_p() function
H A Deq.h37 SCM_API SCM scm_eqv_p (SCM x, SCM y);
H A Dalist.c86 && scm_is_true (scm_eqv_p (SCM_CAR (tmp), key)))
164 if (scm_is_true (scm_eqv_p (SCM_CAR (tmp), key)))
H A Dlist.c698 if (scm_is_true (scm_eqv_p (SCM_CAR (hare), x)))
706 if (scm_is_true (scm_eqv_p (SCM_CAR (hare), x)))
790 if (! scm_is_false (scm_eqv_p (SCM_CAR (walk), item)))
911 if (! scm_is_false (scm_eqv_p (SCM_CAR (walk), item)))
H A Dhashtab.c516 return scm_is_true (scm_eqv_p (k, SCM_PACK_POINTER (closure))); in assv_predicate()
H A Dforeign.c426 || scm_is_true (scm_eqv_p (length, scm_from_int (-1))))
/dports/lang/guile2/guile-2.2.7/libguile/
H A Deq.c185 if (!scm_is_true (scm_eqv_p (x, y)))
191 return scm_eqv_p (x, y);
195 SCM scm_eqv_p (SCM x, SCM y) in scm_eqv_p() function
H A Deq.h38 SCM_API SCM scm_eqv_p (SCM x, SCM y);
H A Dalist.c83 && scm_is_true (scm_eqv_p (SCM_CAR (tmp), key)))
161 if (scm_is_true (scm_eqv_p (SCM_CAR (tmp), key)))
H A Dlist.c693 if (scm_is_true (scm_eqv_p (SCM_CAR (hare), x)))
701 if (scm_is_true (scm_eqv_p (SCM_CAR (hare), x)))
785 if (! scm_is_false (scm_eqv_p (SCM_CAR (walk), item)))
906 if (! scm_is_false (scm_eqv_p (SCM_CAR (walk), item)))
H A Dhashtab.c510 return scm_is_true (scm_eqv_p (k, SCM_PACK_POINTER (closure))); in assv_predicate()
H A Dforeign.c402 || scm_is_true (scm_eqv_p (length, scm_from_int (-1))))
/dports/lang/guile1/guile-1.8.8/libguile/
H A Deq.h30 SCM_API SCM scm_eqv_p (SCM x, SCM y);
H A Dalist.c79 && scm_is_true (scm_eqv_p (SCM_CAR (tmp), key)))
147 if (scm_is_true (scm_eqv_p (SCM_CAR (tmp), key)))
H A Dgh_predicates.c94 return (scm_is_true (scm_eqv_p (x, y))); in gh_eqv_p()
H A Dlist.c639 if (! scm_is_false (scm_eqv_p (SCM_CAR (lst), x)))
713 if (! scm_is_false (scm_eqv_p (SCM_CAR (walk), item)))
834 if (! scm_is_false (scm_eqv_p (SCM_CAR (walk), item)))
H A Deq.c103 SCM_PRIMITIVE_GENERIC_1 (scm_eqv_p, "eqv?", scm_tc7_rpsubr,
H A Ddeprecated.c478 if (! scm_is_false (scm_eqv_p (SCM_CAR (lst), x)))
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dnested-property.cc65 if (scm_is_true (scm_eqv_p (scm_caar (p), key))) in assv_tail()
H A Dlily-guile.cc339 if (scm_is_true (scm_eqv_p (v, scm_car (l)))) in ly_memv()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dnested-property.cc65 if (scm_is_true (scm_eqv_p (scm_caar (p), key))) in assv_tail()
H A Dlily-guile.cc361 if (scm_is_true (scm_eqv_p (v, scm_car (l)))) in ly_memv()
/dports/lang/guile1/guile-1.8.8/test-suite/standalone/
H A Dtest-conversion.c808 if (scm_is_false (scm_eqv_p (res, scm_from_double (val)))) in test_9()
/dports/lang/guile2/guile-2.2.7/test-suite/standalone/
H A Dtest-conversion.c809 if (scm_is_false (scm_eqv_p (res, scm_from_double (val)))) in test_9()
/dports/lang/guile/guile-3.0.7/test-suite/standalone/
H A Dtest-conversion.c810 if (scm_is_false (scm_eqv_p (res, scm_from_double (val)))) in test_9()

12