/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Utility/ |
H A D | CakeNumber.php | 276 $foundDecimal = strpos($value, '.'); 277 if ($foundDecimal !== false) { 278 $after = substr($value, $foundDecimal); 279 $value = substr($value, 0, $foundDecimal);
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Math/ |
H A D | expression_parser.cpp | 154 bool foundDecimal = false; in parseFloat() local 159 if (foundDecimal) in parseFloat() 161 foundDecimal = true; in parseFloat() 170 return foundDecimal; in parseFloat()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Math/ |
H A D | expression_parser.cpp | 154 bool foundDecimal = false; in parseFloat() local 159 if (foundDecimal) in parseFloat() 161 foundDecimal = true; in parseFloat() 170 return foundDecimal; in parseFloat()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Math/ |
H A D | expression_parser.cpp | 154 bool foundDecimal = false; in parseFloat() local 159 if (foundDecimal) in parseFloat() 161 foundDecimal = true; in parseFloat() 170 return foundDecimal; in parseFloat()
|
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/lepton/src/ |
H A D | Parser.cpp | 102 bool foundDecimal = (c == '.'); in getNextToken() local 109 if (c == '.' && !foundDecimal) { in getNextToken() 110 foundDecimal = true; in getNextToken()
|
/dports/science/opensim-core/opensim-core-4.1/Vendors/lepton/src/ |
H A D | Parser.cpp | 102 bool foundDecimal = (c == '.'); in getNextToken() local 109 if (c == '.' && !foundDecimal) { in getNextToken() 110 foundDecimal = true; in getNextToken()
|
/dports/science/plumed/plumed2-2.7.2/src/lepton/ |
H A D | Parser.cpp | 159 bool foundDecimal = (c == '.'); in getNextToken() local 166 if (c == '.' && !foundDecimal) { in getNextToken() 167 foundDecimal = true; in getNextToken()
|
/dports/emulators/py-unicorn/unicorn-1.0.2/bindings/vb6/ |
H A D | misc.bas | 208 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/emulators/unicorn/unicorn-1.0.2/bindings/vb6/ |
H A D | misc.bas | 208 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/devel/capstone3/capstone-3.0.5/bindings/vb6/ |
H A D | mMisc.bas | 175 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/devel/capstone4/capstone-4.0.2/bindings/vb6/ |
H A D | mMisc.bas | 175 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/vb6/ |
H A D | mMisc.bas | 175 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/emulators/qemu42/qemu-4.2.1/capstone/bindings/vb6/ |
H A D | mMisc.bas | 175 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/vb6/ |
H A D | mMisc.bas | 175 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/vb6/ |
H A D | mMisc.bas | 175 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/vb6/ |
H A D | mMisc.bas | 175 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/vb6/ |
H A D | mMisc.bas | 175 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/vb6/ |
H A D | mMisc.bas | 175 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/bindings/vb6/ |
H A D | mMisc.bas | 175 Dim foundDecimal As Boolean, tmp, i, a, a2
|
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/ |
H A D | fp_Line.cpp | 2679 bool foundDecimal = false; in _calculateWidthOfRun() local 2685 foundDecimal = true; in _calculateWidthOfRun() 2693 __FILE__, __LINE__, foundDecimal, pScanRun->getLength()-runLen, iScanWidth)); in _calculateWidthOfRun() 2694 if ( foundDecimal ) in _calculateWidthOfRun()
|
/dports/lang/pharo/Pharo-1.4-14438/ |
H A D | PharoV10.sources | 238084 | value fractionDigits fracpos fractionPart fraction pos v foundDecimal | 238088 foundDecimal := false. 238091 foundDecimal := true. 238114 (foundDecimal and: [fractionDigits = 0])
|