MCPcopy Create free account

hub / github.com/YanWQ-monad/SUSTech_CS205_Projects / functions

Functions335 in github.com/YanWQ-monad/SUSTech_CS205_Projects

↓ 1 callersMethodall
Project5_MatrixClass/matrix.hpp:275
↓ 1 callersMethodcan_merge
check whether it should merge the top operator when the next operator is `op`
Project2_CalculatorEx/src/parse.cpp:151
↓ 1 callersMethoddepth
Project2_CalculatorEx/src/context.h:114
↓ 1 callersMethoddisable_depth_check
Project2_CalculatorEx/src/context.cpp:88
↓ 1 callersFunctiondivMatrixScale
Project3_Matrix/matrix.c:359
↓ 1 callersFunctionextract_function_signature
(try to) extract a function signature (like "f[x, y]") from the given Expression used in assignment classification (variable assignment or function de
Project2_CalculatorEx/src/parse.cpp:66
↓ 1 callersFunctionextract_identifier
(try to) extract an identifier from the given Expression used in assignment classification (variable assignment or function declaration)
Project2_CalculatorEx/src/parse.cpp:56
↓ 1 callersMethodfinalize
Project2_CalculatorEx/src/parse.cpp:272
↓ 1 callersMethodfold_parentheses
fold ')'
Project2_CalculatorEx/src/parse.cpp:165
↓ 1 callersMethodfold_square_brackets
fold ']' to '[', return the arguments list
Project2_CalculatorEx/src/parse.cpp:174
↓ 1 callersFunctiongenerate_random_digits
Project2_CalculatorEx/test/test.hpp:25
↓ 1 callersFunctiongepb_aligned_gemm
Project4_MatrixMultiplication/src/mul.c:181
↓ 1 callersFunctiongepb_parallel_gemm_inner
Project4_MatrixMultiplication/src/mul.c:231
↓ 1 callersFunctionget_decimal
Project2_CalculatorEx/test/test.hpp:32
↓ 1 callersMethodget_number_string
Project2_CalculatorEx/src/number.cpp:137
↓ 1 callersMethodget_value
Project2_CalculatorEx/src/context.cpp:39
↓ 1 callersMethodget_variable
Project2_CalculatorEx/src/context.cpp:47
↓ 1 callersMethodinverse_dft
Project2_CalculatorEx/src/number.cpp:91
↓ 1 callersMethodinvoke
Project2_CalculatorEx/src/context.cpp:21
↓ 1 callersMethodinvoke_function
Project2_CalculatorEx/src/context.cpp:56
↓ 1 callersFunctionis_identifier_first
Project2_CalculatorEx/src/token.cpp:28
↓ 1 callersMethodis_positive
Project1_Calculator/mul.cpp:230
↓ 1 callersFunctionis_space
Project2_CalculatorEx/src/token.cpp:20
↓ 1 callersFunctionload_builtin_context
Project2_CalculatorEx/src/context.cpp:129
↓ 1 callersMethodmax
Project5_MatrixClass/matrix.hpp:267
↓ 1 callersMethodmerge_top_operation
Project2_CalculatorEx/src/parse.cpp:114
↓ 1 callersMethodmin
Project5_MatrixClass/matrix.hpp:263
↓ 1 callersFunctionnewMatrixOn
Project3_Matrix/test/test.cpp:4
↓ 1 callersFunctionparse_options
Project1_Calculator/mul.cpp:397
↓ 1 callersFunctionparse_options
Project2_CalculatorEx/src/main.cpp:54
↓ 1 callersFunctionparse_string
Project2_CalculatorEx/src/token.cpp:38
↓ 1 callersFunctionphi
Project2_CalculatorEx/src/eval.cpp:190
↓ 1 callersFunctionplain_gemm
Project4_MatrixMultiplication/src/mul.c:18
↓ 1 callersMethodpop_value
pop a value from stack with empty check
Project2_CalculatorEx/src/parse.cpp:99
↓ 1 callersMethodprint
Project2_CalculatorEx/src/node.cpp:71
↓ 1 callersFunctionprintMatrixRow
Project3_Matrix/matrix.c:418
↓ 1 callersFunctionprint_help
Project1_Calculator/mul.cpp:385
↓ 1 callersFunctionprint_help
Project2_CalculatorEx/src/main.cpp:26
↓ 1 callersMethodremove
Project2_CalculatorEx/src/context.cpp:99
↓ 1 callersFunctionremove_prefix
Project1_Calculator/mul_test.cpp:14
↓ 1 callersFunctionshould_newtons_end
Project2_CalculatorEx/src/eval.cpp:13
↓ 1 callersFunctionsubMatrix
Project3_Matrix/matrix.c:343
↓ 1 callersFunctionsubMatrixScale
Project3_Matrix/matrix.c:351
↓ 1 callersMethodtrim_leading_zeros
trim leading zero elements
Project1_Calculator/mul.cpp:155
↓ 1 callersMethodtrim_trailing_zeros
Project2_CalculatorEx/src/number.cpp:118
↓ 1 callersMethodtry_value
Project2_CalculatorEx/src/context.h:64
↓ 1 callersFunctionuint32_bit_reverse
Project2_CalculatorEx/src/number.cpp:31
MethodAssignmentNode
Project2_CalculatorEx/src/node.h:109
FunctionBM_BigDecimalParsing
Project1_Calculator/mul_benchmark.cpp:39
FunctionBM_BigIntegerMultiply
Project1_Calculator/mul_benchmark.cpp:62
FunctionBM_BigIntegerParsing
Project1_Calculator/mul_benchmark.cpp:21
MethodBigDecimal
Project1_Calculator/mul.cpp:244
MethodBigDecimal
Project2_CalculatorEx/src/number.h:56
MethodBigDecimal
Project2_CalculatorEx/src/number.cpp:272
MethodBigInteger
Project1_Calculator/mul.cpp:115
MethodBigInteger
Project2_CalculatorEx/src/number.h:16
MethodBigInteger
Project2_CalculatorEx/src/number.cpp:98
MethodBinOpNode
Project2_CalculatorEx/src/node.h:69
MethodBuiltinFunction
Project2_CalculatorEx/src/context.h:45
MethodEntry
Project2_CalculatorEx/src/context.h:72
MethodExecutor
Project4_MatrixMultiplication/test/benchmark.cpp:49
MethodExpression
Project2_CalculatorEx/src/node.h:20
MethodFFTContext
initialize an FFT context with maximum length `m`
Project1_Calculator/mul.cpp:45
MethodFFTContext
initialize an FFT context with minimum length `m`
Project2_CalculatorEx/src/number.cpp:49
MethodFunction
Project2_CalculatorEx/src/context.h:31
MethodFunctionDefineNode
Project2_CalculatorEx/src/node.h:125
MethodFunctionNode
Project2_CalculatorEx/src/node.h:83
MethodLazyVariable
Project2_CalculatorEx/src/context.h:60
MethodMat
Project5_MatrixClass/matrix.hpp:350
MethodMatChannelProxy
Project5_MatrixClass/matrix.hpp:452
MethodMatChannelProxyConst
Project5_MatrixClass/matrix.hpp:437
MethodMatTransposeProxy
Project5_MatrixClass/matrix.hpp:474
MethodMatrixWrapper
Project4_MatrixMultiplication/test/benchmark.cpp:18
MethodNumericNode
Project2_CalculatorEx/src/node.h:34
MethodPoint
Project5_MatrixClass/matrix.hpp:37
MethodRect
Project5_MatrixClass/matrix.hpp:44
MethodSequenceNode
Project2_CalculatorEx/src/node.h:97
MethodSize
Project5_MatrixClass/matrix.hpp:22
FunctionTEST
Project1_Calculator/mul_test.cpp:30
FunctionTEST
Project2_CalculatorEx/test/parse_test.cpp:6
FunctionTEST
Project2_CalculatorEx/test/number_test.cpp:6
FunctionTEST
Project2_CalculatorEx/test/token_test.cpp:15
FunctionTEST
Project3_Matrix/test/test_allocate.cpp:6
FunctionTEST
Project3_Matrix/test/test_arithm.cpp:3
FunctionTEST
Project3_Matrix/test/test_basic_op.cpp:3
FunctionTEST
Project3_Matrix/test/test_io.cpp:5
FunctionTEST
Project3_Matrix/test/test_scale.cpp:3
FunctionTEST
Project3_Matrix/test/test_getter.cpp:3
FunctionTEST
Project3_Matrix/test/test_reduce.cpp:3
MethodToken
Project2_CalculatorEx/src/token.h:40
MethodVariable
Project2_CalculatorEx/src/context.h:21
MethodVariableNode
Project2_CalculatorEx/src/node.h:44
Method__del__
(self)
Project1_Calculator/correctness_test.py:31
Method__del__
(self)
Project1_Calculator/correctness_test.py:52
Method__init__
(self, address)
Project1_Calculator/correctness_test.py:36
Method__mul__
(self, other)
Project1_Calculator/correctness_test.py:25
Method__mul__
(self, other)
Project1_Calculator/correctness_test.py:46
Method__repr__
(self)
Project1_Calculator/correctness_test.py:28
Method__repr__
(self)
Project1_Calculator/correctness_test.py:49
Methodany
Project5_MatrixClass/matrix.hpp:271
← previousnext →101–200 of 335, ranked by callers