/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FColladaPlugins/FArchiveXML/ |
H A D | FAXLightImport.cpp | 119 FCDParameterAnimatableFloat* fpValue = NULL; in LoadLight() local 123 fpValue = &light->GetFallOffExponent(); in LoadLight() 127 fpValue = &light->GetFallOffAngle(); in LoadLight() 131 fpValue = &light->GetConstantAttenuationFactor(); in LoadLight() 135 fpValue = &light->GetLinearAttenuationFactor(); in LoadLight() 139 fpValue = &light->GetQuadraticAttenuationFactor(); in LoadLight() 143 fpValue = &light->GetIntensity(); in LoadLight() 147 fpValue = &light->GetOuterAngle(); in LoadLight() 157 fpValue = &light->GetDropoff(); in LoadLight() 162 if (fpValue != NULL) in LoadLight() [all …]
|
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/ |
H A D | SpeciesThermoFactory.cpp | 95 double tmin0 = fpValue(f0["Tmin"]); in newNasaThermoFromXML() 96 double tmax0 = fpValue(f0["Tmax"]); in newNasaThermoFromXML() 100 p0 = fpValue(f0["P0"]); in newNasaThermoFromXML() 103 p0 = fpValue(f0["Pref"]); in newNasaThermoFromXML() 110 tmin1 = fpValue(nodes[1]->attrib("Tmin")); in newNasaThermoFromXML() 196 p0 = fpValue(nodes[0]->attrib("P0")); in newShomateThermoFromXML() 199 p0 = fpValue(nodes[0]->attrib("Pref")); in newShomateThermoFromXML() 281 double tmin = fpValue(f["Tmin"]); in newConstCpThermoFromXML() 282 double tmax = fpValue(f["Tmax"]); in newConstCpThermoFromXML() 333 pref = fpValue(fptr["P0"]); in newNasa9ThermoFromXML() [all …]
|
H A D | Mu0Poly.cpp | 237 return new Mu0Poly(fpValue(Mu0Node["Tmin"]), fpValue(Mu0Node["Tmax"]), in newMu0ThermoFromXML() 238 fpValue(Mu0Node["Pref"]), &c[0]); in newMu0ThermoFromXML()
|
H A D | MaskellSolidSolnPhase.cpp | 194 set_h_mix(fpValue(thNode.child("h_mix").value())); in initThermoXML()
|
H A D | DebyeHuckel.cpp | 464 setDefaultIonicRadius(Afactor * fpValue(irNode.attrib("default"))); in initThermoXML() 489 m_Aionic[k] = fpValue(b.second) * Afactor; in initThermoXML() 517 double val = fpValue(b.second); in initThermoXML()
|
H A D | ThermoFactory.cpp | 642 weight = fpValue(e->attrib("atomicWt")); in installElements()
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/ |
H A D | CrossPhaseConstProp.cpp | 93 if (auto fpValue = dyn_cast<ConstantFP>(inst->getArgOperand(0))) in runOnFunction() local 96 … m_signature->PSConstantOutput[index] = fpValue->getValueAPF().bitcastToAPInt().getLimitedValue(); in runOnFunction()
|
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/HexEditor/ |
H A D | ExpressionParser.cpp | 262 long double fpValue = value; in Number() local 267 fpValue = fpValue + fpPlace * ( Get() - _T('0') ); in Number() 272 ConstArg( fpValue, resFloat ); in Number()
|
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/base/ |
H A D | stringUtils.h | 76 doublereal fpValue(const std::string& val);
|
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/ |
H A D | stringUtils.cpp | 128 doublereal fpValue(const std::string& val) in fpValue() function 190 return fpValue(str); in fpValueCheck()
|
H A D | ctml.cpp | 186 if (vmin != "" && x < fpValue(vmin) - Tiny) { in getFloatCurrent() 190 if (node["max"] != "" && x > fpValue(vmax) + Tiny) { in getFloatCurrent()
|
H A D | AnyMap.cpp | 433 target = fpValue(nodestr); in decode()
|
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/ |
H A D | CPUQuantizationUtils.hpp | 235 const int64_t fpValue = ((inputValue * rangeScaleFp) >> 32) + inputOffsetFp; in RequantizeManyInNewRangeReference() local 236 const int64_t offsetIntermediate = fpValue - outputOffsetFp; in RequantizeManyInNewRangeReference()
|
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/samples/cxx/flamespeed/ |
H A D | flamespeed.cpp | 201 phi = fpValue(argv[1]); in main()
|
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/src/ |
H A D | private.h | 224 void (*fpValue)(); member
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 1667 const tcu::Float32 fpValue(in); in frexp() local 1669 if (!fpValue.isZero()) in frexp() 1672 *significand = tcu::Float32::construct(fpValue.sign(), -1, fpValue.mantissa()).asFloat(); in frexp() 1673 *exponent = fpValue.exponent()+1; in frexp() 1677 *significand = fpValue.sign() < 0 ? -0.0f : 0.0f; in frexp()
|
/dports/emulators/cemu/CEmu-1.3/gui/qt/ |
H A D | debugger.cpp | 2201 QTableWidgetItem *fpValue; in osUpdate() local 2203 …fpValue = new QTableWidgetItem(QString::fromStdString(tivars::TH_GenericReal::makeStringFromData(v… in osUpdate() 2205 fpValue = new QTableWidgetItem(TXT_NAN); in osUpdate() 2212 fpValue->setFont(monospace); in osUpdate() 2219 ui->fpStack->setItem(index, FP_VALUE_COL, fpValue); in osUpdate()
|
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/Core/ |
H A D | SizedFloats.hs | 81 , fpValue :: BigFloat function
|
/dports/science/afni/afni-AFNI_21.3.16/src/ |
H A D | Generic.h | 1638 ERROR_NUMBER GetFloatValueAfterSubstring(char *csString, char *csSubstring, float *fpValue);
|
H A D | distanceField.h | 1708 ERROR_NUMBER GetFloatValueAfterSubstring(char *csString, char *csSubstring, float *fpValue);
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 1556 if (auto fpValue = value.dyn_cast<FloatAttr>()) in isZeroAttribute() local 1557 return fpValue.getValue().isZero(); in isZeroAttribute()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 1533 if (auto fpValue = value.dyn_cast<FloatAttr>()) in isZeroAttribute() local 1534 return fpValue.getValue().isZero(); in isZeroAttribute()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 1533 if (auto fpValue = value.dyn_cast<FloatAttr>()) in isZeroAttribute() local 1534 return fpValue.getValue().isZero(); in isZeroAttribute()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 1533 if (auto fpValue = value.dyn_cast<FloatAttr>()) in isZeroAttribute() local 1534 return fpValue.getValue().isZero(); in isZeroAttribute()
|
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/kinetics/ |
H A D | Reaction.cpp | 1242 tbody.default_efficiency = fpValue(eff_node["default"]); in readEfficiencies()
|