Home
last modified time | relevance | path

Searched refs:BIG_DIGITS_PER_WORD (Results 1 – 9 of 9) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dbig.h67 #define BIG_DIGITS_PER_WORD (sizeof(Uint)/sizeof(ErtsDigit)) macro
H A Derl_bif_guard.c434 while ((ds & (BIG_DIGITS_PER_WORD-1)) != 0) { in double_to_integer()
H A Dbig.c1714 while ((ds & (BIG_DIGITS_PER_WORD - 1)) != 0) { in double_to_big()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dbig.h67 #define BIG_DIGITS_PER_WORD (sizeof(Uint)/sizeof(ErtsDigit)) macro
H A Derl_bif_guard.c434 while ((ds & (BIG_DIGITS_PER_WORD-1)) != 0) { in double_to_integer()
H A Dbig.c1714 while ((ds & (BIG_DIGITS_PER_WORD - 1)) != 0) { in double_to_big()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dbig.h67 #define BIG_DIGITS_PER_WORD (sizeof(Uint)/sizeof(ErtsDigit)) macro
H A Derl_bif_guard.c340 while ((ds & (BIG_DIGITS_PER_WORD-1)) != 0) { in double_to_integer()
736 while ((ds & (BIG_DIGITS_PER_WORD-1)) != 0) { in gc_double_to_integer()
H A Dbig.c1714 while ((ds & (BIG_DIGITS_PER_WORD - 1)) != 0) { in double_to_big()