Home
last modified time | relevance | path

Searched refs:SG_BIGNUMP (Results 1 – 11 of 11) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dnumber.c206 if (SG_BIGNUMP(lhs)) { in oprtr_expt()
902 if (SG_BIGNUMP(obj)) { in Sg_GetIntegerS64Clamp()
943 if (SG_BIGNUMP(obj)) { in Sg_GetIntegerU64Clamp()
2445 if (SG_BIGNUMP(x)) { in Sg_Quotient()
2559 if (SG_BIGNUMP(x)) { in Sg_Modulo()
3354 ASSERT(SG_BIGNUMP(x) && SG_BIGNUMP(y)); in Sg_Gcd()
3440 if (!SG_BIGNUMP(or) && !SG_BIGNUMP(oi)) { in Sg_Log()
3663 if (SG_BIGNUMP(x) && SG_BIGNUMP(m)) { in Sg_ModInverse()
3736 if (SG_BIGNUMP(x) && SG_BIGNUMP(m)) { in Sg_ModExpt()
3770 if (!(SG_BIGNUMP(x) && SG_BIGNUMP(e) && SG_BIGNUMP(m))) { in Sg_ModExpt()
[all …]
H A Dlib_core.stub1034 ((SG_BIGNUMP v)
1064 ((SG_BIGNUMP v)
1093 ((SG_BIGNUMP v)
1122 ((SG_BIGNUMP v)
1155 ((SG_BIGNUMP v)
1186 ((SG_BIGNUMP v)
1217 ((SG_BIGNUMP v)
1248 ((SG_BIGNUMP v)
2708 ((SG_BIGNUMP bound)
2722 ((SG_BIGNUMP bound)
H A Dhashtable.c105 } else if (SG_BIGNUMP(obj)) { in Sg_EqvHash()
H A Dbytevector.c1032 if (SG_BIGNUMP(num)) { in integer2bytevector()
H A Dlib_core.c7151 SG_BIGNUMP(v)){ in core_bytevector_u32_native_setX()
7259 SG_BIGNUMP(v)){ in core_bytevector_u32_setX()
7354 SG_BIGNUMP(v)){ in core_bytevector_s32_native_setX()
7461 SG_BIGNUMP(v)){ in core_bytevector_s32_setX()
7558 SG_BIGNUMP(v)){ in core_bytevector_u64_native_setX()
7667 SG_BIGNUMP(v)){ in core_bytevector_u64_setX()
7764 SG_BIGNUMP(v)){ in core_bytevector_s64_native_setX()
7873 SG_BIGNUMP(v)){ in core_bytevector_s64_setX()
13134 SG_BIGNUMP(bound)){ in core_string_hash()
13199 SG_BIGNUMP(bound)){ in core_string_ci_hash()
H A Dcache.c717 if (SG_BIGNUMP(o)) { in write_number_cache()
H A Dbignum.c1597 if (SG_BIGNUMP(r)) { in Sg_BignumModulo()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dnumber.h59 #define SG_BIGNUMP(obj) SG_XTYPEP(obj, SG_CLASS_INTEGER) macro
130 #define SG_EXACT_INTP(obj) ((SG_INTP(obj)) || (SG_BIGNUMP(obj)))
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/socket/
H A Dsagittarius-socket.c585 } else if (SG_INTP(value) || SG_BIGNUMP(value)) { in Sg_SocketSetopt()
902 } else if (SG_BIGNUMP(timeout)) { in select_timeval()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/ffi/
H A Dsagittarius-ffi.c984 } else if (SG_BIGNUMP(obj)) { in push_ffi_type_value()
1470 if (SG_BIGNUMP(ret)) { in set_callback_result()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/odbc/
H A Dodbc.c298 } else if (SG_BIGNUMP(value)) { in Sg_BindParameter()