2024-04-21 10:16 ftp://ftp.de.debian.org/debian/pool/main/p/python-numpy/python-numpy_1.16.2.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=python --library=openmp --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --disable=missingInclude --suppress=unmatchedSuppression --template=daca2 --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.6.15-amd64-x86_64-with-glibc2.37 python: 3.11.8 client-version: 1.3.49 compiler: g++ (Debian 13.2.0-13) 13.2.0 cppcheck: head 2.14.0 head-info: 4f922b0 (2024-04-21 11:41:48 +0200) count: 1684 1684 elapsed-time: 202.7 201.9 head-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 189.426s (avg. 3.38261s - 56 result(s)) valueFlowAfterAssign(tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 57.2015s (avg. 0.423715s - 135 result(s)) valueFlowCondition(SymbolicConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 38.5003s (avg. 0.285187s - 135 result(s)) valueFlowSymbolic(tokenlist, symboldatabase, errorLogger, settings): 32.2799s (avg. 0.576428s - 56 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 31.844s (avg. 0.235882s - 135 result(s)) Overall time: 200.166s old-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 188.736s (avg. 3.37028s - 56 result(s)) valueFlowAfterAssign(tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 56.9004s (avg. 0.421485s - 135 result(s)) valueFlowCondition(SymbolicConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 38.632s (avg. 0.286163s - 135 result(s)) valueFlowSymbolic(tokenlist, symboldatabase, errorLogger, settings): 32.0712s (avg. 0.5727s - 56 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 31.7161s (avg. 0.234934s - 135 result(s)) Overall time: 199.24s head results: numpy-1.16.2/doc/newdtype_example/floatint.c:82:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/doc/newdtype_example/floatint.c:105:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyArrayDescr_Type [valueFlowBailoutIncompleteVar] numpy-1.16.2/doc/newdtype_example/floatint.c:130:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyFloat_Type [valueFlowBailoutIncompleteVar] numpy-1.16.2/doc/newdtype_example/floatint.c:46:34: style: Parameter 'src' can be declared as pointer to const. However it seems that 'twoint_copyswap' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] numpy-1.16.2/doc/newdtype_example/floatint.c:102:34: note: You might need to cast the function pointer here numpy-1.16.2/doc/newdtype_example/floatint.c:46:34: note: Parameter 'src' can be declared as pointer to const numpy-1.16.2/numpy/_build_utils/src/apple_sgemv_fix.c:97:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RTLD_FIRST [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/_build_utils/src/apple_sgemv_fix.c:181:19: style: Parameter 'trans' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/common/lowlevel_strided_loops.h:437:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAX_INTP [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/lowlevel_strided_loops.h:469:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAX_INTP [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/lowlevel_strided_loops.h:730:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ARRAY_C_CONTIGUOUS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/array_assign.c:78:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/array_assign.c:31:70: style: Parameter 'strides' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:229:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:408:41: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:409:33: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:446:42: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:447:33: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:479:41: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:480:33: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:517:42: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:518:33: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:190:15: style: Variable 'strides' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:191:15: style: Variable 'dims' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:275:23: style: Variable 'thisdims' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:417:30: style: Variable 'ptr1' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:417:37: style: Variable 'ptr2' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:435:25: style: Variable 'pval' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:488:29: style: Variable 'ptr1' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:488:36: style: Variable 'ptr2' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/cblasfuncs.c:506:24: style: Variable 'pval' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/npy_extint128.h:15:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAX_INT64 [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/npy_extint128.h:29:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAX_INT64 [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/npy_extint128.h:44:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAX_INT64 [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/npy_extint128.h:81:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAX_INT64 [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/npy_extint128.h:143:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAX_UINT64 [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/mem_overlap.c:546:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npy_int64 [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/mem_overlap.c:760:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/mem_overlap.c:849:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/mem_overlap.c:482:44: style:inconclusive: Function 'solve_diophantine' argument 5 names different: declaration 'require_nontrivial' definition 'require_ub_nontrivial'. [funcArgNamesDifferent] numpy-1.16.2/numpy/core/src/common/mem_overlap.h:31:57: note: Function 'solve_diophantine' argument 5 names different: declaration 'require_nontrivial' definition 'require_ub_nontrivial'. numpy-1.16.2/numpy/core/src/common/mem_overlap.c:482:44: note: Function 'solve_diophantine' argument 5 names different: declaration 'require_nontrivial' definition 'require_ub_nontrivial'. numpy-1.16.2/numpy/core/src/common/npy_longdouble.c:23:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_BITSOF_LONGLONG [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/numpyos.c:439:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ALLOW_C_API_DEF [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/numpyos.c:495:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_NAN [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/numpyos.c:553:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_NAN [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/numpyos.c:658:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/numpyos.c:120:11: style: Variable 'chars_to_insert' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/numpyos.c:181:19: style: Variable 'locale_data' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/common/python_xerbla.c:45:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/ucsnarrow.c:112:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npy_ucs4 [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/ucsnarrow.c:34:51: style: Parameter 'ucs4' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/common/get_attr_string.h:9:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyBool_Type [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/ufunc_override.c:25:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyArray_Type [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/ufunc_override.c:82:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/common/get_attr_string.h:5:37: style: Parameter 'tp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/alloc.c:209:5: error: There is an unknown macro here somewhere. Configuration is required. If NPY_DISABLE_C_API is a macro then please configure it. [unknownMacro] numpy-1.16.2/numpy/core/src/multiarray/array_assign_array.c:71:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/array_assign_array.c:153:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/array_assign_array.c:251:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/array_assign_scalar.c:38:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/array_assign_scalar.c:111:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/array_assign_scalar.c:217:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/arrayfunction_override.c:211:26: debug: Function::addArguments found argument 'dummy' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/arrayfunction_override.c:331:26: debug: Function::addArguments found argument 'dummy' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/arrayfunction_override.c:14:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyArray_Type [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/arrayfunction_override.c:94:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/arrayfunction_override.c:166:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyArray_Type [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/arrayfunction_override.c:216:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/arrayfunction_override.c:336:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/arrayfunction_override.c:138:37: style: Parameter 'obj' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/arrayfunction_override.c:140:22: style: Variable 'ndarray_array_function' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/arrayobject.c:1129:13: error: syntax error [syntaxError] numpy-1.16.2/numpy/core/src/multiarray/common.h:115:35: error: There is an unknown macro here somewhere. Configuration is required. If NPY_INTP_FMT is a macro then please configure it. [unknownMacro] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:935:42: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:1066:41: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:1211:38: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:168:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME_NAT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:290:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME_NAT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:372:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME_NAT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:472:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:608:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:738:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:863:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_BUSDAY_BACKWARD [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:944:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_BUSDAY_RAISE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:1095:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:1239:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:51:57: style: Parameter 'holidays_end' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:91:57: style: Parameter 'holidays_end' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:130:57: style: Parameter 'holidays_end' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:162:31: style: Parameter 'weekmask' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:364:31: style: Parameter 'weekmask' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:514:19: style: Variable 'strideptr' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:514:31: style: Variable 'innersizeptr' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:650:19: style: Variable 'strideptr' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:650:31: style: Variable 'innersizeptr' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:725:31: style: Parameter 'weekmask' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:776:19: style: Variable 'strideptr' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:776:31: style: Variable 'innersizeptr' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_busday.c:368:21: style: Variable 'day_of_week' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:1333:47: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:108:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_OSError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:235:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npy_datetimestruct [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:766:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME_MAX_ISO8601_STRLEN [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:820:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FR_as [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:898:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME_NAT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:1338:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SAME_KIND_CASTING [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:75:27: style: Parameter 'ts' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:77:11: style: Variable 'func_name' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:817:55: style: Parameter 'dts' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/datetime_strings.c:77:21: style: Variable 'func_name' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/multiarray/descriptor.c:1984:13: error: syntax error [syntaxError] numpy-1.16.2/numpy/core/src/multiarray/dragon4.h:52:0: error: #error No float representation defined [preprocessorErrorDirective] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3093:45: debug: Function::addArguments found argument 'out_needs_api' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:570:57: debug: Function::addArguments found argument 'src_itemsize' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:704:63: debug: Function::addArguments found argument 'dst_stride' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:906:57: debug: Function::addArguments found argument 'src_itemsize' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1899:57: debug: Function::addArguments found argument 'dst_stride' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:2080:57: debug: Function::addArguments found argument 'src_itemsize' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:2121:57: debug: Function::addArguments found argument 'src_itemsize' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:2531:57: debug: Function::addArguments found argument 'src_itemsize' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3062:42: debug: Function::addArguments found argument 'src' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3078:45: debug: Function::addArguments found argument 'dst_stride' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3132:42: debug: Function::addArguments found argument 'src' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3149:42: debug: Function::addArguments found argument 'src' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3162:42: debug: Function::addArguments found argument 'src' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3279:35: debug: Function::addArguments found argument 'dst' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3290:57: debug: Function::addArguments found argument 'dst' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:277:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SUCCEED [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:507:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:596:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:737:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:823:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME_NAT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:853:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME_NAT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:885:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME_NAT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:920:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME_NAT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:952:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME_NAT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1008:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1083:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1129:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_STRING [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1198:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1251:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_STRING [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1335:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DATETIME [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1551:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SUCCEED [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1756:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1803:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SUCCEED [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1935:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1984:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SUCCEED [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:2198:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:2380:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:2602:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:2808:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:2879:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3103:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SUCCEED [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3200:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FAIL [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3324:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SUCCEED [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3403:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_NTYPES [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3483:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SUCCEED [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3708:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_UINT8 [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3780:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3840:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3963:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:4089:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:173:61: style: Parameter 'data' can be declared as pointer to const. However it seems that '_strided_zero_pad_data_clone' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:288:26: note: You might need to cast the function pointer here numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:173:61: note: Parameter 'data' can be declared as pointer to const numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:197:29: style: Variable 'd' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:220:29: style: Variable 'd' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:241:29: style: Variable 'd' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:553:59: style: Parameter 'data' can be declared as pointer to const. However it seems that '_wrap_copy_swap_data_clone' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:600:25: note: You might need to cast the function pointer here numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:553:59: note: Parameter 'data' can be declared as pointer to const numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:644:57: style: Parameter 'data' can be declared as pointer to const. However it seems that '_strided_cast_data_clone' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1449:25: note: You might need to cast the function pointer here numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:644:57: note: Parameter 'data' can be declared as pointer to const numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:787:66: style: Parameter 'data' can be declared as pointer to const. However it seems that '_strided_datetime_cast_data_clone' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1211:25: note: You might need to cast the function pointer here numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:787:66: note: Parameter 'data' can be declared as pointer to const numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:846:34: style: Variable 'd' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:878:34: style: Variable 'd' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:949:11: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1074:70: style: Parameter 'dst_dtype' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1078:31: style: Variable 'src_meta' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1189:44: style: Parameter 'src_dtype' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:1193:31: style: Variable 'dst_meta' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:2943:36: style: Variable 'd' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3115:60: style: Parameter 'data' can be declared as pointer to const. However it seems that '_dst_memset_zero_data_clone' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3204:29: note: You might need to cast the function pointer here numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3115:60: note: Parameter 'data' can be declared as pointer to const numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3136:28: style: Variable 'd' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3153:28: style: Variable 'd' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3696:44: style: Parameter 'mask_dtype' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3835:52: style: Parameter 'shape' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3956:52: style: Parameter 'shape' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:3958:52: style: Parameter 'stridesB' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:4080:54: style: Parameter 'shape' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:4082:52: style: Parameter 'stridesB' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:4083:52: style: Parameter 'stridesC' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/dtype_transfer.c:2283:27: style: Variable 'coord' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/multiarray/hashdescr.c:41:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_CPU_BIG [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/hashdescr.c:57:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/hashdescr.c:85:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_SystemError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/hashdescr.c:113:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_SystemError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/hashdescr.c:204:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_SystemError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/hashdescr.c:238:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/hashdescr.c:304:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/methods.c:1492:13: error: syntax error [syntaxError] numpy-1.16.2/numpy/core/src/multiarray/nditer_api.c:1618:5: error: There is an unknown macro here somewhere. Configuration is required. If NPY_DISABLE_C_API is a macro then please configure it. [unknownMacro] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:129:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_PRIORITY [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:531:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ITER_PER_OP_FLAGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:556:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:657:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SUCCEED [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:726:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ITER_PER_OP_FLAGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:792:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:892:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ITER_GLOBAL_FLAGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:994:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ITER_ALLOCATE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1187:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ITER_ARRAYMASK [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1324:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1385:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1437:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1937:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2048:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2117:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2155:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SIZEOF_INTP [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2237:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SIZEOF_INTP [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2277:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2418:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2487:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2719:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:3137:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:890:39: style:inconclusive: Function 'npyiter_check_per_op_flags' argument 1 names different: declaration 'flags' definition 'op_flags'. [funcArgNamesDifferent] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:32:39: note: Function 'npyiter_check_per_op_flags' argument 1 names different: declaration 'flags' definition 'op_flags'. numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:890:39: note: Function 'npyiter_check_per_op_flags' argument 1 names different: declaration 'flags' definition 'op_flags'. numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:436:27: style: Variable 'axisdata' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:453:28: style: Variable 'rdt' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:543:23: style: Parameter 'iter' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:653:24: style: Variable 'op_itflags' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:790:35: style: Parameter 'itershape' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:825:14: style: Variable 'axes' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1083:28: style: Variable 'dt' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1426:33: style: Parameter 'op_flags' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1458:23: style: Variable 'shape' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1484:22: style: Variable 'axes' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1611:22: style: Variable 'axes' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1760:26: style: Variable 'axes' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1854:18: style: Variable 'axes' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1925:28: style: Parameter 'op_axes' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:1933:15: style: Variable 'perm' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2412:44: style: Parameter 'op_itflags' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2480:47: style: Parameter 'op_axes' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:2486:15: style: Variable 'perm' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:3112:48: style: Parameter 'op_itflags' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/multiarray/arrayobject.h:27:47: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:422:14: style: Variable 'ndim' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:423:12: style: Variable 'op' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:425:20: style: Variable 'op_itflags' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/multiarray/nditer_constr.c:426:20: style: Variable 'op_dataptr' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/multiarray/refcount.c:48:13: error: syntax error [syntaxError] numpy-1.16.2/numpy/core/src/multiarray/shape.c:320:13: error: syntax error [syntaxError] numpy-1.16.2/numpy/core/src/multiarray/strfuncs.c:223:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyBaseObject_Type [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/strfuncs.c:244:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyUnicode_Type [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/multiarray/temp_elide.c:386:38: style: Parameter 'm1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/npymath/_signbit.c:10:13: style: union member 'Anonymous0::i' is never used. [unusedStructMember] numpy-1.16.2/numpy/core/src/npymath/halffloat.c:84:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_HALF_NAN [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/npymath/halffloat.c:122:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_HALF_NAN [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/extobj.c:224:25: error: There is an unknown macro here somewhere. Configuration is required. If NPY_INTP_FMT is a macro then please configure it. [unknownMacro] numpy-1.16.2/numpy/core/src/umath/override.c:149:41: error: There is an unknown macro here somewhere. Configuration is required. If NPY_INTP_FMT is a macro then please configure it. [unknownMacro] numpy-1.16.2/numpy/core/src/umath/reduction.c:42:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/reduction.c:89:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/reduction.c:303:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/reduction.c:452:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/reduction.c:85:43: style: Parameter 'axis_flags' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/reduction.c:90:15: style: Variable 'strides_out' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/reduction.c:91:15: style: Variable 'shape_out' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/reduction.c:252:32: style: Parameter 'axis_flags' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/reduction.c:300:31: style: Parameter 'axis_flags' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/reduction.c:303:15: style: Variable 'strides' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/reduction.c:429:38: style: Parameter 'wheremask' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4765:35: debug: Function::addArguments found argument 'dummy' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4794:35: debug: Function::addArguments found argument 'dummy' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:127:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_FPE_DIVIDEBYZERO [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:170:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:226:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:343:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ITER_WRITEONLY [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:375:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ITER_READWRITE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:414:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_True [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:472:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:568:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAX_INTP [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:625:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_RuntimeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:818:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:873:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_EQ [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:940:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:961:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_True [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:975:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_True [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:992:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_True [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1014:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SUCCEED [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1021:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_SUCCEED [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1071:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1336:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_BEGIN_THREADS_DEF [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1365:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_BEGIN_THREADS_DEF [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1403:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1475:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1629:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ANYORDER [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1787:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_ITER_WRITEONLY [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1926:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1971:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2054:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UFUNC_CORE_DIM_CAN_IGNORE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2120:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2145:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2177:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2401:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UFUNC_CORE_DIM_MISSING [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2479:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2529:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3110:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3363:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_OBJECT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3418:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3476:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_BEGIN_THREADS_DEF [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3570:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3652:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4021:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4387:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXDIMS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4673:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4787:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_BUFSIZE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4805:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4889:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5079:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5172:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_VOID [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5292:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyUFunc_IdentityValue [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5336:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5430:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UFUNC_REDUCE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5446:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UFUNC_ACCUMULATE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5462:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UFUNC_REDUCEAT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5513:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5943:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2594:16: style: Condition 'retval<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2592:40: note: Calling function '_initialize_variable_parts' returns 0 numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2592:40: note: Assignment 'retval=_initialize_variable_parts(ufunc,op_core_num_dims,core_dim_sizes,core_dim_flags)', assigned value is 0 numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2594:16: note: Condition 'retval<0' is always false numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4564:28: style: Condition 'naxes==0' is always true [knownConditionTrueFalse] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4561:17: note: Assignment 'naxes=0', assigned value is 0 numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4564:28: note: Condition 'naxes==0' is always true numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3428:15: warning:inconclusive: Possible null pointer dereference: type_tup [nullPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3409:26: note: Assignment 'type_tup=NULL', assigned value is 0 numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3417:16: note: Assuming condition is false numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3428:15: note: Null pointer dereference numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2311:13: style: Local variable 'axis' shadows outer argument [shadowArgument] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2300:70: note: Shadowed declaration numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2311:13: note: Shadow variable numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:405:15: style: Variable 'obj' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:525:27: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:622:11: style: Variable 'parse_error' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:937:19: style: Variable 'str' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:1285:39: style: Parameter 'ufunc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2101:37: style: Parameter 'ufunc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2170:43: style: Parameter 'op_core_num_dims' can be declared as const array [constParameter] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2300:32: style: Parameter 'ufunc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2300:43: style: Parameter 'core_num_dims' can be declared as const array [constParameter] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2909:19: style: Variable 'shape' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2910:19: style: Variable 'strides' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:2990:19: style: Variable 'count_ptr' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3323:21: style: Variable 'funcdata' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3340:22: style: Variable 'types' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3463:55: style: Parameter 'strides' can be declared as pointer to const. However it seems that 'reduce_loop' is a callback function, if 'strides' is declared with const you might also need to cast function pointer(s). [constParameterCallback] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3637:36: note: You might need to cast the function pointer here numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3463:55: note: Parameter 'strides' can be declared as pointer to const numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3565:25: style: Parameter 'axes' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4038:11: style: Variable 'opname' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4404:18: style: Variable '_reduce_type' can be declared as const array [constVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4799:18: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4830:37: style: Parameter 'signature' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:4972:29: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5162:34: style: Parameter 'arg_types' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5893:32: style: Parameter 'ufunc' can be declared as pointer to const. However it seems that 'ufunc_get_types' is a callback function, if 'ufunc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5971:17: note: You might need to cast the function pointer here numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:5893:32: note: Parameter 'ufunc' can be declared as pointer to const numpy-1.16.2/numpy/core/src/umath/ufunc_object.c:3865:19: style: Variable 'needs_api' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:419:56: debug: Function::addArguments found argument 'casting' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1520:50: debug: Function::addArguments found argument 'fixed_strides' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:61:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:99:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:140:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_NATIVE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:164:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:211:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_RuntimeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:315:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_RuntimeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:401:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:425:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_UNSAFE_CASTING [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:453:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_RuntimeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:544:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:568:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:594:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_TIMEDELTA [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:633:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:805:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:969:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1095:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1200:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1259:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1302:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1336:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1412:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1530:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_RuntimeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1600:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_OBJECT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1697:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1757:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1822:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1937:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kind [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1976:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:2085:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_MAXARGS [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:2270:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_num [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1519:44: style:inconclusive: Function 'PyUFunc_DefaultMaskedInnerLoopSelector' argument 3 names different: declaration 'mask_dtypes' definition 'mask_dtype'. [funcArgNamesDifferent] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.h:147:54: note: Function 'PyUFunc_DefaultMaskedInnerLoopSelector' argument 3 names different: declaration 'mask_dtypes' definition 'mask_dtype'. numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1519:44: note: Function 'PyUFunc_DefaultMaskedInnerLoopSelector' argument 3 names different: declaration 'mask_dtypes' definition 'mask_dtype'. numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:591:37: style: Variable 'src' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1323:21: style: Variable 'funcdata' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1355:22: style: Variable 'types' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1448:37: style: Parameter 'data' can be declared as pointer to const. However it seems that 'ufunc_masker_data_clone' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1552:25: note: You might need to cast the function pointer here numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1448:37: note: Parameter 'data' can be declared as pointer to const numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1519:44: style: Parameter 'mask_dtype' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1571:35: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1675:42: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1805:30: style: Parameter 'specified_types' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:2021:15: style: Variable 'orig_types' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:2209:15: style: Variable 'orig_types' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:684:23: style: Variable 'type_num2' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:726:23: style: Variable 'type_num2' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:744:23: style: Variable 'type_num1' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:762:23: style: Variable 'type_num1' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:853:23: style: Variable 'type_num2' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:895:23: style: Variable 'type_num2' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:929:23: style: Variable 'type_num1' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:994:23: style: Variable 'type_num2' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1011:23: style: Variable 'type_num2' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1033:23: style: Variable 'type_num1' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1055:23: style: Variable 'type_num1' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1150:23: style: Variable 'type_num2' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/ufunc_type_resolution.c:1167:23: style: Variable 'type_num2' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:60:56: debug: Function::addArguments found argument 'dtypes' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:73:39: debug: Function::addArguments found argument 'dummy' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:170:39: debug: Function::addArguments found argument 'dummy' with varid 0. [varid0] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:45:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_OBJECT [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:89:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:189:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyUFunc_Type [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:266:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UFUNC_PYVALS_NAME [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:286:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_PI [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:322:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:323:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:324:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:325:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:326:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:37:43: style: Parameter 'ufunc' can be declared as pointer to const. However it seems that 'object_ufunc_type_resolver' is a callback function, if 'ufunc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] numpy-1.16.2/numpy/core/src/umath/umathmodule.c:162:28: note: You might need to cast the function pointer here numpy-1.16.2/numpy/core/src/umath/umathmodule.c:37:43: note: Parameter 'ufunc' can be declared as pointer to const numpy-1.16.2/numpy/core/src/umath/umathmodule.c:174:11: style: Variable 'docstr' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/f2py/src/fortranobject.c:687:47: error: There is an unknown macro here somewhere. Configuration is required. If NPY_INTP_FMT is a macro then please configure it. [unknownMacro] numpy-1.16.2/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c:37:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyObject [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c:82:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c:146:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyFortran_Type [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/fft/fftpack.c:1260:36: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack.c:1270:36: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack.c:1354:26: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack.c:1481:34: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack.c:1488:34: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack.c:1531:24: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:12:36: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:65:36: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:118:36: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:147:36: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:217:36: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:279:36: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:25:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_CDOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:78:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_CDOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:130:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:160:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:230:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_CDOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:291:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:53:23: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:57:23: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:106:23: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:110:23: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:194:16: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:203:23: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:208:23: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:257:16: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:265:23: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/fft/fftpack_litemodule.c:270:23: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.h:183:1: debug: Failed to parse 'typedef double ( * D_fp ) ( void ) , ( * E_fp ) ( void ) ;'. The checking continues anyway. [simplifyTypedef] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:27:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:743:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:702:21: warning: Either the condition 'x==0' is redundant or there is division by zero at line 702. [zerodivcond] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:702:13: note: Assuming that condition 'x==0' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:702:21: note: Division by zero numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:17:28: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:19:29: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:19:38: style: Parameter 's' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:25:14: style: Parameter 'var' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:25:36: style: Parameter 'routine' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:94:29: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:105:41: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:116:23: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:125:30: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:140:20: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:152:27: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:161:30: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:172:42: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:187:28: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:200:22: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:212:27: style: Parameter 'ap' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:212:43: style: Parameter 'bp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:222:21: style: Parameter 'ap' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:222:34: style: Parameter 'bp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:256:27: style: Parameter 'ap' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:256:40: style: Parameter 'bp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:292:58: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:345:34: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:384:52: style: Parameter 'np' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:388:8: style: Variable 'rp' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:443:29: style: Variable 'aend' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:443:40: style: Variable 'bend' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:493:17: style: Variable 'aend' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:493:24: style: Variable 'bend' can be declared as pointer to const [constVariablePointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:535:23: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:546:29: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:558:33: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:558:45: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:594:45: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:594:63: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:633:34: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:662:46: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:689:25: style: Parameter 'ap' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:689:38: style: Parameter 'bp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c.c:736:18: style: Parameter 's' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10626:20: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10613:25: note: Assuming that condition '*incx<1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10625:9: note: Assignment 'i__2=*incx', assigned value is greater than 0 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10626:20: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11210:20: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11197:25: note: Assuming that condition '*incx<1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11209:9: note: Assignment 'i__2=*incx', assigned value is greater than 0 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11210:20: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:35:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:36:2: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:36:30: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:122:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:122:63: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:123:15: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:196:55: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:197:3: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:197:31: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:283:55: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:284:3: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:284:31: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:370:2: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:370:14: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:370:26: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:370:54: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:371:11: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:371:25: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:371:54: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1040:63: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1041:2: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1041:30: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1041:56: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1042:2: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1042:29: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1429:50: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1429:62: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1430:14: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1430:41: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1430:68: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1624:50: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1624:62: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1625:14: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1625:41: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1625:68: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1819:62: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1820:14: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1820:40: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1820:55: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:1821:12: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:2228:62: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:2229:14: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:2229:41: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:2229:68: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:2652:76: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:2653:39: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:2653:65: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:2654:8: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:2654:37: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3301:75: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3302:8: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3302:36: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3302:47: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3303:11: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3808:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3808:50: style: Parameter 'ca' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3809:2: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3876:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3876:63: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3877:15: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3877:27: style: Parameter 'c__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:3877:38: style: Parameter 's' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4011:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4011:48: style: Parameter 'sa' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4011:74: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4081:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4081:63: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4082:15: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4164:23: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4164:35: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4164:63: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4165:23: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4826:23: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:4826:49: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:5358:23: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:5358:35: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:5358:63: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:5359:23: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6030:23: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6030:49: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6530:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6530:53: style: Parameter 'da' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6531:11: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6531:42: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6645:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6645:66: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6646:27: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6741:27: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6741:55: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6742:11: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6841:2: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6841:14: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6841:29: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6841:60: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6842:26: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6842:43: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:6843:11: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7206:63: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7207:2: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7207:33: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7207:62: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7208:14: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7208:44: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7499:49: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7499:64: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7500:26: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7500:56: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7501:26: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7674:28: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7674:55: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7749:37: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7749:65: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7750:27: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7750:45: style: Parameter 'c__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7750:62: style: Parameter 's' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7824:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7824:53: style: Parameter 'da' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7825:11: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7907:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7907:66: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:7908:27: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8010:65: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8011:26: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8011:55: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8012:3: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8012:33: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8302:65: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8303:26: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8303:56: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8304:26: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8558:76: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8559:14: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8559:45: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8560:11: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8560:28: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8560:60: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8942:75: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8943:14: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8943:45: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8943:62: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:8944:28: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:9292:23: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:9292:38: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:9293:2: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:9293:31: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:9722:26: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:9722:55: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10048:23: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10048:38: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10049:2: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10049:31: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10514:29: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10514:60: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10579:29: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10579:59: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10667:26: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10667:51: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10745:26: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10745:54: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10823:26: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10823:48: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10901:26: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10901:57: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10979:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10979:47: style: Parameter 'sa' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10979:70: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:10980:21: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11094:29: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11094:54: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11163:29: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11163:53: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11251:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11251:60: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11252:11: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11347:27: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11347:49: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11347:74: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11446:2: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11446:14: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11446:23: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11446:48: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11447:2: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11447:13: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11447:39: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11810:63: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11810:72: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11811:20: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11811:43: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11811:55: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:11812:11: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12103:49: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12103:58: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12104:11: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12104:35: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12104:59: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12277:28: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12277:49: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12352:37: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12352:59: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12353:11: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12353:23: style: Parameter 'c__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12353:34: style: Parameter 's' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12427:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12427:47: style: Parameter 'sa' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12427:70: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12509:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12509:60: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12510:11: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12612:59: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12613:11: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12613:34: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12613:46: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12614:2: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12904:59: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12905:11: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12905:35: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:12905:59: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13159:76: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13160:8: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13160:33: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13160:56: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13160:67: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13161:23: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13545:75: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13546:8: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13546:33: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13546:44: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13547:2: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13895:23: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13895:32: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13895:57: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:13896:11: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:14325:20: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:14325:43: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:14651:23: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:14651:32: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:14651:57: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:14652:11: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15117:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15118:11: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15118:45: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15204:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15204:69: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15205:30: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15278:68: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15279:30: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15279:64: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15364:68: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15365:30: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15365:64: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15450:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15450:69: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15451:30: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15451:48: style: Parameter 'c__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15451:65: style: Parameter 's' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15585:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15585:54: style: Parameter 'da' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15586:11: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15656:2: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15656:14: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15656:32: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15656:66: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15657:29: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15657:49: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:15658:16: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16327:63: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16328:17: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16328:51: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16329:14: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16329:35: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16330:2: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16717:50: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16717:68: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16718:29: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16718:62: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16719:29: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16913:50: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16913:68: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16914:29: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16914:62: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:16915:29: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17109:68: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17110:29: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17110:61: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17111:17: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17111:50: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17518:68: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17519:29: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17519:62: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17520:29: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17943:76: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17944:51: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17945:14: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17945:31: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:17945:66: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:18592:75: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:18593:14: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:18593:48: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:18593:65: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:18594:31: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19099:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19099:56: style: Parameter 'za' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19100:11: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19167:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19167:69: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19168:30: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19250:23: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19250:41: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19251:11: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19251:43: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19912:29: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:19912:61: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:20444:23: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:20444:41: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:20445:11: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:20445:43: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:21116:29: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_blas.c:21116:61: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:6693:19: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:6682:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:6692:9: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:6693:19: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23159:25: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23144:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23158:13: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23159:25: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23188:25: style: Condition 'i__1<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23144:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23187:13: note: Assignment 'i__1=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23188:25: note: Condition 'i__1<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23560:23: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23545:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23559:13: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23560:23: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23603:23: style: Condition 'i__1<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23545:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23602:13: note: Assignment 'i__1=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23603:23: note: Condition 'i__1<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26089:23: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26074:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26088:13: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26089:23: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26116:24: style: Condition 'i__2<0' is always true [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26074:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26115:13: note: Assignment 'i__2=-nb', assigned value is less than -1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26116:24: note: Condition 'i__2<0' is always true numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:24393:40: error: Expression 'r__1=d__[finish],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:24394:26: error: Expression 'r__2=d__[finish+1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:24706:36: error: Expression 'r__1=d__[m],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:24707:11: error: Expression 'r__2=d__[m+1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:56:11: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:977:11: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:1302:41: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:1987:57: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:2458:41: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:2690:41: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:3558:41: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:3791:33: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:6921:49: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:6922:11: style: Parameter 'lrwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:7600:61: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:8407:63: style: Parameter 'nb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:8878:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:8878:63: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:8950:63: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:8951:11: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:8951:37: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:9062:63: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:9063:11: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:9063:37: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:9174:75: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:9175:49: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:10019:50: style: Parameter 'cutpnt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:10438:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:10438:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:10438:71: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:10439:11: style: Parameter 'ilo' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:10439:25: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:10440:26: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:10440:55: style: Parameter 'ldz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:11481:39: style: Parameter 'icompq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:11481:56: style: Parameter 'nl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:11481:69: style: Parameter 'nr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:11482:11: style: Parameter 'sqre' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:11483:41: style: Parameter 'givptr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:11484:11: style: Parameter 'ldgcol' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:11484:42: style: Parameter 'ldgnum' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:12670:61: style: Parameter 'rcond' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:13408:2: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:13573:53: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:13574:2: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14588:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14588:65: style: Parameter 'ldh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14589:2: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14589:15: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14755:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14755:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14755:71: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14756:11: style: Parameter 'ktop' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14756:26: style: Parameter 'kbot' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14756:41: style: Parameter 'nw' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14757:12: style: Parameter 'iloz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14757:27: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14758:67: style: Parameter 'nh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14759:37: style: Parameter 'nv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:14760:26: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:15329:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:15329:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:15329:71: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:15330:11: style: Parameter 'ktop' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:15330:26: style: Parameter 'kbot' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:15330:41: style: Parameter 'nw' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:15331:12: style: Parameter 'iloz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:15331:27: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:15332:67: style: Parameter 'nh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:15333:37: style: Parameter 'nv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:16703:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:16703:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:16703:71: style: Parameter 'kacc22' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:16704:11: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:16704:53: style: Parameter 'nshfts' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:16705:40: style: Parameter 'iloz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:16705:55: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:16706:42: style: Parameter 'ldv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:16707:12: style: Parameter 'nv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:16707:53: style: Parameter 'nh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:18051:23: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:18051:51: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:18195:26: style: Parameter 'tau' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:19208:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:19365:67: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:19366:2: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:19965:53: style: Parameter 'kl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:19965:66: style: Parameter 'ku' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:19966:41: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:19966:65: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:20321:2: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:20321:18: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:20321:45: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:20467:12: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:20467:56: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:21049:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:21049:63: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:21162:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:21162:63: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:21163:2: style: Parameter 'k1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:21163:15: style: Parameter 'k2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:21163:43: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:21310:63: style: Parameter 'nb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23894:37: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23894:62: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23895:15: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:23895:27: style: Parameter 'c__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:25091:39: style: Parameter 'mm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:25591:28: style: Parameter 'ldq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:25591:42: style: Parameter 'ifst' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:25591:57: style: Parameter 'ilst' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26149:51: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26149:63: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26593:65: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26788:51: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26788:63: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:26955:54: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:27216:54: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:27477:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:27478:11: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:27478:35: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:27689:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:27690:11: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:27690:35: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:28246:25: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:28471:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:28698:40: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:29003:40: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_c_lapack.c:29301:40: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1052:15: style: Condition 'zcode==90' is always true [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1040:13: note: Assignment 'zcode='Z'', assigned value is 90 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1052:15: note: Condition 'zcode==90' is always true numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:689:32: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:689:47: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:730:57: style: Parameter 'start' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:730:73: style: Parameter 'base' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:824:39: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:824:54: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:824:66: style: Parameter 'emin' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:825:11: style: Parameter 'ieee' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1759:26: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1759:35: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1800:51: style: Parameter 'start' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1800:67: style: Parameter 'base' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1894:39: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1894:54: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1894:66: style: Parameter 'emin' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_config.c:1895:11: style: Parameter 'ieee' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:7246:19: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:7235:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:7245:9: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:7246:19: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33131:25: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33116:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33130:13: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33131:25: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33161:25: style: Condition 'i__1<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33116:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33160:13: note: Assignment 'i__1=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33161:25: note: Condition 'i__1<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:37121:23: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:37106:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:37120:13: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:37121:23: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:37162:23: style: Condition 'i__1<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:37106:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:37161:13: note: Assignment 'i__1=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:37162:23: note: Condition 'i__1<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:41807:23: style: Condition 'i__3<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:41792:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:41806:13: note: Assignment 'i__3=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:41807:23: note: Condition 'i__3<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:41833:24: style: Condition 'i__3<0' is always true [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:41792:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:41832:13: note: Assignment 'i__3=-nb', assigned value is less than -1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:41833:24: note: Condition 'i__3<0' is always true numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10454:50: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10457:59: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10539:47: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10542:56: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10654:56: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10657:47: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10674:56: error: Expression 'd__1=a*a+b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10677:48: error: Expression 'd__1=a*a+b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10808:47: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10811:56: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10984:51: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:10987:60: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:11194:57: error: Expression 'd__1=b*b-c__*4.,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:11375:51: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:11378:60: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:11531:50: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:11534:59: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:17187:37: error: Expression 'd__1=*b+*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18615:31: error: Expression 'd__1=t[*ns+(*ns-1)*t_dim1],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18616:29: error: Expression 'd__2=t[*ns-1+*ns*t_dim1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18687:30: error: Expression 'd__1=t[i__+1+i__*t_dim1],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18688:32: error: Expression 'd__2=t[i__+(i__+1)*t_dim1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18697:23: error: Expression 'd__1=t[k+1+k*t_dim1],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18698:21: error: Expression 'd__2=t[k+(k+1)*t_dim1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:19310:31: error: Expression 'd__1=t[*ns+(*ns-1)*t_dim1],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:19311:29: error: Expression 'd__2=t[*ns-1+*ns*t_dim1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:19382:30: error: Expression 'd__1=t[i__+1+i__*t_dim1],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:19383:32: error: Expression 'd__2=t[i__+(i__+1)*t_dim1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:19392:23: error: Expression 'd__1=t[k+1+k*t_dim1],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:19393:21: error: Expression 'd__2=t[k+(k+1)*t_dim1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:25528:30: error: Expression 'd__1=z__[i__],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:25952:50: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:25955:59: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26031:47: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26034:56: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26149:56: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26152:47: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26177:56: error: Expression 'd__1=a*a+b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26180:48: error: Expression 'd__1=a*a+b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26190:68: error: Expression 'd__1=d__[ip1]*d__[ip1]+tau,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26313:47: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26316:56: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26504:51: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26507:60: error: Expression 'd__1=a*a-b*4.*c__,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26749:57: error: Expression 'd__1=b*b-c__*4.,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:26777:56: error: Expression 'd__1=d__[2]*d__[2]+tau,(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:27917:39: error: Expression 'd__1=work[iwk3i+i__],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:37781:40: error: Expression 'd__1=d__[finish],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:37782:26: error: Expression 'd__2=d__[finish+1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:38126:36: error: Expression 'd__1=d__[m],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:38127:11: error: Expression 'd__2=d__[m+1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:38641:53: error: Expression 'd__1=d__[m],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:38642:26: error: Expression 'd__2=d__[m+1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:40254:46: error: Expression 'd__1=t[ki+(ki-1)*t_dim1],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:40255:40: error: Expression 'd__2=t[ki-1+ki*t_dim1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:40672:46: error: Expression 'd__1=t[ki+(ki+1)*t_dim1],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:40673:40: error: Expression 'd__2=t[ki+1+ki*t_dim1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:1457:11: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:2336:35: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:2649:11: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:3370:11: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:3823:51: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:4054:66: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:4883:51: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:5115:60: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:8021:63: style: Parameter 'nb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:8424:63: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:8425:14: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:8425:43: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:8527:42: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:8527:57: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:8587:56: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:11913:39: style: Parameter 'icompq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:11915:28: style: Parameter 'cutpnt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:12371:51: style: Parameter 'kstart' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:12372:11: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:12372:55: style: Parameter 'ldq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:12373:66: style: Parameter 'lds' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:12616:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:12617:11: style: Parameter 'curpbm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:12876:57: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:13045:39: style: Parameter 'wantq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:13483:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:13483:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:13483:71: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:13484:11: style: Parameter 'ilo' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:13484:25: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:13485:47: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:13486:11: style: Parameter 'ldz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14404:31: style: Parameter 'din1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14404:49: style: Parameter 'din2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14449:39: style: Parameter 'ltrans' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14449:56: style: Parameter 'na' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14449:69: style: Parameter 'nw' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14450:32: style: Parameter 'ca' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14450:60: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14451:14: style: Parameter 'd1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14451:30: style: Parameter 'd2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14451:58: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14452:14: style: Parameter 'wr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14452:30: style: Parameter 'wi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:14452:58: style: Parameter 'ldx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:15003:39: style: Parameter 'icompq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:15003:56: style: Parameter 'nl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:15003:69: style: Parameter 'nr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:15004:11: style: Parameter 'sqre' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:15005:46: style: Parameter 'givptr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:15006:11: style: Parameter 'ldgcol' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:15006:48: style: Parameter 'ldgnum' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:15895:14: style: Parameter 'rcond' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:16397:39: style: Parameter 'n1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:16397:52: style: Parameter 'n2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:16398:3: style: Parameter 'dtrd1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:16398:19: style: Parameter 'dtrd2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:16511:3: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:16810:3: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18109:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18109:68: style: Parameter 'ldh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18110:14: style: Parameter 'sr1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18110:31: style: Parameter 'si1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:18110:48: style: Parameter 'sr2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:20348:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:20348:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:20348:71: style: Parameter 'kacc22' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:20349:11: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:20349:53: style: Parameter 'nshfts' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:20350:63: style: Parameter 'iloz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:20351:11: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:20352:2: style: Parameter 'ldv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:20352:45: style: Parameter 'nv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:20353:26: style: Parameter 'nh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:21387:30: style: Parameter 'tau' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:22337:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:22478:67: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:22479:2: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:23771:53: style: Parameter 'kl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:23771:66: style: Parameter 'ku' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:23772:59: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:23773:26: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:24632:65: style: Parameter 'sqre' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:27170:39: style: Parameter 'icompq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:27171:11: style: Parameter 'sqre' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:27175:45: style: Parameter 'ldgcol' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:27176:12: style: Parameter 'ldgnum' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:28425:51: style: Parameter 'sqre' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:28786:50: style: Parameter 'msub' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:28899:2: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:28899:21: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:28899:51: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30122:39: style: Parameter 'i0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30122:52: style: Parameter 'n0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30123:11: style: Parameter 'pp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30123:24: style: Parameter 'n0in' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30123:42: style: Parameter 'dmin__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30123:62: style: Parameter 'dmin1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30124:14: style: Parameter 'dmin2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30124:33: style: Parameter 'dn' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30124:49: style: Parameter 'dn1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30124:66: style: Parameter 'dn2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30501:39: style: Parameter 'i0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30501:52: style: Parameter 'n0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30502:11: style: Parameter 'pp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30502:27: style: Parameter 'tau' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30504:12: style: Parameter 'ieee' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30718:39: style: Parameter 'i0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30718:52: style: Parameter 'n0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30719:11: style: Parameter 'pp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30906:12: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:30907:2: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:31332:49: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:31594:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:31594:66: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:31935:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:31935:66: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:31936:3: style: Parameter 'k1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:31936:16: style: Parameter 'k2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:31936:44: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:32075:39: style: Parameter 'ltranl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:32075:56: style: Parameter 'ltranr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:32075:73: style: Parameter 'isgn' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:32076:11: style: Parameter 'n1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:32076:24: style: Parameter 'n2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:32076:53: style: Parameter 'ldtl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:32077:15: style: Parameter 'ldtr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:32077:45: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:32078:26: style: Parameter 'ldx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:32528:63: style: Parameter 'nb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33192:51: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33192:63: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33617:65: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33805:51: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33805:63: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:33957:63: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:34214:63: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:34471:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:34472:11: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:34472:38: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:34672:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:34673:11: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:34673:38: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:35209:25: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:35434:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:35641:48: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:35945:48: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:36242:48: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:38950:61: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_d_lapack.c:39554:17: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1637:9: style: The if condition is the same as the previous if condition [duplicateCondition] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1634:9: note: First condition numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1637:9: note: Second condition numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:706:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:708:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:706:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:715:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:717:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:715:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:721:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:723:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:721:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:727:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:729:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:727:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:733:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:735:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:733:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:741:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:743:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:741:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:749:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:751:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:749:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:809:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:815:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:809:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:825:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:831:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:825:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:841:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:843:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:841:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:849:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:851:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:849:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:873:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:875:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:873:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:879:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:881:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:879:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:885:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:887:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:885:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:891:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:893:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:891:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:899:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:901:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:899:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:965:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:967:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:965:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:971:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:973:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:971:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:977:6: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:979:8: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:977:6: note: Found duplicate branches for 'if' and 'else'. numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:145:19: style: Same expression on both sides of '/'. [duplicateExpression] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:37:26: style: Parameter 'ispec' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:37:39: style: Parameter 'zero' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:37:51: style: Parameter 'one' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:186:26: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:186:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:186:62: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:259:26: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:259:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:259:62: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:335:26: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:335:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:335:65: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:402:26: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:402:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:402:65: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1101:26: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1101:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1101:59: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1168:26: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1168:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1168:59: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1238:26: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1238:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1238:68: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1311:26: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1311:38: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1311:68: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1387:26: style: Parameter 'ispec' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1388:3: style: Parameter 'ilo' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_lapack.c:1388:17: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:7230:19: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:7219:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:7229:9: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:7230:19: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33005:25: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:32990:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33004:13: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33005:25: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33035:25: style: Condition 'i__1<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:32990:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33034:13: note: Assignment 'i__1=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33035:25: note: Condition 'i__1<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:36981:23: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:36966:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:36980:13: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:36981:23: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:37022:23: style: Condition 'i__1<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:36966:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:37021:13: note: Assignment 'i__1=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:37022:23: note: Condition 'i__1<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:41634:23: style: Condition 'i__3<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:41619:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:41633:13: note: Assignment 'i__3=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:41634:23: note: Condition 'i__3<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:41660:24: style: Condition 'i__3<0' is always true [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:41619:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:41659:13: note: Assignment 'i__3=-nb', assigned value is less than -1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:41660:24: note: Condition 'i__3<0' is always true numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10417:51: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10420:61: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10502:48: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10505:58: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10617:58: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10620:48: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10637:58: error: Expression 'r__1=a*a+b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10640:49: error: Expression 'r__1=a*a+b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10771:48: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10774:58: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10947:52: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:10950:62: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:11157:59: error: Expression 'r__1=b*b-c__*4.f,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:11339:52: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:11342:62: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:11496:51: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:11499:61: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:17128:38: error: Expression 'r__1=*b+*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18546:32: error: Expression 'r__1=t[*ns+(*ns-1)*t_dim1],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18547:29: error: Expression 'r__2=t[*ns-1+*ns*t_dim1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18618:31: error: Expression 'r__1=t[i__+1+i__*t_dim1],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18619:38: error: Expression 'r__2=t[i__+(i__+1)*t_dim1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18628:23: error: Expression 'r__1=t[k+1+k*t_dim1],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18629:23: error: Expression 'r__2=t[k+(k+1)*t_dim1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:19236:32: error: Expression 'r__1=t[*ns+(*ns-1)*t_dim1],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:19237:29: error: Expression 'r__2=t[*ns-1+*ns*t_dim1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:19308:31: error: Expression 'r__1=t[i__+1+i__*t_dim1],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:19309:38: error: Expression 'r__2=t[i__+(i__+1)*t_dim1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:19318:23: error: Expression 'r__1=t[k+1+k*t_dim1],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:19319:23: error: Expression 'r__2=t[k+(k+1)*t_dim1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:25435:30: error: Expression 'r__1=z__[i__],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:25858:51: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:25861:61: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:25937:48: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:25940:58: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26055:58: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26058:48: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26083:58: error: Expression 'r__1=a*a+b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26086:49: error: Expression 'r__1=a*a+b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26096:68: error: Expression 'r__1=d__[ip1]*d__[ip1]+tau,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26219:48: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26222:58: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26410:52: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26413:62: error: Expression 'r__1=a*a-b*4.f*c__,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26654:59: error: Expression 'r__1=b*b-c__*4.f,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:26683:56: error: Expression 'r__1=d__[2]*d__[2]+tau,(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:27815:39: error: Expression 'r__1=work[iwk3i+i__],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:37634:40: error: Expression 'r__1=d__[finish],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:37635:26: error: Expression 'r__2=d__[finish+1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:37975:36: error: Expression 'r__1=d__[m],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:37976:11: error: Expression 'r__2=d__[m+1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:38489:54: error: Expression 'r__1=d__[m],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:38490:26: error: Expression 'r__2=d__[m+1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:40081:46: error: Expression 'r__1=t[ki+(ki-1)*t_dim1],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:40082:40: error: Expression 'r__2=t[ki-1+ki*t_dim1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:40499:46: error: Expression 'r__1=t[ki+(ki+1)*t_dim1],(doublereal)((r__1)>=0?(r__1):-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:40500:40: error: Expression 'r__2=t[ki+1+ki*t_dim1],(doublereal)((r__2)>=0?(r__2):-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:1452:11: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:2326:2: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:2638:38: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:3350:48: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:3800:34: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:4031:29: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:4867:34: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:5099:24: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8001:63: style: Parameter 'nb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8402:63: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8403:11: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8403:34: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8505:36: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8505:45: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8505:54: style: Parameter 'c__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8505:65: style: Parameter 'd__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8565:35: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8565:44: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:8565:53: style: Parameter 'c__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:11877:39: style: Parameter 'icompq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:11879:11: style: Parameter 'cutpnt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:12335:51: style: Parameter 'kstart' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:12336:11: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:12336:43: style: Parameter 'ldq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:12337:30: style: Parameter 'lds' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:12578:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:12579:11: style: Parameter 'curpbm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:12834:36: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:12834:45: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:12834:54: style: Parameter 'c__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:13003:39: style: Parameter 'wantq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:13441:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:13441:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:13441:71: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:13442:11: style: Parameter 'ilo' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:13442:25: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:13443:30: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:13443:56: style: Parameter 'ldz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14355:25: style: Parameter 'sin1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14355:37: style: Parameter 'sin2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14400:39: style: Parameter 'ltrans' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14400:56: style: Parameter 'na' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14400:69: style: Parameter 'nw' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14401:14: style: Parameter 'ca' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14401:36: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14401:47: style: Parameter 'd1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14401:57: style: Parameter 'd2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14402:11: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14402:22: style: Parameter 'wr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14402:32: style: Parameter 'wi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14402:54: style: Parameter 'ldx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14956:39: style: Parameter 'icompq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14956:56: style: Parameter 'nl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14956:69: style: Parameter 'nr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14957:11: style: Parameter 'sqre' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14958:41: style: Parameter 'givptr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14959:11: style: Parameter 'ldgcol' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:14959:42: style: Parameter 'ldgnum' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:15842:58: style: Parameter 'rcond' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:16339:39: style: Parameter 'n1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:16339:52: style: Parameter 'n2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:16340:2: style: Parameter 'strd1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:16340:18: style: Parameter 'strd2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:16452:74: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:16751:74: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18045:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18045:62: style: Parameter 'ldh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18045:73: style: Parameter 'sr1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18046:8: style: Parameter 'si1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:18046:19: style: Parameter 'sr2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:20271:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:20271:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:20271:71: style: Parameter 'kacc22' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:20272:11: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:20272:53: style: Parameter 'nshfts' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:20273:46: style: Parameter 'iloz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:20273:61: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:20274:40: style: Parameter 'ldv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:20275:11: style: Parameter 'nv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:20275:49: style: Parameter 'nh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:21311:23: style: Parameter 'tau' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:22258:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:22398:67: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:22399:2: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:23402:36: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:23402:45: style: Parameter 'g' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:23688:53: style: Parameter 'kl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:23688:66: style: Parameter 'ku' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:23689:41: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:23689:62: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:24543:65: style: Parameter 'sqre' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:27073:39: style: Parameter 'icompq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:27074:11: style: Parameter 'sqre' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:27077:36: style: Parameter 'ldgcol' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:27078:2: style: Parameter 'ldgnum' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:28318:51: style: Parameter 'sqre' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:28678:50: style: Parameter 'msub' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:28790:72: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:28791:8: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:28791:32: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30009:39: style: Parameter 'i0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30009:52: style: Parameter 'n0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30009:76: style: Parameter 'pp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30010:12: style: Parameter 'n0in' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30010:24: style: Parameter 'dmin__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30010:38: style: Parameter 'dmin1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30010:51: style: Parameter 'dmin2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30010:64: style: Parameter 'dn' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30011:8: style: Parameter 'dn1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30011:19: style: Parameter 'dn2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30387:39: style: Parameter 'i0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30387:52: style: Parameter 'n0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30387:76: style: Parameter 'pp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30388:9: style: Parameter 'tau' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30389:29: style: Parameter 'ieee' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30603:39: style: Parameter 'i0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30603:52: style: Parameter 'n0' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30603:76: style: Parameter 'pp' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30791:12: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:30791:53: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31216:49: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31477:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31477:60: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31817:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31817:60: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31817:74: style: Parameter 'k1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31818:11: style: Parameter 'k2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31818:39: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31957:39: style: Parameter 'ltranl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31957:56: style: Parameter 'ltranr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31957:73: style: Parameter 'isgn' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31958:11: style: Parameter 'n1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31958:24: style: Parameter 'n2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31958:47: style: Parameter 'ldtl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31959:2: style: Parameter 'ldtr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31959:26: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:31959:62: style: Parameter 'ldx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:32411:63: style: Parameter 'nb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33066:51: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33066:63: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33491:65: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33677:51: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33677:63: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:33829:48: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:34085:48: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:34341:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:34342:11: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:34342:32: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:34541:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:34542:11: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:34542:32: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:35075:25: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:35299:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:35505:24: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:35809:24: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:36107:24: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:38798:46: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_s_lapack.c:39386:54: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:6733:19: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:6722:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:6732:9: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:6733:19: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23271:25: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23256:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23270:13: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23271:25: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23300:25: style: Condition 'i__1<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23256:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23299:13: note: Assignment 'i__1=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23300:25: note: Condition 'i__1<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23672:23: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23657:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23671:13: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23672:23: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23715:23: style: Condition 'i__1<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23657:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23714:13: note: Assignment 'i__1=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:23715:23: note: Condition 'i__1<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26206:23: style: Condition 'i__2<0' is always false [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26191:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26205:13: note: Assignment 'i__2=nb', assigned value is greater than 1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26206:23: note: Condition 'i__2<0' is always false numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26233:24: style: Condition 'i__2<0' is always true [knownConditionTrueFalse] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26191:12: note: Assuming that condition 'nb<=1' is not redundant numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26232:13: note: Assignment 'i__2=-nb', assigned value is less than -1 numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26233:24: note: Condition 'i__2<0' is always true numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:24507:40: error: Expression 'd__1=d__[finish],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:24508:26: error: Expression 'd__2=d__[finish+1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:24821:36: error: Expression 'd__1=d__[m],(d__1)>=0?(d__1):-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:24822:11: error: Expression 'd__2=d__[m+1],(d__2)>=0?(d__2):-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:56:11: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:976:53: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:1305:11: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:1995:17: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:2468:66: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:2706:11: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:3580:66: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:3819:11: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:6963:11: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:6963:46: style: Parameter 'lrwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:7650:32: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:8460:63: style: Parameter 'nb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:8933:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:8933:69: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:9005:63: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:9006:14: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:9006:46: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:9117:63: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:9118:29: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:9118:61: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:9230:11: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:9231:11: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:10078:11: style: Parameter 'cutpnt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:10496:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:10496:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:10496:71: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:10497:11: style: Parameter 'ilo' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:10497:25: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:10498:44: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:10499:11: style: Parameter 'ldz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:11542:39: style: Parameter 'icompq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:11542:56: style: Parameter 'nl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:11542:69: style: Parameter 'nr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:11543:11: style: Parameter 'sqre' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:11544:60: style: Parameter 'givptr' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:11545:28: style: Parameter 'ldgcol' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:11545:65: style: Parameter 'ldgnum' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:12738:15: style: Parameter 'rcond' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:13478:11: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:13643:53: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:13644:11: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14661:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14661:71: style: Parameter 'ldh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14662:17: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14662:36: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14828:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14828:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14828:71: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14829:11: style: Parameter 'ktop' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14829:26: style: Parameter 'kbot' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14829:41: style: Parameter 'nw' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14830:25: style: Parameter 'iloz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14830:40: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14832:43: style: Parameter 'nh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14833:25: style: Parameter 'nv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:14834:32: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:15410:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:15410:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:15410:71: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:15411:11: style: Parameter 'ktop' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:15411:26: style: Parameter 'kbot' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:15411:41: style: Parameter 'nw' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:15412:25: style: Parameter 'iloz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:15412:40: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:15414:43: style: Parameter 'nh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:15415:25: style: Parameter 'nv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:16797:39: style: Parameter 'wantt' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:16797:55: style: Parameter 'wantz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:16797:71: style: Parameter 'kacc22' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:16798:11: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:16798:53: style: Parameter 'nshfts' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:16799:63: style: Parameter 'iloz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:16800:11: style: Parameter 'ihiz' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:16801:11: style: Parameter 'ldv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:16801:57: style: Parameter 'nv' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:16802:45: style: Parameter 'nh' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:18149:34: style: Parameter 'ldb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:18149:68: style: Parameter 'ldc' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:18294:36: style: Parameter 'tau' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:19311:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:19469:67: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:19470:2: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:20071:53: style: Parameter 'kl' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:20071:66: style: Parameter 'ku' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:20072:59: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:20073:29: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:20426:17: style: Parameter 'alpha' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:20426:39: style: Parameter 'beta' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:20427:2: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:20573:12: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:20574:11: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:21156:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:21156:69: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:21269:39: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:21269:69: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:21270:11: style: Parameter 'k1' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:21270:24: style: Parameter 'k2' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:21270:52: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:21417:63: style: Parameter 'nb' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:24007:37: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:24007:68: style: Parameter 'incx' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:24008:30: style: Parameter 'incy' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:24008:48: style: Parameter 'c__' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:25206:60: style: Parameter 'mm' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:25707:43: style: Parameter 'ldq' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:25707:57: style: Parameter 'ifst' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:25708:2: style: Parameter 'ilst' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26266:51: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26266:63: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26712:65: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26908:51: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:26908:63: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:27076:17: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:27340:17: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:27603:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:27604:11: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:27604:41: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:27815:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:27816:11: style: Parameter 'k' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:27816:41: style: Parameter 'lda' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:28370:25: style: Parameter 'ihi' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:28595:76: style: Parameter 'n' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:28821:66: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:29129:66: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/f2c_z_lapack.c:29431:66: style: Parameter 'lwork' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_lite/python_xerbla.c:42:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:96:41: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:138:41: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:167:41: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:192:41: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:234:41: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:261:41: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:288:41: debug: Function::addArguments found argument 'self' with varid 0. [varid0] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:117:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:149:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:176:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:214:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_CDOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:245:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_CDOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:270:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_CDOUBLE [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:292:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_BEGIN_THREADS_DEF [valueFlowBailoutIncompleteVar] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:55:41: style: Parameter 'obname' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:56:31: style: Parameter 'tname' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:56:44: style: Parameter 'funname' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:16:24: style: struct member 'f2c_complex::r' is never used. [unusedStructMember] numpy-1.16.2/numpy/linalg/lapack_litemodule.c:16:27: style: struct member 'f2c_complex::i' is never used. [unusedStructMember] numpy-1.16.2/numpy/random/mtrand/distributions.c:648:12: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall] numpy-1.16.2/numpy/random/mtrand/distributions.c:69:19: style: Variable 'a' can be declared as const array [constVariable] numpy-1.16.2/numpy/random/mtrand/distributions.c:420:12: style: Variable 'np' is assigned a value that is never used. [unreadVariable] numpy-1.16.2/numpy/random/mtrand/initarray.c:111:45: style: Parameter 'init_key' can be declared as const array [constParameter] numpy-1.16.2/numpy/random/mtrand/mtrand.c:6:0: error: #error Python headers needed to compile C extensions, please install development version of Python. [preprocessorErrorDirective] numpy-1.16.2/tools/swig/test/Array1.cxx:27:18: warning:inconclusive: Member variable 'Array1::_ownData' is not assigned a value in 'Array1::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Array1.cxx:27:18: warning: Member variable 'Array1::_length' is not assigned a value in 'Array1::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Array1.cxx:27:18: warning: Member variable 'Array1::_buffer' is not assigned a value in 'Array1::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Array1.h:12:3: style: Class 'Array1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] numpy-1.16.2/tools/swig/test/Array2.cxx:116:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] numpy-1.16.2/tools/swig/test/Array2.cxx:32:18: warning:inconclusive: Member variable 'Array2::_ownData' is not assigned a value in 'Array2::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Array2.cxx:32:18: warning: Member variable 'Array2::_nrows' is not assigned a value in 'Array2::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Array2.cxx:32:18: warning: Member variable 'Array2::_ncols' is not assigned a value in 'Array2::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Array2.cxx:32:18: warning: Member variable 'Array2::_buffer' is not assigned a value in 'Array2::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Array2.cxx:32:18: warning: Member variable 'Array2::_rows' is not assigned a value in 'Array2::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Array2.cxx:34:7: style: Local variable 'nrows' shadows outer function [shadowFunction] numpy-1.16.2/tools/swig/test/Array2.h:31:7: note: Shadowed declaration numpy-1.16.2/tools/swig/test/Array2.cxx:34:7: note: Shadow variable numpy-1.16.2/tools/swig/test/Array2.cxx:35:7: style: Local variable 'ncols' shadows outer function [shadowFunction] numpy-1.16.2/tools/swig/test/Array2.h:32:7: note: Shadowed declaration numpy-1.16.2/tools/swig/test/Array2.cxx:35:7: note: Shadow variable numpy-1.16.2/tools/swig/test/ArrayZ.cxx:27:18: warning:inconclusive: Member variable 'ArrayZ::_ownData' is not assigned a value in 'ArrayZ::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/ArrayZ.cxx:27:18: warning: Member variable 'ArrayZ::_length' is not assigned a value in 'ArrayZ::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/ArrayZ.cxx:27:18: warning: Member variable 'ArrayZ::_buffer' is not assigned a value in 'ArrayZ::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/ArrayZ.h:13:3: style: Class 'ArrayZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] numpy-1.16.2/tools/swig/test/Farray.cxx:97:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] numpy-1.16.2/tools/swig/test/Farray.cxx:26:18: warning: Member variable 'Farray::_nrows' is not assigned a value in 'Farray::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Farray.cxx:26:18: warning: Member variable 'Farray::_ncols' is not assigned a value in 'Farray::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Farray.cxx:26:18: warning: Member variable 'Farray::_buffer' is not assigned a value in 'Farray::operator='. [operatorEqVarError] numpy-1.16.2/tools/swig/test/Farray.cxx:28:7: style: Local variable 'nrows' shadows outer function [shadowFunction] numpy-1.16.2/tools/swig/test/Farray.h:27:7: note: Shadowed declaration numpy-1.16.2/tools/swig/test/Farray.cxx:28:7: note: Shadow variable numpy-1.16.2/tools/swig/test/Farray.cxx:29:7: style: Local variable 'ncols' shadows outer function [shadowFunction] numpy-1.16.2/tools/swig/test/Farray.h:28:7: note: Shadowed declaration numpy-1.16.2/tools/swig/test/Farray.cxx:29:7: note: Shadow variable numpy-1.16.2/tools/swig/test/Fortran.cxx:13:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:14:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:15:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:16:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:17:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:18:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:19:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:20:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:21:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:22:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:23:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Fortran.cxx:24:1: style: Parameter 'matrix' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:132:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:133:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:134:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:135:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:136:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:137:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:138:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:139:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:140:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:141:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:142:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/SuperTensor.cxx:143:1: style: Parameter 'supertensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:120:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:121:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:122:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:123:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:124:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:125:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:126:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:127:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:128:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:129:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:130:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Tensor.cxx:131:1: style: Parameter 'tensor' can be declared as pointer to const [constParameterPointer] numpy-1.16.2/tools/swig/test/Vector.cxx:89:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:90:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:91:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:92:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:93:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:94:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:95:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:96:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:97:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:98:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:99:1: style: Parameter 'vector' can be declared as const array [constParameter] numpy-1.16.2/tools/swig/test/Vector.cxx:100:1: style: Parameter 'vector' can be declared as const array [constParameter] diff: DONE