Home
last modified time | relevance | path

Searched refs:SCM_LIKELY (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dnumbers.c519 if (SCM_LIKELY in scm_i_divide2double()
1216 if (SCM_LIKELY (yy > 0))
2736 if (SCM_LIKELY (yy > 0))
2749 if (SCM_LIKELY (yy > 0))
2859 if (SCM_LIKELY (y > 0)) in scm_i_inexact_centered_quotient()
2953 if (SCM_LIKELY (yy > 0))
2966 if (SCM_LIKELY (yy > 0))
3074 if (SCM_LIKELY (y > 0)) in scm_i_inexact_centered_remainder()
3186 if (SCM_LIKELY (yy > 0)) in scm_centered_divide()
3314 if (SCM_LIKELY (y > 0)) in scm_i_inexact_centered_divide()
[all …]
H A Dvalues.c73 if (SCM_LIKELY (SCM_VALUESP (obj))) in scm_c_nvalues()
82 if (SCM_LIKELY (SCM_VALUESP (obj))) in scm_c_value_ref()
86 while (SCM_LIKELY (scm_is_pair (values))) in scm_c_value_ref()
H A Dvm-engine.c487 if (SCM_LIKELY (SCM_PROGRAM_P (FP_REF (0)))) in VM_NAME()
566 if (SCM_LIKELY (SCM_PROGRAM_P (FP_REF (0)))) in VM_NAME()
627 if (SCM_LIKELY (SCM_PROGRAM_P (FP_REF (0)))) in VM_NAME()
2421 if (SCM_LIKELY (SCM_I_INUMP (x))) in VM_NAME()
2425 if (SCM_LIKELY (SCM_POSFIXABLE (sum))) in VM_NAME()
2454 if (SCM_LIKELY (SCM_I_INUMP (x))) in VM_NAME()
2783 if (SCM_LIKELY (SCM_STRUCTP (obj) in VM_NAME()
2810 if (SCM_LIKELY (SCM_STRUCTP (obj) in VM_NAME()
2861 if (SCM_LIKELY (SCM_STRUCTP (obj) in VM_NAME()
2887 if (SCM_LIKELY (SCM_STRUCTP (obj) in VM_NAME()
[all …]
H A Drdelim.c166 if (SCM_LIKELY (scm_is_false (strings)))
H A Dr6rs-ports.c224 if (SCM_LIKELY (scm_is_true (stream->get_position))) in custom_binary_port_seek()
244 if (SCM_LIKELY (scm_is_true (stream->set_position_x))) in custom_binary_port_seek()
430 if (SCM_LIKELY (c_count > 0))
472 if (SCM_LIKELY (c_count > 0))
H A Dlist.c399 if (SCM_LIKELY (SCM_NULL_OR_NIL_P (lst)))
671 if (SCM_LIKELY (scm_is_null (hare)))
711 if (SCM_LIKELY (scm_is_null (hare)))
H A D__scm.h108 #define SCM_LIKELY(_expr) SCM_EXPECT ((_expr), 1) macro
H A Dbytevectors.c770 if (SCM_LIKELY (SCM_I_INUMP (item)))
775 if (SCM_LIKELY ((c_item >= 0) && (c_item < 256)))
804 if (SCM_LIKELY (bit_count < sizeof (unsigned long))) in twos_complement()
868 if (SCM_LIKELY (signed_p)) in bytevector_large_set()
1003 if (SCM_LIKELY (INT_VALID_P (8, _sign) (c_value))) \
1014 if (SCM_LIKELY (INT_VALID_P (16, _sign) (c_value))) \
H A Dstruct.c554 if (SCM_LIKELY (SCM_VTABLE_FLAG_IS_SET (vtable, SCM_VTABLE_FLAG_SIMPLE)))
745 if (SCM_LIKELY (SCM_VTABLE_FLAG_IS_SET (vtable, SCM_VTABLE_FLAG_SIMPLE)
825 if (SCM_LIKELY (SCM_VTABLE_FLAG_IS_SET (vtable, SCM_VTABLE_FLAG_SIMPLE)
H A Dports-internal.h194 if (SCM_LIKELY (SCM_BYTEVECTOR_P (bv))) in scm_port_buffer_size()
H A Dports.c1471 if (SCM_LIKELY (SCM_I_INUMP (buf_cur)) in get_byte_or_eof()
1472 && SCM_LIKELY (SCM_I_INUMP (buf_end)) in get_byte_or_eof()
1473 && SCM_LIKELY (cur < SCM_I_INUM (buf_end)) in get_byte_or_eof()
1474 && SCM_LIKELY (cur < SCM_BYTEVECTOR_LENGTH (buf_bv))) in get_byte_or_eof()
1508 if (SCM_LIKELY (SCM_I_INUMP (buf_cur)) in peek_byte_or_eof()
1509 && SCM_LIKELY (SCM_I_INUMP (buf_end)) in peek_byte_or_eof()
1510 && SCM_LIKELY (cur < SCM_I_INUM (buf_end)) in peek_byte_or_eof()
1511 && SCM_LIKELY (cur < SCM_BYTEVECTOR_LENGTH (buf_bv))) in peek_byte_or_eof()
H A Dstrings.c372 else if (!force_copy_p && SCM_LIKELY (!STRINGBUF_MUTABLE (buf))) in substring_with_immutable_stringbuf()
1224 if (SCM_LIKELY (len > 0))
1261 if (SCM_LIKELY (len > 0))
2092 if (SCM_LIKELY (ret == buf && num_bytes_actual == num_bytes_predicted)) in scm_to_utf8_stringn()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dnumbers.c541 if (SCM_LIKELY in scm_i_divide2double()
1238 if (SCM_LIKELY (yy > 0))
2758 if (SCM_LIKELY (yy > 0))
2771 if (SCM_LIKELY (yy > 0))
2881 if (SCM_LIKELY (y > 0)) in scm_i_inexact_centered_quotient()
2975 if (SCM_LIKELY (yy > 0))
2988 if (SCM_LIKELY (yy > 0))
3096 if (SCM_LIKELY (y > 0)) in scm_i_inexact_centered_remainder()
3208 if (SCM_LIKELY (yy > 0)) in scm_centered_divide()
3336 if (SCM_LIKELY (y > 0)) in scm_i_inexact_centered_divide()
[all …]
H A Dintrinsics.c72 if (SCM_LIKELY (SCM_I_INUMP (a))) in add_immediate()
76 if (SCM_LIKELY (SCM_POSFIXABLE (sum))) in add_immediate()
86 if (SCM_LIKELY (SCM_I_INUMP (a))) in sub_immediate()
90 if (SCM_LIKELY (SCM_NEGFIXABLE (diff))) in sub_immediate()
114 if (SCM_LIKELY (SCM_I_INUMP (x))) in scm_to_uint64_truncate()
196 if (SCM_LIKELY (scm_is_eq (SCM_PACK (entry->key), fluid) in fluid_ref()
210 if (SCM_LIKELY (scm_is_eq (SCM_PACK (entry->key), fluid))) in fluid_set_x()
233 if (SCM_LIKELY (SCM_I_INUMP (a)) in lsh()
249 if (SCM_LIKELY (SCM_I_INUMP (a))) in rsh()
287 if (SCM_LIKELY (SCM_I_INUMP (a) && SCM_I_INUMP (b))) in less_p()
[all …]
H A Dvalues.c53 if (SCM_LIKELY (scm_is_values (obj))) in scm_c_nvalues()
H A Drdelim.c167 if (SCM_LIKELY (scm_is_false (strings)))
H A Dr6rs-ports.c230 if (SCM_LIKELY (scm_is_true (stream->get_position))) in custom_binary_port_seek()
250 if (SCM_LIKELY (scm_is_true (stream->set_position_x))) in custom_binary_port_seek()
436 if (SCM_LIKELY (c_count > 0))
478 if (SCM_LIKELY (c_count > 0))
H A Dlist.c404 if (SCM_LIKELY (SCM_NULL_OR_NIL_P (lst)))
676 if (SCM_LIKELY (scm_is_null (hare)))
716 if (SCM_LIKELY (scm_is_null (hare)))
H A Dbytevectors.c785 if (SCM_LIKELY (SCM_I_INUMP (item)))
790 if (SCM_LIKELY ((c_item >= 0) && (c_item < 256)))
819 if (SCM_LIKELY (bit_count < sizeof (unsigned long))) in twos_complement()
883 if (SCM_LIKELY (signed_p)) in bytevector_large_set()
1018 if (SCM_LIKELY (INT_VALID_P (8, _sign) (c_value))) \
1029 if (SCM_LIKELY (INT_VALID_P (16, _sign) (c_value))) \
H A Dports-internal.h198 if (SCM_LIKELY (SCM_BYTEVECTOR_P (bv))) in scm_port_buffer_size()
H A Dports.c1478 if (SCM_LIKELY (SCM_I_INUMP (buf_cur)) in get_byte_or_eof()
1479 && SCM_LIKELY (SCM_I_INUMP (buf_end)) in get_byte_or_eof()
1480 && SCM_LIKELY (cur < SCM_I_INUM (buf_end)) in get_byte_or_eof()
1481 && SCM_LIKELY (cur < SCM_BYTEVECTOR_LENGTH (buf_bv))) in get_byte_or_eof()
1515 if (SCM_LIKELY (SCM_I_INUMP (buf_cur)) in peek_byte_or_eof()
1516 && SCM_LIKELY (SCM_I_INUMP (buf_end)) in peek_byte_or_eof()
1517 && SCM_LIKELY (cur < SCM_I_INUM (buf_end)) in peek_byte_or_eof()
1518 && SCM_LIKELY (cur < SCM_BYTEVECTOR_LENGTH (buf_bv))) in peek_byte_or_eof()
H A Dscm.h788 #define SCM_LIKELY(_expr) SCM_EXPECT ((_expr), 1) macro
H A Dstrings.c377 else if (!force_copy_p && SCM_LIKELY (!STRINGBUF_MUTABLE (buf))) in substring_with_immutable_stringbuf()
1229 if (SCM_LIKELY (len > 0))
1266 if (SCM_LIKELY (len > 0))
2097 if (SCM_LIKELY (ret == buf && num_bytes_actual == num_bytes_predicted)) in scm_to_utf8_stringn()
/dports/lang/guile1/guile-1.8.8/libguile/
H A D__scm.h97 #define SCM_LIKELY(_expr) SCM_EXPECT ((_expr), 1) macro
H A Dstrings.c679 if (SCM_LIKELY (len > 0))
709 if (SCM_LIKELY (len > 0))

12