Home
last modified time | relevance | path

Searched refs:TextToFloat (Results 1 – 25 of 67) sorted by relevance

123

/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw13307.pp21 B := TextToFloat(PChar(S), E, fvExtended, DefaultFormatSettings);
28 B := TextToFloat(PChar(S), E, DefaultFormatSettings);
36 B := TextToFloat(PChar(S), E, fvExtended, DefaultFormatSettings);
39 B := TextToFloat(PChar(S), E, DefaultFormatSettings);
51 B := TextToFloat(PChar(S), E, fvExtended, DefaultFormatSettings);
58 B := TextToFloat(PChar(S), E, DefaultFormatSettings);
73 B := TextToFloat(PChar(S), E, DefaultFormatSettings);
94 B := TextToFloat(PChar(S), E, DefaultFormatSettings);
109 B := TextToFloat(PChar(S), E, DefaultFormatSettings);
130 B := TextToFloat(PChar(S), E, DefaultFormatSettings);
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A DQgisAlgorithmProvider.py80 from .TextToFloat import TextToFloat
148 TextToFloat(),
H A DTextToFloat.py32 class TextToFloat(QgisFeatureBasedAlgorithm): class
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A DQgisAlgorithmProvider.py82 from .TextToFloat import TextToFloat
152 TextToFloat(),
H A DTextToFloat.py32 class TextToFloat(QgisFeatureBasedAlgorithm): class
/dports/editors/fpc-ide/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysstr.inc1230 If Not TextToFloat(Pchar(pointer(S)),Result,FormatSettings) then
1287 Function TextToFloat(Buffer: PChar; Out Value: Extended): Boolean;
1290 Result:=TextToFloat(Buffer,Value,DefaultFormatSettings);
1296 Result:=TextToFloat(Buffer,Value,ValueType,DefaultFormatSettings);
1362 Result := TextToFloat(PChar(pointer(S)), Value, fvSingle,FormatSettings);
1373 Result := TextToFloat(PChar(pointer(S)), Value, fvDouble,FormatSettings);
1385 Result := TextToFloat(PChar(pointer(S)), Value,FormatSettings);
1961 if not TextToFloat(PChar(pointer(S)), Result, fvCurrency) then
1975 Result := TextToFloat(PChar(pointer(S)), Value, fvCurrency);
1981 Result := TextToFloat(PChar(pointer(S)), Value, fvCurrency,FormatSettings);
[all …]
H A Dsysstrh.inc208 Function TextToFloat(Buffer: PChar; Out Value: Extended): Boolean;
209 Function TextToFloat(Buffer: PChar; Out Value: Extended; Const FormatSettings: TFormatSettings): Bo…
210 Function TextToFloat(Buffer: PChar; Out Value; ValueType: TFloatValue): Boolean;
211 Function TextToFloat(Buffer: PChar; Out Value; ValueType: TFloatValue; Const FormatSettings: TForma…
/dports/lang/fpc-utils/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysstr.inc1230 If Not TextToFloat(Pchar(pointer(S)),Result,FormatSettings) then
1287 Function TextToFloat(Buffer: PChar; Out Value: Extended): Boolean;
1290 Result:=TextToFloat(Buffer,Value,DefaultFormatSettings);
1296 Result:=TextToFloat(Buffer,Value,ValueType,DefaultFormatSettings);
1362 Result := TextToFloat(PChar(pointer(S)), Value, fvSingle,FormatSettings);
1373 Result := TextToFloat(PChar(pointer(S)), Value, fvDouble,FormatSettings);
1385 Result := TextToFloat(PChar(pointer(S)), Value,FormatSettings);
1961 if not TextToFloat(PChar(pointer(S)), Result, fvCurrency) then
1975 Result := TextToFloat(PChar(pointer(S)), Value, fvCurrency);
1981 Result := TextToFloat(PChar(pointer(S)), Value, fvCurrency,FormatSettings);
[all …]
H A Dsysstrh.inc208 Function TextToFloat(Buffer: PChar; Out Value: Extended): Boolean;
209 Function TextToFloat(Buffer: PChar; Out Value: Extended; Const FormatSettings: TFormatSettings): Bo…
210 Function TextToFloat(Buffer: PChar; Out Value; ValueType: TFloatValue): Boolean;
211 Function TextToFloat(Buffer: PChar; Out Value; ValueType: TFloatValue; Const FormatSettings: TForma…
/dports/lang/fpc-source/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysstr.inc1230 If Not TextToFloat(Pchar(pointer(S)),Result,FormatSettings) then
1287 Function TextToFloat(Buffer: PChar; Out Value: Extended): Boolean;
1290 Result:=TextToFloat(Buffer,Value,DefaultFormatSettings);
1296 Result:=TextToFloat(Buffer,Value,ValueType,DefaultFormatSettings);
1362 Result := TextToFloat(PChar(pointer(S)), Value, fvSingle,FormatSettings);
1373 Result := TextToFloat(PChar(pointer(S)), Value, fvDouble,FormatSettings);
1385 Result := TextToFloat(PChar(pointer(S)), Value,FormatSettings);
1961 if not TextToFloat(PChar(pointer(S)), Result, fvCurrency) then
1975 Result := TextToFloat(PChar(pointer(S)), Value, fvCurrency);
1981 Result := TextToFloat(PChar(pointer(S)), Value, fvCurrency,FormatSettings);
[all …]
H A Dsysstrh.inc208 Function TextToFloat(Buffer: PChar; Out Value: Extended): Boolean;
209 Function TextToFloat(Buffer: PChar; Out Value: Extended; Const FormatSettings: TFormatSettings): Bo…
210 Function TextToFloat(Buffer: PChar; Out Value; ValueType: TFloatValue): Boolean;
211 Function TextToFloat(Buffer: PChar; Out Value; ValueType: TFloatValue; Const FormatSettings: TForma…
/dports/lang/fpc/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysstr.inc1230 If Not TextToFloat(Pchar(pointer(S)),Result,FormatSettings) then
1287 Function TextToFloat(Buffer: PChar; Out Value: Extended): Boolean;
1290 Result:=TextToFloat(Buffer,Value,DefaultFormatSettings);
1296 Result:=TextToFloat(Buffer,Value,ValueType,DefaultFormatSettings);
1362 Result := TextToFloat(PChar(pointer(S)), Value, fvSingle,FormatSettings);
1373 Result := TextToFloat(PChar(pointer(S)), Value, fvDouble,FormatSettings);
1385 Result := TextToFloat(PChar(pointer(S)), Value,FormatSettings);
1961 if not TextToFloat(PChar(pointer(S)), Result, fvCurrency) then
1975 Result := TextToFloat(PChar(pointer(S)), Value, fvCurrency);
1981 Result := TextToFloat(PChar(pointer(S)), Value, fvCurrency,FormatSettings);
[all …]
H A Dsysstrh.inc208 Function TextToFloat(Buffer: PChar; Out Value: Extended): Boolean;
209 Function TextToFloat(Buffer: PChar; Out Value: Extended; Const FormatSettings: TFormatSettings): Bo…
210 Function TextToFloat(Buffer: PChar; Out Value; ValueType: TFloatValue): Boolean;
211 Function TextToFloat(Buffer: PChar; Out Value; ValueType: TFloatValue; Const FormatSettings: TForma…
/dports/astro/gpsbabel14/gpsbabel-1.4.4/win32/gui-2/
H A DgnugettextD5.pas83 if not TextToFloat(PChar(S), Result, fvExtended) then
H A DgnugettextD4.pas82 if not TextToFloat(PChar(S), Result, fvExtended) then
/dports/graphics/qgis/qgis-3.22.3/
H A D.flake857 python/plugins/processing/algs/qgis/TextToFloat.py:E722,
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DdDXCluster.pas829 if not TextToFloat(PChar(trim(freq)),tmp, fvCurrency) then
H A DdUtils.pas443 if not TextToFloat(PChar(MHZ), tmp, fvCurrency) then
/dports/lang/nbc/NXT/
H A DuNBCCommon.pas1493 Result := TextToFloat(Buffer, val, fvExtended, FS);
/dports/editors/lazarus/lazarus/components/fpdebug/
H A Dfppascalparser.pas1517 if not TextToFloat(PChar(s), f) then begin
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/dbase/
H A Ddbf_dbffile.pas276 if TextToFloat(Src, eValue {$ifndef VER1_0}, fvExtended{$endif}) then
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/dbase/
H A Ddbf_dbffile.pas276 if TextToFloat(Src, eValue {$ifndef VER1_0}, fvExtended{$endif}) then
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/
H A Dfppascalparser.pas1517 if not TextToFloat(PChar(s), f) then begin
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfppascalparser.pas1711 if not TextToFloat(PChar(s), f) then begin
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfppascalparser.pas1711 if not TextToFloat(PChar(s), f) then begin

123