LineIdCWESeverityMessage
missingIncludeinformationCppcheck cannot find all the include files (use --check-config for details)
../../modules/complex/Mandelbrot.c
15unusedVariable563styleUnused variable: i
15unusedVariable563styleUnused variable: j
100unusedVariable563styleUnused variable: errorcode
113unreadVariable563styleVariable 'left' is assigned a value that is never used.
114unreadVariable563styleVariable 'top' is assigned a value that is never used.
115unreadVariable563styleVariable 'xside' is assigned a value that is never used.
116unreadVariable563styleVariable 'yside' is assigned a value that is never used.
../../modules/complex/Mandelbrot.cpp
44unusedVariable563styleUnused variable: i
44unusedVariable563styleUnused variable: j
116unusedVariable563styleUnused variable: errorcode
../../modules/complex/openGL_bounce.c
19syntaxErrorerrorCode 'classCamera{' is invalid C code. Use --std or --language to configure the language.
../../modules/complex/openGL_example00.c
32variableScope398styleThe scope of the variable 'x' can be reduced.
32variableScope398styleThe scope of the variable 'y' can be reduced.
../../modules/core/datatable2.cpp
74unusedFunction561styleThe function 'map_file' is never used.
200variableScope398styleThe scope of the variable 'num_omitted_rows' can be reduced.
../../modules/disct/graphs.cpp
406useStlAlgorithm398styleConsider using std::any_of algorithm instead of a raw loop.
676useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
../../modules/linalg/arm/mtx_arm_vec_f32.cpp
73redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
103redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/avx/mtx_avx2_arr_f32.cpp
74redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/avx/mtx_avx2_arr_f64.cpp
73redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/avx/mtx_avx2_arr_i16.cpp
104redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/avx/mtx_avx2_arr_i32.cpp
116redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/avx/mtx_avx2_arr_i8.cpp
105redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/avx/mtx_avx2_vec_f32.cpp
75redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/avx/mtx_avx2_vec_f64.cpp
75redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
108redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/avx/mtx_avx2_vec_i32.cpp
78redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
117redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/dgemm_arr.cpp
147variableScope398styleThe scope of the variable 'j' can be reduced.
195variableScope398styleThe scope of the variable 'i' can be reduced.
403variableScope398styleThe scope of the variable 'nc' can be reduced.
../../modules/linalg/gpu/_gpu_kernel_mtx_add.c
4unusedFunction561styleThe function 'add_vec_gpu' is never used.
../../modules/linalg/gpu/_gpu_kernel_mtx_mul.c
4unusedFunction561styleThe function 'matrixMul' is never used.
5constParameter398styleParameter 'A' can be declared with const
6constParameter398styleParameter 'B' can be declared with const
../../modules/linalg/gpu/_gpu_mtx_add.c
85constParameter398styleParameter 'v1' can be declared with const
85constParameter398styleParameter 'v2' can be declared with const
99unusedVariable563styleUnused variable: start
99unusedVariable563styleUnused variable: finish
100unusedVariable563styleUnused variable: duration
143unusedVariable563styleUnused variable: ret_num_devices
153unusedVariable563styleUnused variable: string
../../modules/linalg/gpu/_gpu_mtx_kernel.c
17constParameter398styleParameter 'A' can be declared with const
18constParameter398styleParameter 'B' can be declared with const
../../modules/linalg/gpu/mtx_x86.c
9syntaxErrorerrorCode 'std::random_device' is invalid C code. Use --std or --language to configure the language.
../../modules/linalg/igemm_arr.cpp
76variableScope398styleThe scope of the variable 'j' can be reduced.
124variableScope398styleThe scope of the variable 'i' can be reduced.
280variableScope398styleThe scope of the variable 'nr' can be reduced.
353variableScope398styleThe scope of the variable 'nc' can be reduced.
../../modules/linalg/sgemm_arr.cpp
76variableScope398styleThe scope of the variable 'j' can be reduced.
124variableScope398styleThe scope of the variable 'i' can be reduced.
281variableScope398styleThe scope of the variable 'nr' can be reduced.
354variableScope398styleThe scope of the variable 'nc' can be reduced.
../../modules/linalg/sse/mtx_sse2_arr_f32.cpp
0noValidConfigurationinformationThis file is not analyzed. Cppcheck failed to extract a valid configuration. Use -v for more details.
91preprocessorErrorDirectiveerror#endif without #if
../../modules/linalg/sse/mtx_sse2_arr_f64.cpp
0noValidConfigurationinformationThis file is not analyzed. Cppcheck failed to extract a valid configuration. Use -v for more details.
92preprocessorErrorDirectiveerror#endif without #if
../../modules/linalg/sse/mtx_sse2_arr_i16.cpp
0noValidConfigurationinformationThis file is not analyzed. Cppcheck failed to extract a valid configuration. Use -v for more details.
87preprocessorErrorDirectiveerror#endif without #if
../../modules/linalg/sse/mtx_sse2_arr_i32.cpp
0noValidConfigurationinformationThis file is not analyzed. Cppcheck failed to extract a valid configuration. Use -v for more details.
98preprocessorErrorDirectiveerror#endif without #if
../../modules/linalg/sse/mtx_sse2_arr_i8.cpp
0noValidConfigurationinformationThis file is not analyzed. Cppcheck failed to extract a valid configuration. Use -v for more details.
87preprocessorErrorDirectiveerror#endif without #if
../../modules/linalg/sse/mtx_sse2_vec_f32.cpp
75redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/sse/mtx_sse2_vec_f64.cpp
0noValidConfigurationinformationThis file is not analyzed. Cppcheck failed to extract a valid configuration. Use -v for more details.
182preprocessorErrorDirectiveerror#endif without #if
../../modules/linalg/sse/mtx_sse2_vec_i32.cpp
77redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
113redundantInitialization563styleRedundant initialization for 'c'. The initialized value is overwritten before it is read.
../../modules/linalg/tensor.cpp
51unreadVariable563styleVariable 'totalSize' is assigned a value that is never used.
53useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
53unreadVariable563styleVariable 'totalSize' is assigned a value that is never used.
../../modules/linalg/vector_naive.cpp
59useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
100useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
../../modules/ml/activators.cpp
123unpreciseMathCall758styleExpression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision.
127unpreciseMathCall758styleExpression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision.
135unpreciseMathCall758styleExpression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision.
../../modules/ml/encoder.cpp
409unpreciseMathCall758styleExpression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision.
555unusedVariable563styleUnused variable: generator
../../modules/ml/regularizers.cpp
53useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
98useStlAlgorithm398styleConsider using std::transform algorithm instead of a raw loop.
108useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
114useStlAlgorithm398styleConsider using std::transform algorithm instead of a raw loop.
123useStlAlgorithm398styleConsider using std::transform algorithm instead of a raw loop.
136useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
142useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
../../modules/ml/svc.cpp
92useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
../../modules/nt/logarithms.cpp
63redundantInitialization563styleRedundant initialization for 'x'. The initialized value is overwritten before it is read.
../../modules/nt/rc4.cpp
51redundantInitialization563styleRedundant initialization for 'swapped'. The initialized value is overwritten before it is read.
../../modules/nt/rc6.cpp
111uninitvar457errorUninitialized variable: block[j/4]
../../modules/optim/function.cpp
244unreadVariable563styleVariable 'best_point' is assigned a value that is never used.
254unreadVariable563styleVariable 'best_point' is assigned a value that is never used.
458unreadVariable563styleVariable 'sum_x_cubed' is assigned a value that is never used.
468unreadVariable563styleVariable 'sum_x_cubed' is assigned a value that is never used.
../../modules/optim/quasi.cpp
231unreadVariable563styleVariable 'updated_point' is assigned a value that is never used.
../../modules/stats/cdfs.cpp
56knownConditionTrueFalse571styleCondition 'x>=1' is always true
../../modules/stats/describe.cpp
44useStlAlgorithm398styleConsider using std::count_if algorithm instead of a raw loop.
55useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
64useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
93useStlAlgorithm398styleConsider using std::accumulate algorithm instead of a raw loop.
../../modules/stats/probdist.cpp
107duplicateExpression398styleSame expression on both sides of '/'.
173useStlAlgorithm398styleConsider using std::count_if algorithm instead of a raw loop.
../../modules/stats/quantiles.cpp
45unusedFunction561styleThe function 'bernoulli' is never used.
66unusedFunction561styleThe function 'binomial' is never used.
79unusedFunction561styleThe function 'cauchy' is never used.
84unusedFunction561styleThe function 'chiSquared' is never used.
91unusedFunction561styleThe function 'exponential' is never used.
121unreadVariable563styleVariable 'maxIterations' is assigned a value that is never used.
122unreadVariable563styleVariable 'epsilon' is assigned a value that is never used.
165variableScope398styleThe scope of the variable 'aold' can be reduced.
165unreadVariable563styleVariable 'aold' is assigned a value that is never used.
166variableScope398styleThe scope of the variable 'em' can be reduced.
166variableScope398styleThe scope of the variable 'tem' can be reduced.
166variableScope398styleThe scope of the variable 'd' can be reduced.
166variableScope398styleThe scope of the variable 'ap' can be reduced.
166variableScope398styleThe scope of the variable 'bp' can be reduced.
166variableScope398styleThe scope of the variable 'app' can be reduced.
166variableScope398styleThe scope of the variable 'bpp' can be reduced.
../../modules/stats/resampling.cpp
256unreadVariable563styleVariable 'permutedData1' is assigned a value that is never used.
257unreadVariable563styleVariable 'permutedData2' is assigned a value that is never used.