Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nyanyan/Egaroucid
/ functions
Functions
4,010 in github.com/Nyanyan/Egaroucid
⨍
Functions
4,010
◇
Types & classes
427
↓ 2 callers
Function
get_forced_openings_folder_state_path
src/gui/load_scene.hpp:344
↓ 2 callers
Method
get_history_bonus
@brief Get history bonus for move ordering */
src/engine/search.hpp:580
↓ 2 callers
Method
get_info
src/engine/transposition_table.hpp:783
↓ 2 callers
Method
get_killer_bonus
@brief Get killer bonus for move ordering */
src/engine/search.hpp:508
↓ 2 callers
Function
get_level_complete_depth
@brief Get level information get endgame complete (100%) search depth @param level level to search @return endgame comple
src/engine/level.hpp:282
↓ 2 callers
Method
get_n_book
src/web/book.hpp:134
↓ 2 callers
Function
get_n_moves_cornerX2
src/engine/move_ordering.hpp:163
↓ 2 callers
Function
get_potential_mobility
src/web/move_ordering.hpp:82
↓ 2 callers
Method
get_prev_move
@brief Get previous move position */
src/engine/search.hpp:607
↓ 2 callers
Function
get_put_player
src/gui/function/util.hpp:80
↓ 2 callers
Function
get_random_board
src/console/function.hpp:658
↓ 2 callers
Function
get_random_board_by_score_range
src/console/function.hpp:683
↓ 2 callers
Function
get_representative_discs
src/tools/state_space_complexity/calc_max_n_legal.cpp:100
↓ 2 callers
Function
get_search_level_str
src/console/print.hpp:52
↓ 2 callers
Method
get_shortcut_key_str
src/gui/function/shortcut_key.hpp:1337
↓ 2 callers
Method
get_specified_best_move
src/engine/book.hpp:2062
↓ 2 callers
Function
get_weighted_n_moves
@brief Get a weighted mobility @param legal legal moves as a bitboard @return weighted mobility */
src/engine/move_ordering.hpp:158
↓ 2 callers
Function
ggs_get_board
src/console/ggs.hpp:309
↓ 2 callers
Function
ggs_is_board_info
src/console/ggs.hpp:256
↓ 2 callers
Function
ggs_start_ponder
src/console/ggs.hpp:486
↓ 2 callers
Function
ggs_terminate_ponder
src/console/ggs.hpp:493
↓ 2 callers
Function
go_noprint
src/console/command.hpp:194
↓ 2 callers
Function
grisu2
src/console/lib/json.hpp:18448
↓ 2 callers
Function
grisu2_round
src/console/lib/json.hpp:18166
↓ 2 callers
Function
has_flip_inside
src/console/advice.hpp:71
↓ 2 callers
Function
has_visible_ime_candidates
src/gui/function/input.hpp:43
↓ 2 callers
Function
hex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
src/console/lib/json.hpp:19398
↓ 2 callers
Function
horizontal_mirror
src/web/bit.hpp:125
↓ 2 callers
Function
import_ai_profile_int_graph
src/gui/function/ai_profile.hpp:228
↓ 2 callers
Function
import_any_format_processing
src/gui/function/input.hpp:646
↓ 2 callers
Function
import_board_processing
src/gui/function/input.hpp:407
↓ 2 callers
Method
import_book_extension_determination
src/engine/book.hpp:250
↓ 2 callers
Method
init
src/gui/function/opening_manager.hpp:23
↓ 2 callers
Method
init_2bars
src/gui/function/menu.hpp:255
↓ 2 callers
Function
init_board
src/console/command.hpp:73
↓ 2 callers
Function
init_core_modules_locked
src/lib/egaroucid_c_api.cpp:75
↓ 2 callers
Method
init_inside
src/gui/function/menu.hpp:384
↓ 2 callers
Function
init_settings
src/gui/silent_load_scene.hpp:338
↓ 2 callers
Function
init_user_settings
src/gui/silent_load_scene.hpp:671
↓ 2 callers
Function
input_board
src/Egaroucid_for_Web.cpp:29
↓ 2 callers
Function
instantiateArrayBuffer
(binaryFile,imports,receiver)
web_resources/ja/web/ai.js:1
↓ 2 callers
Function
instantiateArrayBuffer
(binaryFile,imports,receiver)
web_resources/en/web/ai.js:1
↓ 2 callers
Function
instantiateArrayBuffer
(binaryFile,imports,receiver)
docs/ja/web/ai.js:1
↓ 2 callers
Function
instantiateArrayBuffer
(binaryFile,imports,receiver)
docs/en/web/ai.js:1
↓ 2 callers
Function
int_to_string
src/console/lib/json.hpp:5436
↓ 2 callers
Function
isDataURI
(filename)
web_resources/ja/web/ai.js:1
↓ 2 callers
Function
isDataURI
(filename)
web_resources/en/web/ai.js:1
↓ 2 callers
Function
isDataURI
(filename)
docs/ja/web/ai.js:1
↓ 2 callers
Function
isDataURI
(filename)
docs/en/web/ai.js:1
↓ 2 callers
Function
is_ai_profile_modified
src/gui/function/ai_profile.hpp:410
↓ 2 callers
Function
is_ai_profile_shortcut_name
src/gui/function/shortcut_key.hpp:46
↓ 2 callers
Method
is_button_down
src/gui/function/mouse_additional_button.hpp:127
↓ 2 callers
Function
is_coord
src/gui/input_scene.hpp:1525
↓ 2 callers
Function
is_display_profile_modified
src/gui/function/display_profile.hpp:522
↓ 2 callers
Function
is_display_profile_shortcut_name
src/gui/function/shortcut_key.hpp:61
↓ 2 callers
Method
is_errored
src/console/lib/json.hpp:8988
↓ 2 callers
Function
is_forbidden_folder_char
src/gui/function/explorer.hpp:465
↓ 2 callers
Method
is_initialized
src/console/ggs.hpp:74
↓ 2 callers
Function
is_number_unsigned
@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
src/console/lib/json.hpp:21384
↓ 2 callers
Function
is_pass_like_str
src/engine/common.hpp:371
↓ 2 callers
Function
is_vacant_like_char
src/engine/common.hpp:367
↓ 2 callers
Method
is_valid
src/console/ggs.hpp:57
↓ 2 callers
Function
join_d7_line
@brief extract a d7 line from a board @param x a bitboard @param t a type of the line */
src/engine/bit_simd.hpp:348
↓ 2 callers
Function
join_d9_line
@brief extract a d9 line from a board @param x a bitboard @param t a type of the line */
src/engine/bit_simd.hpp:365
↓ 2 callers
Function
join_h_line
@brief extract a h line from a board @param x a bitboard @param t a type of the line */
src/engine/bit_simd.hpp:294
↓ 2 callers
Function
leadingSomething
(value,digits,character)
web_resources/ja/web/ai.js:1
↓ 2 callers
Function
leadingSomething
(value,digits,character)
web_resources/en/web/ai.js:1
↓ 2 callers
Function
leadingSomething
(value,digits,character)
docs/ja/web/ai.js:1
↓ 2 callers
Function
leadingSomething
(value,digits,character)
docs/en/web/ai.js:1
↓ 2 callers
Function
lengthBytesUTF8
web_resources/ja/web/ai.js:1
↓ 2 callers
Function
lengthBytesUTF8
web_resources/en/web/ai.js:1
↓ 2 callers
Function
lengthBytesUTF8
docs/ja/web/ai.js:1
↓ 2 callers
Function
lengthBytesUTF8
docs/en/web/ai.js:1
↓ 2 callers
Method
limit_reached
src/tools/umigame_filter_semantics/umigame_regression.cpp:408
↓ 2 callers
Function
little_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
src/console/lib/json.hpp:9832
↓ 2 callers
Function
load_forced_openings_folder_weight
src/gui/load_scene.hpp:378
↓ 2 callers
Function
load_game_from_json
Load game from JSON and prepare for display Returns true on success, false on failure
src/gui/input_scene.hpp:4056
↓ 2 callers
Function
lookup_child_after_move
src/tools/umigame_filter_semantics/umigame_regression.cpp:192
↓ 2 callers
Function
make_oq_filename_stem
src/gui/input_scene.hpp:1153
↓ 2 callers
Function
make_result
src/tools/umigame_filter_semantics/umigame_regression.cpp:99
↓ 2 callers
Function
mid_evaluate
@brief midgame evaluation function @param search search information @return evaluation value */
src/tools/evaluation/nnue/nnue_test.cpp:94
↓ 2 callers
Function
mid_evaluate
@brief midgame evaluation function @param b board @return evaluation value */
src/engine/evaluate_simd.hpp:510
↓ 2 callers
Function
mmapAlloc
web_resources/ja/web/ai.js:1
↓ 2 callers
Function
mmapAlloc
web_resources/en/web/ai.js:1
↓ 2 callers
Function
mmapAlloc
docs/ja/web/ai.js:1
↓ 2 callers
Function
mmapAlloc
docs/en/web/ai.js:1
↓ 2 callers
Method
move_endsearch
@brief Move board and other variables @param flip Flip information */
src/engine/search.hpp:379
↓ 2 callers
Function
move_evaluate
@brief Evaluate a move in midgame @param search search information @param flip_value flip with value @param alpha
src/engine/move_ordering.hpp:223
↓ 2 callers
Function
move_evaluate_nws
@brief Evaluate a move in midgame for NWS @param search search information @param flip_value flip with value @par
src/engine/move_ordering.hpp:266
↓ 2 callers
Function
move_list_evaluate_nws
@brief Evaluate all legal moves for midgame NWS @param search search information @param move_list list of moves
src/engine/move_ordering.hpp:514
↓ 2 callers
Method
move_noeval
@brief Move board and other variables except eval_features @param flip Flip information */
src/engine/search.hpp:419
↓ 2 callers
Method
move_pass
(self)
bin/tools/othello_py2.py:198
↓ 2 callers
Function
mul_1bits
(src, mul)
src/tools/util/bit_instruction.py:64
↓ 2 callers
Function
myrand_uint_rev
@brief random integer function with bit reversed @return random 32bit integer with reversed bits */
src/engine/common.hpp:244
↓ 2 callers
Function
myrand_uint_rev
src/web/common.hpp:58
↓ 2 callers
Function
myrand_ull
@brief random integer function @return random 64bit integer */
src/tools/evaluation/util/speed_check.cpp:54
↓ 2 callers
Function
myrand_ull
@brief random integer function @return random 64bit integer */
src/engine/common.hpp:258
↓ 2 callers
Function
n_nodes_test
src/engine/move_ordering.hpp:617
↓ 2 callers
Function
nega_alpha_end
src/web/endsearch.hpp:471
↓ 2 callers
Function
normalized_coord
src/gui/input_scene.hpp:1547
← previous
next →
901–1,000 of 4,010, ranked by callers