2026-05-02 00:13 ftp://ftp.de.debian.org/debian/pool/main/g/gap-float/gap-float_1.0.9+ds.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j6 platform: Linux-7.0.3+deb14-amd64-x86_64-with-glibc2.42 python: 3.13.12 client-version: 1.4.0 compiler: g++ (Debian 15.2.0-17) 15.2.0 cppcheck: head 2.20.0 head-info: e5c4a734 (2026-05-01 11:10:43 +0200) count: 473 469 elapsed-time: 0.5 0.4 head-timing-info: old-timing-info: head results: gap-float-1.0.9+ds/src/float.c:46:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Obj [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/float.c:64:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __mpz_struct [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/float.c:160:41: style: Parameter 'module' can be declared as pointer to const. However it seems that 'InitLibrary' is a callback function, if 'module' is declared with const you might also need to cast function pointer(s). [constParameterCallback] gap-float-1.0.9+ds/src/float.c:191:20: note: You might need to cast the function pointer here gap-float-1.0.9+ds/src/float.c:160:41: note: Parameter 'module' can be declared as pointer to const gap-float-1.0.9+ds/src/cpoly.C:79:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xMAX_EXP [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cpoly.C:245:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xINFIN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cpoly.C:341:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_prec [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/c_poly.C:53:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Epsilon [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cpoly.C:79:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX_EXP [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cpoly.C:245:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc_poly.C:56:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Epsilon [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/fplll.C:228:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fail [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/fplll.C:112:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fail [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/fplll.C:124:35: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/fplll.C:128:33: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cpoly.C:96:9: style: Condition 'x<=0' is always false [knownConditionTrueFalse] gap-float-1.0.9+ds/src/cpoly.C:93:11: note: Assuming that condition 'min>=lo' is not redundant gap-float-1.0.9+ds/src/cpoly.C:95:11: note: Assignment 'x=lo-min', assigned value is greater than 0 gap-float-1.0.9+ds/src/cpoly.C:96:9: note: Condition 'x<=0' is always false gap-float-1.0.9+ds/src/cpoly.C:150:53: style: Parameter 'Ps' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cpoly.C:150:93: style: Parameter 's' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cpoly.C:162:54: style: Parameter 't' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cpoly.C:162:93: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] gap-float-1.0.9+ds/src/cpoly.C:22:23: style: The scope of the variable 'df' can be reduced. [variableScope] gap-float-1.0.9+ds/src/cpoly.C:20:46: style: Parameter 'P' can be declared as pointer to const [constParameterPointer] gap-float-1.0.9+ds/src/cpoly.C:110:53: style: Parameter 'P' can be declared as pointer to const [constParameterPointer] gap-float-1.0.9+ds/src/cpoly.C:150:67: style: Parameter 'H' can be declared as pointer to const [constParameterPointer] gap-float-1.0.9+ds/src/cpoly.C:198:53: style: Parameter 'P' can be declared as pointer to const [constParameterPointer] gap-float-1.0.9+ds/src/mp_poly.C:38:3: style: Struct 'xreal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gap-float-1.0.9+ds/src/mp_poly.C:98:3: style: Struct 'xcomplex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gap-float-1.0.9+ds/src/mp_poly.C:101:3: style: Struct 'xcomplex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gap-float-1.0.9+ds/src/mp_poly.C:102:3: style: Struct 'xcomplex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gap-float-1.0.9+ds/src/mp_poly.C:254:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gap-float-1.0.9+ds/src/mp_poly.C:254:51: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gap-float-1.0.9+ds/src/mp_poly.C:235:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] gap-float-1.0.9+ds/src/mp_poly.C:253:30: style:inconclusive: Function 'cpoly_MPC' argument 1 names different: declaration '' definition 'degree'. [funcArgNamesDifferentUnnamed] gap-float-1.0.9+ds/src/mp_poly.C:253:51: style:inconclusive: Function 'cpoly_MPC' argument 2 names different: declaration '' definition 'coeffs'. [funcArgNamesDifferentUnnamed] gap-float-1.0.9+ds/src/mp_poly.C:253:66: style:inconclusive: Function 'cpoly_MPC' argument 3 names different: declaration '' definition 'roots'. [funcArgNamesDifferentUnnamed] gap-float-1.0.9+ds/src/mp_poly.C:253:77: style:inconclusive: Function 'cpoly_MPC' argument 4 names different: declaration '' definition 'prec'. [funcArgNamesDifferentUnnamed] gap-float-1.0.9+ds/src/mpc.c:45:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_NUMB_BITS [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:58:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __mpc_struct [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:90:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:91:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:92:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:93:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:94:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:95:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:96:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:98:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:99:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:100:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:101:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:102:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:103:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:104:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:105:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:106:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:107:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:108:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:109:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:111:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:112:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:113:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:114:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:115:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:124:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:129:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:134:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:139:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:146:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:164:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:173:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:229:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_INTPOS [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:291:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:299:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:308:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:319:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:327:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:336:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:353:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:373:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:388:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:423:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:461:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:504:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:551:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:552:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:553:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:554:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:555:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:556:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:557:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:558:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:559:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:560:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:562:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:563:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:565:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:566:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPC_RNDNN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:574:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:599:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:604:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable im [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:609:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable im [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:615:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:622:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:629:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:638:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpc.c:653:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:32:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable True [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:43:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __mpfr_struct [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:64:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:65:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:66:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:67:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:68:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:69:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:70:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:71:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:72:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:74:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:75:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:76:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:77:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:78:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:79:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:80:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:81:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:82:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:84:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:85:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:86:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:87:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:88:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:89:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:90:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:91:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:93:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:94:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:95:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:96:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:97:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:99:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:100:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:101:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:102:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:103:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:110:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:122:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:130:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:138:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:165:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:174:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:183:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:192:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:201:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:216:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:234:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fail [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:259:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:264:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:269:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:274:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:280:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:286:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:291:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:299:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:305:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_MACFLOAT [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:316:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:323:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:338:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:344:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:389:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:465:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:481:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:502:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:503:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:504:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:505:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:506:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:507:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:508:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:509:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:517:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:532:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:538:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfr.c:543:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:47:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_NUMB_BITS [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:60:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __mpfi_struct [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:137:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:194:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mp_limb_t [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:270:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:281:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:326:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:334:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:342:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:350:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:358:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:366:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:379:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mp_limb_t [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:414:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fail [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:453:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:462:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:483:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:484:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:485:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:486:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:487:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:488:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:489:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:490:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:491:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:492:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:493:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:494:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:501:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:543:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDD [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:568:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:625:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:731:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable left [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:743:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:748:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:753:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:758:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:763:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:768:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:773:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:778:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:784:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:793:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:823:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_RNDN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/mpfi.c:604:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable] gap-float-1.0.9+ds/src/cxsc.C:28:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable True [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:99:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable real [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:103:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable complex [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:107:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interval [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:111:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cinterval [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:226:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_MACFLOAT [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:277:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MinReal [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:360:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NR_SMALL_INT_BITS [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:384:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fail [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:415:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:422:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:427:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:432:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:437:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:442:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:447:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:454:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Variable [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:503:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:509:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:573:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fail [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:601:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RndDown [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:619:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RndDown [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:686:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fail [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:800:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fail [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:894:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QuietNaN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:896:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QuietNaN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:898:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QuietNaN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:900:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QuietNaN [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:933:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:934:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1041:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1051:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1062:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1073:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1123:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1132:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1142:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1152:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_PLIST [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1168:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_INTPOS [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1232:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1239:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1246:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1253:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1264:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1271:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1278:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:1285:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable False [valueFlowBailoutIncompleteVar] gap-float-1.0.9+ds/src/cxsc.C:117:3: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:123:3: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:129:3: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:135:3: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:230:17: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:237:31: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:237:41: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:242:31: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:247:32: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:253:32: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:253:42: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:258:33: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:264:33: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:264:43: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:270:33: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:270:43: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:357:18: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:372:26: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:378:11: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:380:11: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:382:7: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:415:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:422:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:427:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:432:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:437:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:442:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:447:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:457:10: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:459:10: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:461:10: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:463:10: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:494:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:495:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:496:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:497:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:498:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:503:18: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:509:21: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:509:47: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:519:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:520:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:521:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:522:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:523:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:531:8: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:542:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:557:7: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:559:7: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:572:7: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:597:10: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:603:5: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:615:10: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:621:5: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:629:7: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:631:7: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:637:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:638:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:639:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:640:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:641:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:642:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:643:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:644:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:645:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:646:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:647:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:648:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:649:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:650:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:651:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:652:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:653:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:654:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:655:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:656:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:657:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:658:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:659:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:660:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:661:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:662:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:667:27: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:672:27: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:692:11: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:694:11: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:696:21: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:698:21: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:699:14: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:788:18: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:790:21: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:790:47: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:798:21: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:803:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:869:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:870:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:871:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:872:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:873:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:902:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:903:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:933:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:934:1: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:940:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:947:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:954:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:961:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:968:22: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:975:22: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:982:22: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:989:22: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1014:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1021:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1028:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1035:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1042:33: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1043:37: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1052:20: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1052:46: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1053:34: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1063:21: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1063:48: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1064:34: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1074:25: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1074:57: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1075:25: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1075:57: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1077:34: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1125:17: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1134:21: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1135:21: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1144:20: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1145:20: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1154:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1155:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1156:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1157:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1218:22: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1218:33: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1225:22: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1225:33: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1232:19: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1232:29: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1239:19: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1239:29: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1246:13: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1246:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1253:13: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1253:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1264:24: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1264:35: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1271:24: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1271:35: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1278:24: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1278:35: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1285:13: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1285:23: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1292:36: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1292:55: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1298:21: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1305:29: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1312:32: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:1312:42: style: C-style pointer casting [cstyleCast] gap-float-1.0.9+ds/src/cxsc.C:740:34: style: Same expression on both sides of '-'. [duplicateExpression] gap-float-1.0.9+ds/src/cxsc.C:29:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] gap-float-1.0.9+ds/src/cxsc.C:433:25: style: Parameter 'x' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:434:29: style: Parameter 'x' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:435:28: style: Parameter 'x' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:436:30: style: Parameter 'x' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:438:24: style: Parameter 'x' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:439:28: style: Parameter 'x' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:440:27: style: Parameter 'x' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:441:29: style: Parameter 'x' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:858:49: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:859:51: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:860:53: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:862:56: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:863:36: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:865:57: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:866:38: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:867:38: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:893:39: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:893:54: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:895:40: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:895:58: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:897:43: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:897:58: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:899:43: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:899:61: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:927:33: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:927:48: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:928:33: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:928:51: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:929:30: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:929:48: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:930:34: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:930:52: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:931:33: style: Parameter 'a' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:931:52: style: Parameter 'b' can be declared as reference to const [constParameterReference] gap-float-1.0.9+ds/src/cxsc.C:479:36: style: Variable 'exb' is assigned a value that is never used. [unreadVariable] diff: head gap-float-1.0.9+ds/src/mp_poly.C:253:30: style:inconclusive: Function 'cpoly_MPC' argument 1 names different: declaration '' definition 'degree'. [funcArgNamesDifferentUnnamed] head gap-float-1.0.9+ds/src/mp_poly.C:253:51: style:inconclusive: Function 'cpoly_MPC' argument 2 names different: declaration '' definition 'coeffs'. [funcArgNamesDifferentUnnamed] head gap-float-1.0.9+ds/src/mp_poly.C:253:66: style:inconclusive: Function 'cpoly_MPC' argument 3 names different: declaration '' definition 'roots'. [funcArgNamesDifferentUnnamed] head gap-float-1.0.9+ds/src/mp_poly.C:253:77: style:inconclusive: Function 'cpoly_MPC' argument 4 names different: declaration '' definition 'prec'. [funcArgNamesDifferentUnnamed] DONE