Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhbloo/rapfi
/ functions
Functions
3,291 in github.com/dhbloo/rapfi
⨍
Functions
3,291
◇
Types & classes
512
↓ 12 callers
Method
lastPattern4
Query the last emerged pattern4 pos. @note p4 must be one of [C_BLOCK4_FLEX3, B_FLEX4, A_FIVE].
Rapfi/game/board.h:93
↓ 12 callers
Function
lengthOfShape
Gets the total length of a shape.
Rapfi/tuning/datawriter.cpp:71
↓ 12 callers
Function
mate_step
Get number of steps to mate from value and current ply
Rapfi/core/types.h:202
↓ 12 callers
Method
parse
Rapfi/external/cxxopts/include/cxxopts.hpp:2276
↓ 12 callers
Method
reset
Rapfi/tuning/dataset.cpp:274
↓ 12 callers
Function
rotr
A right logical shift function that supports negetive shamt. It might be implemented as rotr64 to avoid conditional branch.
Rapfi/core/platform.h:93
↓ 12 callers
Method
waitForIdle
Rapfi/search/searchthread.cpp:98
↓ 11 callers
Method
isTerminating
Rapfi/search/searchthread.h:229
↓ 11 callers
Function
linearBlock
Rapfi/eval/mix10nnue.cpp:190
↓ 11 callers
Function
mz_zip_reader_end_internal
Rapfi/external/zip/src/miniz.h:5801
↓ 11 callers
Function
mz_zip_reader_file_stat
Rapfi/external/zip/src/miniz.h:10093
↓ 11 callers
Function
outputCoordXConvert
Rapfi/core/iohelper.cpp:70
↓ 11 callers
Function
outputCoordYConvert
Rapfi/core/iohelper.cpp:81
↓ 11 callers
Method
value
Rapfi/external/cpptoml/include/cpptoml.h:624
↓ 10 callers
Function
LZ4F_readLE32
unoptimized version; solves endianess & alignment issues */
Rapfi/external/lz4/src/lz4_all.c:4281
↓ 10 callers
Method
accept
Rapfi/external/cpptoml/include/cpptoml.h:3271
↓ 10 callers
Method
blackStonesBegin
Rapfi/database/dbstorage.h:152
↓ 10 callers
Method
checkForbiddenPoint
Rapfi/game/board.cpp:423
↓ 10 callers
Function
hexToCoord
Rapfi/database/dbtypes.cpp:32
↓ 10 callers
Function
isDeterminedLabel
Return true if the label has a determined result.
Rapfi/database/dbtypes.h:46
↓ 10 callers
Method
isLeaf
Returns whether this node has no children.
Rapfi/search/mcts/node.h:185
↓ 10 callers
Function
make_value
Rapfi/external/cpptoml/include/cpptoml.h:672
↓ 10 callers
Function
readPathFromInput
Rapfi/command/gomocup.cpp:55
↓ 9 callers
Function
LZ4HC_encodeSequence
LZ4HC_encodeSequence() : * @return : 0 if ok, * 1 if buffer issue detected */
Rapfi/external/lz4/src/lz4_all.c:2976
↓ 9 callers
Method
add_options
Rapfi/external/cxxopts/include/cxxopts.hpp:2076
↓ 9 callers
Method
comment
Rapfi/database/dbtypes.cpp:44
↓ 9 callers
Function
contains
Rapfi/core/utils.h:102
↓ 9 callers
Method
depth
Return the depth component of a depth bound.
Rapfi/database/dbtypes.h:94
↓ 9 callers
Method
getChild
Get the child node of this edge. @note when `getVisits() > 0`, the child node should be guaranteed to be non-null.
Rapfi/search/mcts/node.h:80
↓ 9 callers
Method
getLastMove
Get the last move played, same as getRecentMove(0).
Rapfi/game/board.h:309
↓ 9 callers
Method
isEmpty
Check if the pos is on an empty cell. @pos The pos to query, which is assumed to meet 'pos.valid() == true'.
Rapfi/game/board.h:232
↓ 9 callers
Function
make_table
Rapfi/external/cpptoml/include/cpptoml.h:1692
↓ 9 callers
Function
mz_zip_reader_locate_file_v2
Rapfi/external/zip/src/miniz.h:6384
↓ 9 callers
Method
stopThinking
Notify all threads to stop thinking immediately.
Rapfi/search/searchthread.h:222
↓ 9 callers
Method
whiteStonesEnd
Rapfi/database/dbstorage.h:155
↓ 8 callers
Function
LZ4_hashPosition
Rapfi/external/lz4/src/lz4_all.c:718
↓ 8 callers
Function
LZ4_setCompressionLevel
Rapfi/external/lz4/src/lz4_all.c:3560
↓ 8 callers
Function
XXH64_avalanche
Rapfi/external/lz4/src/xxhash.c:688
↓ 8 callers
Function
XXH64_mergeRound
Rapfi/external/lz4/src/xxhash.c:680
↓ 8 callers
Function
XXH_readLE32
Rapfi/external/lz4/src/xxhash.c:242
↓ 8 callers
Function
XXH_readLE64
Rapfi/external/lz4/src/xxhash.c:653
↓ 8 callers
Method
begin
Rapfi/external/cxxopts/include/cxxopts.hpp:1537
↓ 8 callers
Method
eat_digits
Rapfi/external/cpptoml/include/cpptoml.h:1807
↓ 8 callers
Function
fastPartialSort
Rapfi/search/movepick.cpp:49
↓ 8 callers
Method
flipSide
Flip current side to move without recording in state info. This is only served for some special board checking proecess. It must be used in pair local
Rapfi/game/board.h:208
↓ 8 callers
Function
getDatabasePosition
Rapfi/command/gomocup.cpp:744
↓ 8 callers
Method
getHistoryMove
Get history move pos according to move index. @param moveIndex Index of the move, in range [0, ply()).
Rapfi/game/board.h:285
↓ 8 callers
Method
isInBoard
Check whether the pos is inside a board with width and height.
Rapfi/core/pos.h:130
↓ 8 callers
Method
isLegal
Check if the pos is legal (on an empty cell or is a pass move).
Rapfi/game/board.h:235
↓ 8 callers
Function
is_sorted
Rapfi/external/flat.hpp/headers/flat.hpp/detail/is_sorted.hpp:12
↓ 8 callers
Function
mz_zip_get_cdh
Rapfi/external/zip/src/miniz.h:6077
↓ 8 callers
Function
mz_zip_writer_create_zip64_extra_data
Rapfi/external/zip/src/miniz.h:8181
↓ 8 callers
Method
nodesSearched
Rapfi/search/searchthread.h:230
↓ 8 callers
Method
operator()
Rapfi/external/flat.hpp/headers/flat.hpp/flat_multimap.hpp:48
↓ 8 callers
Method
setMemoryLimit
Rapfi/search/ab/search.cpp:80
↓ 8 callers
Function
split
Rapfi/core/utils.cpp:71
↓ 8 callers
Method
startThinking
Rapfi/search/searchthread.cpp:311
↓ 8 callers
Function
tdefl_compress_buffer
Rapfi/external/zip/src/miniz.h:3751
↓ 8 callers
Function
tinfl_decompress
Rapfi/external/zip/src/miniz.h:4201
↓ 7 callers
Function
LZ4F_writeLE32
Rapfi/external/lz4/src/lz4_all.c:4291
↓ 7 callers
Function
LZ4_count
Rapfi/external/lz4/src/lz4_all.c:602
↓ 7 callers
Function
LZ4_initStreamHC
Rapfi/external/lz4/src/lz4_all.c:3518
↓ 7 callers
Function
LZ4_wildCopy8
customized variant of memcpy, which can overwrite up to 8 bytes beyond dstEnd */
Rapfi/external/lz4/src/lz4_all.c:407
↓ 7 callers
Function
alignedFree
Rapfi/core/platform.cpp:355
↓ 7 callers
Method
emplace
Rapfi/external/flat.hpp/headers/flat.hpp/flat_map.hpp:443
↓ 7 callers
Function
getInstTypeOfWidth
Returns the next lower instruction type.
Rapfi/eval/simdops.h:67
↓ 7 callers
Function
isAlignSizeOK
Rapfi/eval/simdops.h:95
↓ 7 callers
Method
isMainThread
Return if this thread is the main thread.
Rapfi/search/searchthread.h:87
↓ 7 callers
Method
is_table
* Determines if the given TOML element is a table. */
Rapfi/external/cpptoml/include/cpptoml.h:517
↓ 7 callers
Function
nodesText
Rapfi/core/utils.cpp:105
↓ 7 callers
Method
openInputStream
Rapfi/core/iohelper.cpp:343
↓ 7 callers
Method
setDepthBound
Set a new depth and bound for this record.
Rapfi/database/dbtypes.h:98
↓ 7 callers
Function
tableIndex
Get table index for rule and color.
Rapfi/config.h:191
↓ 7 callers
Function
tdefl_init
Rapfi/external/zip/src/miniz.h:3757
↓ 7 callers
Function
think
Rapfi/command/gomocup.cpp:142
↓ 6 callers
Function
FOR_EVERY_CAND_POS
Rapfi/search/searchthread.cpp:344
↓ 6 callers
Function
LZ4F_getErrorName
Rapfi/external/lz4/src/lz4_all.c:4388
↓ 6 callers
Function
LZ4HC_compress_generic
Rapfi/external/lz4/src/lz4_all.c:3415
↓ 6 callers
Function
LZ4HC_init_internal
Rapfi/external/lz4/src/lz4_all.c:2613
↓ 6 callers
Function
LZ4HC_literalsPrice
price in bytes */
Rapfi/external/lz4/src/lz4_all.c:3779
↓ 6 callers
Function
LZ4_read_ARCH
Rapfi/external/lz4/src/lz4_all.c:337
↓ 6 callers
Function
XXH_memcpy
Rapfi/external/lz4/src/xxhash.c:112
↓ 6 callers
Method
as_array
* Converts the TOML element to an array. */
Rapfi/external/cpptoml/include/cpptoml.h:542
↓ 6 callers
Method
at
Rapfi/external/cpptoml/include/cpptoml.h:835
↓ 6 callers
Function
balancedValue
Make a balanced value from original value and balance bias. @param value The original value. @param bias Value bias for balanced value. @return Compar
Rapfi/search/searchcommon.h:37
↓ 6 callers
Function
checkOverwrite
Rapfi/database/dbclient.cpp:434
↓ 6 callers
Method
clear
Rapfi/eval/onnxevaluator.cpp:365
↓ 6 callers
Function
databaseKeyCompare
Rapfi/database/dbstorage.h:60
↓ 6 callers
Method
getEdges
Returns the edge array at the given index. If this node has no edges, returns nullptr.
Rapfi/search/mcts/node.h:189
↓ 6 callers
Method
get_num_blocks
* @brief Get the number of blocks. Note that this may be different than the desired number of blocks that was passed to the constructor. *
Rapfi/external/thread-pool/include/BS_thread_pool.hpp:1013
↓ 6 callers
Method
hash
Rapfi/external/cxxopts/include/cxxopts.hpp:1290
↓ 6 callers
Method
help
Rapfi/external/cxxopts/include/cxxopts.hpp:2656
↓ 6 callers
Function
mz_zip_writer_create_local_dir_header
Rapfi/external/zip/src/miniz.h:8215
↓ 6 callers
Function
mz_zip_writer_end
Rapfi/external/zip/src/miniz.h:9746
↓ 6 callers
Method
numExtraPVs
The number of extra multi-pv moves.
Rapfi/tuning/dataentry.h:144
↓ 6 callers
Method
openOutputStream
Rapfi/core/iohelper.cpp:293
↓ 6 callers
Method
printBestmoveWithoutSearch
Rapfi/search/searchoutput.cpp:249
↓ 6 callers
Method
runCustomTaskAndWait
Rapfi/search/searchthread.cpp:223
↓ 6 callers
Method
setNumThreads
Rapfi/search/searchthread.cpp:249
↓ 6 callers
Function
simde_x_mm_deinterleaveeven_epi16
Rapfi/external/simde/include/simde/x86/sse3.h:32
← previous
next →
101–200 of 3,291, ranked by callers