Home
last modified time | relevance | path

Searched defs:to_float (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/erlware_commons/src/
H A Dec_cnv.erl78 to_float(X) -> function
84 to_float(X, S) when is_binary(X) -> function
86 to_float(X, S) function
95 to_float(X, strict) when function
98 to_float(X, nonstrict) function
101 to_float(X, _) when erlang:is_float(X) -> function
/dports/devel/rebar3/rebar3-3.17.0/_checkouts/erlware_commons/src/
H A Dec_cnv.erl78 to_float(X) -> function
84 to_float(X, S) when is_binary(X) -> function
86 to_float(X, S) function
95 to_float(X, strict) when function
98 to_float(X, nonstrict) function
101 to_float(X, _) when erlang:is_float(X) -> function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/statics/
H A Dstatic-methods-in-traits2.rs13 fn to_float(&self) -> f64; in to_float() method
17 fn to_float(&self) -> f64 { *self } in to_float() method
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/config/src/
H A Dconfig.erl111 to_float(List) when is_list(List) -> function
113 to_float(Float) when is_float(Float) -> function
115 to_float(Int) when is_integer(Int) -> function
117 to_float(Bin) when is_binary(Bin) -> function
/dports/devel/vc/Vc-1.4.2/math/
H A Dto_float.m1 function r = to_float(m, e) function
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/resize-0.7.2/src/
H A Dpx.rs172 fn to_float(self) -> f32; in to_float() method
178 fn to_float(self) -> f32 { in to_float() method
192 fn to_float(self) -> f32 { in to_float() method
206 fn to_float(self) -> f32 { in to_float() method
218 fn to_float(self) -> f32 { in to_float() method
/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/types/
H A Dxsimd_avx512_conversion.hpp81 inline batch<float, 16> to_float(const batch<int32_t, 16>& x) in to_float() function
86 inline batch<double, 8> to_float(const batch<int64_t, 8>& x) in to_float() function
H A Dxsimd_neon_conversion.hpp88 inline batch<float, 4> to_float(const batch<int32_t, 4>& x) in to_float() function
129 inline batch<double, 2> to_float(const batch<int64_t, 2>& x) in to_float() function
H A Dxsimd_avx_conversion.hpp71 inline batch<float, 8> to_float(const batch<int32_t, 8>& x) in to_float() function
76 inline batch<double, 4> to_float(const batch<int64_t, 4>& x) in to_float() function
H A Dxsimd_sse_conversion.hpp68 inline batch<float, 4> to_float(const batch<int32_t, 4>& x) in to_float() function
73 inline batch<double, 2> to_float(const batch<int64_t, 2>& x) in to_float() function
/dports/math/kalker/kalker-1.1.0/cargo-crates/az-1.0.0/src/tests/
H A Dto_float.rs38 fn to_float() { in to_float() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
211 inline bool to_float(const Twine &T, float &Num) { in to_float() function
215 inline bool to_float(const Twine &T, double &Num) { in to_float() function
219 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
211 inline bool to_float(const Twine &T, float &Num) { in to_float() function
215 inline bool to_float(const Twine &T, double &Num) { in to_float() function
219 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
211 inline bool to_float(const Twine &T, float &Num) { in to_float() function
215 inline bool to_float(const Twine &T, double &Num) { in to_float() function
219 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
211 inline bool to_float(const Twine &T, float &Num) { in to_float() function
215 inline bool to_float(const Twine &T, double &Num) { in to_float() function
219 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DStringExtras.h200 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
212 inline bool to_float(const Twine &T, float &Num) { in to_float() function
216 inline bool to_float(const Twine &T, double &Num) { in to_float() function
220 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/ADT/
H A DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
211 inline bool to_float(const Twine &T, float &Num) { in to_float() function
215 inline bool to_float(const Twine &T, double &Num) { in to_float() function
219 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/dports/textproc/py-ttp/ttp-0.8.1/ttp/match/
H A Dto.py26 def to_float(data): function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DStringExtras.h207 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
219 inline bool to_float(const Twine &T, float &Num) { in to_float() function
223 inline bool to_float(const Twine &T, double &Num) { in to_float() function
227 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DStringExtras.h207 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
219 inline bool to_float(const Twine &T, float &Num) { in to_float() function
223 inline bool to_float(const Twine &T, double &Num) { in to_float() function
227 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
211 inline bool to_float(const Twine &T, float &Num) { in to_float() function
215 inline bool to_float(const Twine &T, double &Num) { in to_float() function
219 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/dports/devel/p5-Data-Types/Data-Types-0.17/lib/Data/
H A DTypes.pm111 sub to_float ($;$) { subroutine
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/basic/
H A Darrays.ml61 val to_float: t -> float val
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/basic/
H A Darrays.ml61 val to_float: t -> float val
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DStringExtras.h253 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
265 inline bool to_float(const Twine &T, float &Num) { in to_float() function
269 inline bool to_float(const Twine &T, double &Num) { in to_float() function
273 inline bool to_float(const Twine &T, long double &Num) { in to_float() function

12345678910>>...14