Home
last modified time | relevance | path

Searched defs:fValue (Results 1 – 25 of 1416) sorted by relevance

12345678910>>...57

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Numerics/src/
H A DArith.cc36 int ICeil(float fValue) in ICeil()
42 int IFloor(float fValue) in IFloor()
54 double Abs(double fValue) in Abs()
60 double ACos(double fValue) in ACos()
73 double ASin(double fValue) in ASin()
98 double Ceil(double fValue) in Ceil()
104 double Cos(double fValue) in Cos()
110 double Exp(double fValue) in Exp()
122 double Log(double fValue) in Log()
146 double Sin(double fValue) in Sin()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMath.h260 static inline int ICeil (float fValue) { return int(std::ceil(fValue)); } in ICeil()
270 static inline Real Abs (Real fValue) { return std::abs(fValue); } in Abs()
316 static inline Real Ceil (Real fValue) { return std::ceil(fValue); } in Ceil()
345 static inline Real Exp (Real fValue) { return std::exp(fValue); } in Exp()
353 static inline Real Floor (Real fValue) { return std::floor(fValue); } in Floor()
355 static inline Real Log (Real fValue) { return std::log(fValue); } in Log()
360 static inline Real Log2 (Real fValue) { return std::log(fValue)/LOG2; } in Log2()
366 static Real Sign(Real fValue) in Sign()
427 static inline Real Sqr (Real fValue) { return fValue*fValue; } in Sqr()
433 static inline Real Sqrt (Real fValue) { return std::sqrt(fValue); } in Sqrt()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMath.h250 static inline int ICeil (float fValue) { return int(ceil(fValue)); } in ICeil()
251 static inline int IFloor (float fValue) { return int(floor(fValue)); } in IFloor()
258 static inline Real Abs (Real fValue) { return Real(fabs(fValue)); } in Abs()
288 static inline Radian ATan (Real fValue) { return Radian(atan(fValue)); } in ATan()
304 static inline Real Ceil (Real fValue) { return Real(ceil(fValue)); } in Ceil()
333 static inline Real Exp (Real fValue) { return Real(exp(fValue)); } in Exp()
341 static inline Real Floor (Real fValue) { return Real(floor(fValue)); } in Floor()
343 static inline Real Log (Real fValue) { return Real(log(fValue)); } in Log()
348 static inline Real Log2 (Real fValue) { return Real(log(fValue)/LOG2); } in Log2()
399 static inline Real Sqr (Real fValue) { return fValue*fValue; } in Sqr()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/rtl/
H A Dmath.hxx109 inline rtl::OUString doubleToUString(double fValue, in doubleToUString()
214 double fValue, int nDecPlaces = 0, in round()
222 inline double pow10Exp(double fValue, int nExp) in pow10Exp()
229 inline double approxValue(double fValue) in approxValue()
236 inline double expm1(double fValue) in expm1()
243 inline double log1p(double fValue) in log1p()
250 inline double atanh(double fValue) in atanh()
257 inline double erf(double fValue) in erf()
264 inline double erfc(double fValue) in erfc()
271 inline double asinh(double fValue) in asinh()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/rtl/
H A Dmath.hxx105 inline rtl::OUString doubleToUString(double fValue, in doubleToUString()
210 double fValue, int nDecPlaces = 0, in round()
218 inline double pow10Exp(double fValue, int nExp) in pow10Exp()
225 inline double approxValue(double fValue) in approxValue()
232 inline double expm1(double fValue) in expm1()
239 inline double log1p(double fValue) in log1p()
246 inline double atanh(double fValue) in atanh()
253 inline double erf(double fValue) in erf()
260 inline double erfc(double fValue) in erfc()
267 inline double asinh(double fValue) in asinh()
[all …]
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DBinaryWriter.cpp87 short fValue = ByteOrder::flipBytes(value); in operator <<() local
102 unsigned short fValue = ByteOrder::flipBytes(value); in operator <<() local
117 int fValue = ByteOrder::flipBytes(value); in operator <<() local
132 unsigned int fValue = ByteOrder::flipBytes(value); in operator <<() local
148 long fValue = ByteOrder::flipBytes((Int64) value); in operator <<() local
167 long fValue = ByteOrder::flipBytes((UInt64) value); in operator <<() local
222 Int64 fValue = ByteOrder::flipBytes(static_cast<Int64>(value)); in operator <<() local
237 UInt64 fValue = ByteOrder::flipBytes(static_cast<UInt64>(value)); in operator <<() local
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/wifi/src/
H A Dapplet-draw.c55 double fValue = CAIRO_DATA_RENDERER_UNDEF_VALUE; in cd_wifi_draw_no_wireless_extension() local
60 double fValue = CAIRO_DATA_RENDERER_UNDEF_VALUE; in cd_wifi_draw_no_wireless_extension() local
110 double fValue = (double) myData.iPercent / 100.; in cd_wifi_draw_icon() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx300 double fValue; in executeControlCommand() local
316 double fValue; in executeControlCommand() local
334 double fValue; in executeControlCommand() local
367 double fValue; in executeControlCommand() local
383 double fValue; in executeControlCommand() local
429 const Any& rAny, sal_Int32& nValue, double& fValue, bool& bFloat ) in impl_getValue()
451 OUString SpinfieldToolbarController::impl_formatOutputString( double fValue ) in impl_formatOutputString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddputil.cxx41 void appendDateStr(OUStringBuffer& rBuffer, double fValue, SvNumberFormatter* pFormatter) in appendDateStr()
49 OUString getSpecialDateName(double fValue, bool bFirst, SvNumberFormatter* pFormatter) in getSpecialDateName()
153 double ScDPUtil::getNumGroupStartValue(double fValue, const ScDPNumGroupInfo& rInfo) in getNumGroupStartValue()
196 void lcl_AppendDateStr( OUStringBuffer& rBuffer, double fValue, SvNumberFormatter* pFormatter ) in lcl_AppendDateStr()
204 OUString lcl_GetSpecialNumGroupName( double fValue, bool bFirst, sal_Unicode cDecSeparator, in lcl_GetSpecialNumGroupName()
267double fValue, const ScDPNumGroupInfo& rInfo, sal_Unicode cDecSep, SvNumberFormatter* pFormatter) in getNumGroupName()
294 double fValue, const ScDPNumGroupInfo* pInfo, sal_Int32 nDatePart, in getDatePartValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddputil.cxx41 void appendDateStr(OUStringBuffer& rBuffer, double fValue, SvNumberFormatter* pFormatter) in appendDateStr()
49 OUString getSpecialDateName(double fValue, bool bFirst, SvNumberFormatter* pFormatter) in getSpecialDateName()
153 double ScDPUtil::getNumGroupStartValue(double fValue, const ScDPNumGroupInfo& rInfo) in getNumGroupStartValue()
196 void lcl_AppendDateStr( OUStringBuffer& rBuffer, double fValue, SvNumberFormatter* pFormatter ) in lcl_AppendDateStr()
204 OUString lcl_GetSpecialNumGroupName( double fValue, bool bFirst, sal_Unicode cDecSeparator, in lcl_GetSpecialNumGroupName()
267double fValue, const ScDPNumGroupInfo& rInfo, sal_Unicode cDecSep, SvNumberFormatter* pFormatter) in getNumGroupName()
294 double fValue, const ScDPNumGroupInfo* pInfo, sal_Int32 nDatePart, in getDatePartValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx260 double fValue; in executeControlCommand() local
276 double fValue; in executeControlCommand() local
294 double fValue; in executeControlCommand() local
327 double fValue; in executeControlCommand() local
343 double fValue; in executeControlCommand() local
393 const Any& rAny, sal_Int32& nValue, double& fValue, bool& bFloat ) in impl_getValue()
415 OUString SpinfieldToolbarController::FormatOutputString( double fValue ) in FormatOutputString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A DProgressBarHelper.cxx56 double fValue(nValue * fPercent); in ChangeReference() local
88 double fValue(nValue); in SetValue() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A DProgressBarHelper.cxx55 double fValue(nValue * fPercent); in ChangeReference() local
87 double fValue(nValue); in SetValue() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/native/
H A Dbswap.h46 float fValue; in byte_swap() member
57 double fValue; in byte_swap() member
122 float *fValue; in byte_swap() member
138 double *fValue; in byte_swap() member
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1widget.cpp683 void padthv1widget::setParamValue ( padthv1::ParamIndex index, float fValue ) in setParamValue()
698 float fValue = 0.0f; in paramValue() local
714 void padthv1widget::paramChanged ( float fValue ) in paramChanged()
733 void padthv1widget::updateParamEx ( padthv1::ParamIndex index, float fValue ) in updateParamEx()
783 void padthv1widget::updateSchedParam ( padthv1::ParamIndex index, float fValue ) in updateSchedParam()
815 float fValue = padthv1_param::paramDefaultValue(index); in resetParams() local
868 float fValue = pParam->value(); in randomParams() local
943 const float fValue = (pSynthUi in updateParamValues() local
961 const float fValue = padthv1_param::paramDefaultValue(index); in resetParamValues() local
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1widget.cpp937 void synthv1widget::setParamValue ( synthv1::ParamIndex index, float fValue ) in setParamValue()
952 float fValue = 0.0f; in paramValue() local
968 void synthv1widget::paramChanged ( float fValue ) in paramChanged()
987 void synthv1widget::updateParamEx ( synthv1::ParamIndex index, float fValue ) in updateParamEx()
1098 void synthv1widget::updateSchedParam ( synthv1::ParamIndex index, float fValue ) in updateSchedParam()
1130 float fValue = synthv1_param::paramDefaultValue(index); in resetParams() local
1190 float fValue = pParam->value(); in randomParams() local
1265 const float fValue = (pSynthUi in updateParamValues() local
1283 const float fValue = synthv1_param::paramDefaultValue(index); in resetParamValues() local
H A Dsynthv1_param.cpp216 float synthv1_param::paramSafeValue ( synthv1::ParamIndex index, float fValue ) in paramSafeValue()
242 const float fValue = param.min + fScale * (param.max - param.min); in paramValue() local
251 float synthv1_param::paramScale ( synthv1::ParamIndex index, float fValue ) in paramScale()
341 const float fValue = eParam.text().toFloat(); in loadPreset() local
390 const float fValue = pSynth->paramValue(index); in savePreset() local
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dcxfa_data.cpp68 FX_FLOAT& fValue, in TryMeasure()
78 FX_BOOL CXFA_Data::SetMeasure(XFA_ATTRIBUTE eAttr, FX_FLOAT fValue) { in SetMeasure()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/experimental/svg/model/
H A DSkPEG.h38 SkTLazy<V> fValue; member
53 SkTLazy<typename E::V> fValue; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Ddpgroupdlg.cxx75 double fValue; in GetValue() local
81 void ScDPGroupEditHelper::SetValue( bool bAuto, double fValue ) in SetValue()
126 void ScDPNumGroupEditHelper::ImplSetValue( double fValue ) in ImplSetValue()
145 void ScDPDateGroupEditHelper::ImplSetValue( double fValue ) in ImplSetValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Ddpgroupdlg.cxx75 double fValue; in GetValue() local
81 void ScDPGroupEditHelper::SetValue( bool bAuto, double fValue ) in SetValue()
123 void ScDPNumGroupEditHelper::ImplSetValue( double fValue ) in ImplSetValue()
142 void ScDPDateGroupEditHelper::ImplSetValue( double fValue ) in ImplSetValue()
/dports/audio/libmusicxml/libmusicxml-3.18/src/elements/
H A Dxml.h51 std::string fValue; variable
91 std::string fValue; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A DDateConversion.cxx245 double fValue = xFormatter->convertStringToNumber(nKeyToUse, rString); in setValue() local
472 double fValue = getValue( xVariant, rNullDate ); in getFormattedValue() local
500 double fValue = xVariant->getDouble(); in getFormattedValue() local
506 double fValue = xVariant->getDouble(); in getFormattedValue() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A DDateConversion.cxx245 double fValue = xFormatter->convertStringToNumber(nKeyToUse, rString); in setValue() local
472 double fValue = getValue( xVariant, rNullDate ); in getFormattedValue() local
500 double fValue = xVariant->getDouble(); in getFormattedValue() local
506 double fValue = xVariant->getDouble(); in getFormattedValue() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_measurement.cpp32 CXFA_Measurement::CXFA_Measurement(float fValue, XFA_Unit eUnit) { in CXFA_Measurement()
46 float fValue = FXSYS_wcstof(wsMeasure.unterminated_c_str(), in SetString() local

12345678910>>...57