Home
last modified time | relevance | path

Searched defs:toFloat (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/dports/devel/gh/cli-2.4.0/vendor/github.com/itchyny/gojq/
H A Doption_function_test.go13 func toFloat(x interface{}) (float64, bool) { func
/dports/misc/fq/fq-0.0.2/vendor/github.com/wader/gojq/
H A Doption_function_test.go13 func toFloat(x interface{}) (float64, bool) { func
/dports/devel/apitrace/apitrace-9.0/lib/trace/
H A Dtrace_model.cpp199 float Value ::toFloat(void) const { assert(0); return 0; } in toFloat() function in trace::Value
200 float Null ::toFloat(void) const { return 0; } in toFloat() function in trace::Null
201 float Bool ::toFloat(void) const { return static_cast<float>(value); } in toFloat() function in trace::Bool
202 float SInt ::toFloat(void) const { return static_cast<float>(value); } in toFloat() function in trace::SInt
203 float UInt ::toFloat(void) const { return static_cast<float>(value); } in toFloat() function in trace::UInt
204 float Float ::toFloat(void) const { return value; } in toFloat() function in trace::Float
205 float Double ::toFloat(void) const { return value; } in toFloat() function in trace::Double
206 float Repr ::toFloat(void) const { return machineValue->toFloat(); } in toFloat() function in trace::Repr
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/core/
H A Dtype_half.hpp66 GLM_FUNC_DECL float toFloat() const in toFloat() function in glm::detail::half
/dports/biology/abyss/abyss-2.3.1/LogKmerCount/
H A Dplc.h51 float toFloat() in toFloat() function
H A Dplc_strand.h54 float toFloat() in toFloat() function
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dnumber.go39 func (env *Env) toFloat(xv r.Value) (float64, bool) { func
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/text/
H A DStringToNumberConverter.java128 public static StringToNumberConverter<Float> toFloat(boolean primitive) { in toFloat() method in StringToNumberConverter
137 public static StringToNumberConverter<Float> toFloat(Format numberFormat, boolean primitive) { in toFloat() method in StringToNumberConverter
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/miguelmota/go-coinmarketcap/pro/v1/
H A Dutil.go19 func toFloat(rawFloat string) float64 { func
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/miguelmota/go-coinmarketcap/go-coinmarketcap-0.1.5/pro/v1/
H A Dutil.go19 func toFloat(rawFloat string) float64 { func
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/
H A DStringToNumberConverter.java138 public static StringToNumberConverter<Float> toFloat(boolean primitive) { in toFloat() method in StringToNumberConverter
147 …public static StringToNumberConverter<Float> toFloat(NumberFormat numberFormat, boolean primitive)… in toFloat() method in StringToNumberConverter
/dports/devel/pear-Math_Fraction/Math_Fraction-0.4.1/
H A DFraction.php133 function toFloat() function in Math_Fraction
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_csg/
H A Dgmpfrac.h23 inline double toFloat(const mpq_class &x) { in toFloat() function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/data-binary-ieee754-0.4.4/lib/Data/Binary/
H A DIEEE754.hs77 toFloat word = unsafePerformIO $ F.alloca $ \buf -> do function
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/math/
H A DFixedPoint.java49 public static final float toFloat(final int value) { in toFloat() method in FixedPoint
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimRationalNumber.h45 float toFloat()const in toFloat() function
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/compose/loader/
H A Dinterpolate.go54 func toFloat(value string) (interface{}, error) { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/compose/loader/
H A Dinterpolate.go54 func toFloat(value string) (interface{}, error) { func
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/compose/loader/
H A Dinterpolate.go51 func toFloat(value string) (interface{}, error) { func
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_fixed_point_maths.h57 qreal toFloat() const { in toFloat() function
/dports/net/traefik/traefik-2.6.1/vendor/github.com/compose-spec/compose-go/loader/
H A Dinterpolate.go111 func toFloat(value string) (interface{}, error) { func
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Dvalue.cpp253 float DataValue::toFloat(long n) const in toFloat() function in Exiv2::DataValue
337 float StringValueBase::toFloat(long n) const in toFloat() function in Exiv2::StringValueBase
739 float XmpTextValue::toFloat(long /*n*/) const in toFloat() function in Exiv2::XmpTextValue
797 float XmpArrayValue::toFloat(long n) const in toFloat() function in Exiv2::XmpArrayValue
896 float LangAltValue::toFloat(long /*n*/) const in toFloat() function in Exiv2::LangAltValue
1036 float DateValue::toFloat(long n) const in toFloat() function in Exiv2::DateValue
1220 float TimeValue::toFloat(long n) const in toFloat() function in Exiv2::TimeValue
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/draw/graphics/
H A DVectorInterface.java88 VectorFloat toFloat(); in toFloat() method
/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/Testing/Cxx/
H A DTestOSPRayUnstructuredVolumeMapper.cxx73 vtkNew<vtkImageCast> toFloat; in TestOSPRayUnstructuredVolumeMapper() local
/dports/math/vtk8/VTK-8.2.0/Rendering/OSPRay/Testing/Cxx/
H A DTestOSPRayTetrahedraMapper.cxx75 vtkNew<vtkImageCast> toFloat; in TestOSPRayTetrahedraMapper() local

12345678910>>...26