Home
last modified time | relevance | path

Searched refs:string_to_float (Results 1 – 25 of 36) sorted by relevance

12

/dports/textproc/erlang-yamerl/yamerl-0.7.0/src/
H A Dyamerl_node_float.erl42 string_to_float/1,
67 case string_to_float(Text) of
87 case string_to_float(Text) of
123 string_to_float(".nan") -> 'nan'; function
124 string_to_float(".NaN") -> 'nan'; function
125 string_to_float(".NAN") -> 'nan'; function
126 string_to_float(".inf") -> '+inf'; function
127 string_to_float(".Inf") -> '+inf'; function
136 string_to_float([$+ | Text]) -> function
138 string_to_float([$- | Text]) -> function
[all …]
H A Dyamerl_node_float_ext.erl42 string_to_float/1
66 case string_to_float(Text) of
86 case string_to_float(Text) of
122 string_to_float(".nan") -> 'nan'; function
123 string_to_float(".NaN") -> 'nan'; function
124 string_to_float(".NAN") -> 'nan'; function
125 string_to_float(".inf") -> '+inf'; function
126 string_to_float(".Inf") -> '+inf'; function
135 string_to_float([$+ | Text]) -> function
137 string_to_float([$- | Text]) -> function
[all …]
H A Dyamerl_node_float_json.erl42 string_to_float/1
66 case string_to_float(Text) of
86 case string_to_float(Text) of
122 string_to_float("0") -> 0.0; function
123 string_to_float("-0") -> 0.0; function
124 string_to_float(".nan") -> 'nan'; function
125 string_to_float(".inf") -> '+inf'; function
126 string_to_float("-.inf") -> '-inf'; function
128 string_to_float([$- | Text]) -> function
133 string_to_float(Text) -> function
/dports/net-mgmt/librenms/librenms-21.5.1/includes/definitions/discovery/
H A Dnetsure.yaml46 user_func: string_to_float
52 user_func: string_to_float
59 user_func: string_to_float
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/test/
H A Dstring_convert_test.cc471 CPPUNIT_ASSERT (string_to_float (str, val)); in _test_float_conversion()
482 CPPUNIT_ASSERT (string_to_float (str, val)); in _test_float_conversion()
497 CPPUNIT_ASSERT (string_to_float (MAX_FLOAT_STR, val)); in _test_float_conversion()
501 CPPUNIT_ASSERT (string_to_float (MIN_FLOAT_STR, val)); in _test_float_conversion()
505 CPPUNIT_ASSERT (string_to_float (MAX_FLOAT_WIN, val)); in _test_float_conversion()
509 CPPUNIT_ASSERT (string_to_float (MIN_FLOAT_WIN, val)); in _test_float_conversion()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/strings/
H A Dstring_float.hpp46 float string_to_float(const std::string& value);
H A Dstring_float.cpp57 float string_to_float(const std::string& value) in string_to_float() function
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/pbd/
H A Dstring_convert.h67 LIBPBD_API bool string_to_float (const std::string& str, float& val);
220 return string_to_float (str, val); in string_to()
415 string_to_float (str, tmp); in string_to()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/conversion/
H A Dstd_conversion_functions.h96 RTTR_API float string_to_float(const std::string& source, bool* ok);
H A Dstd_conversion_functions.cpp282 float string_to_float(const std::string& source, bool* ok) in string_to_float() function
/dports/textproc/miller/miller-5.10.2/go/src/types/
H A Dmlrval_functions_types.go54 func string_to_float(input1 *Mlrval) *Mlrval {
79 /*STRING */ string_to_float,
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/patches/
H A D06-fix-numeric-locale.patch7 int Parser::string_to_float(char * string, float * float_ptr)
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/MilkdropPresetFactory/
H A DParser.hpp184 static int string_to_float(char * string, float * float_ptr);
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/MilkdropPresetFactory/
H A DParser.hpp186 static int string_to_float(char * string, float * float_ptr);
/dports/www/anyterm/anyterm-1.1.29/libpbe/src/
H A Dutils.cc93 float string_to_float(string s)
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_util.erl29 string_to_float/1,
218 string_to_float("NaN") -> 0.0; function
219 string_to_float(Str) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_dirty_bif.tab76 dirty-cpu-test erlang:string_to_float/1
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_dirty_bif.tab76 dirty-cpu-test erlang:string_to_float/1
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_dirty_bif.tab76 dirty-cpu-test erlang:string_to_float/1
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_dirty_bif.tab76 dirty-cpu-test erlang:string_to_float/1
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_dirty_bif.tab76 dirty-cpu-test erlang:string_to_float/1
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_dirty_bif.tab76 dirty-cpu-test erlang:string_to_float/1
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/
H A Dstring_convert.cc181 bool string_to_float (const std::string& str, float& val) in string_to_float() function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_dirty_bif.tab79 dirty-cpu-test erlang:string_to_float/1
/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dwpc_stl.erl250 wings_util:string_to_float(Str).

12