Home
last modified time | relevance | path

Searched defs:Double (Results 101 – 125 of 6862) sorted by relevance

12345678910>>...275

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/misc/jsonwrapp/rapidjson11/internal/
H A Dieee754.h25 Double() {} in Double() function
26 Double(double d) : d_(d) {} in Double() function
27 Double(uint64_t u) : u_(u) {} in Double() function
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/
H A DOptimizationUtils.java27 …public static double argmax(final Function<Double, Double> function, final double min, final doubl… in argmax()
31 …public static UnivariatePointValuePair max(final Function<Double, Double> function, final double m… in max()
53 …public static double singleNewtonArgmaxUpdate(final Function<Double, Double> function, final doubl… in singleNewtonArgmaxUpdate()
67 …public static double singleNewtonArgmaxUpdate(final Function<Double, Double> function, final doubl… in singleNewtonArgmaxUpdate()
/dports/audio/libaudiofile/audiofile-0.3.6/test/
H A DInvalidSampleFormat.cpp106 TEST(AIFF, Double) { testFloat64(AF_FILE_AIFF); } in TEST() argument
112 TEST(IFF, Double) { testFloat64(AF_FILE_IFF_8SVX); } in TEST() argument
117 TEST(AVR, Double) { testFloat64(AF_FILE_AVR); } in TEST() argument
123 TEST(SampleVision, Double) { testFloat64(AF_FILE_SAMPLEVISION); } in TEST() argument
128 TEST(VOC, Double) { testFloat64(AF_FILE_VOC); } in TEST() argument
133 TEST(NIST, Double) { testFloat64(AF_FILE_NIST_SPHERE); } in TEST() argument
/dports/lang/v8/v8-9.6.180.12/src/base/numbers/
H A Ddouble.h29 Double() : d64_(0) {} in Double() function
30 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
31 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
32 explicit Double(DiyFp diy_fp) : d64_(DiyFpToUint64(diy_fp)) {} in Double() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/numbers/
H A Ddouble.h32 Double() : d64_(0) {} in Double() function
33 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
34 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
35 explicit Double(DiyFp diy_fp) : d64_(DiyFpToUint64(diy_fp)) {} in Double() function
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Ddouble.h28 Double() : d64_(0) {} in Double() function
29 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
30 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
31 explicit Double(DiyFp diy_fp) in Double() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/numbers/
H A Ddouble.h29 Double() : d64_(0) {} in Double() function
30 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
31 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
32 explicit Double(DiyFp diy_fp) : d64_(DiyFpToUint64(diy_fp)) {} in Double() function
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-plugin/
H A Dplugin_test.go39 Double(int) int methodSpec
118 func (i *testInterfaceImpl) Double(v int) int { return v * 2 } func
133 func (impl *testInterfaceClient) Double(v int) int { func
163 func (s *testInterfaceServer) Double(arg int, resp *int) error { func
189 func (s *testGRPCServer) Double( func
276 func (c *testGRPCClient) Double(v int) int { func
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/dataviewer/
H A DDataTable.java224 public void setDataViewerCallback(CommandWith2Args<Double, Double> dataCallback) in setDataViewerCallback()
229 public void setListViewerCallback(CommandWith2Args<Double, Double> listCallback) in setListViewerCallback()
347 CommandWith2Args<Double, Double> dataCallback) /*-{ in setDataViewerCallback()
357 CommandWith2Args<Double, Double> listCallback) /*-{ in setListViewerCallback()
365 …private static final native void setColumnFrameCallback(WindowEx frame, CommandWith2Args<Double, D… in setColumnFrameCallback()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/values/
H A Ddouble.hpp37 class Double { class
42 Double() in Double() function in test::driver::values::Double
45 Double(const ConvenienceType double_value) in Double() function in test::driver::values::Double
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/test/
H A Darraylisttest.cc13 class Double { class
16 Double() : val(0){} in Double() function in Double
17 Double(double d) : val(d){} in Double() function in Double
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/mcmc/
H A DMinibatchSliceSampler.java60 final Function<Double, Double> logPrior, in MinibatchSliceSampler()
97 final Function<Double, Double> logPrior, in MinibatchSliceSampler()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/distribution/
H A DMixtureMultivariateNormalDistribution.java72 …public MixtureMultivariateNormalDistribution(List<Pair<Double, MultivariateNormalDistribution>> co… in MixtureMultivariateNormalDistribution()
87List<Pair<Double, MultivariateNormalDistribution>> components) in MixtureMultivariateNormalDistribution()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/single-use-lifetime/
H A Done-use-in-fn-argument.rs13 struct Double<'a, 'b> { f: &'a &'b u32 } argument
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/go-plugin/
H A Dplugin_test.go40 Double(int) int methodSpec
120 func (i *testInterfaceImpl) Double(v int) int { return v * 2 } func
147 func (impl *testInterfaceClient) Double(v int) int { func
185 func (s *testInterfaceServer) Double(arg int, resp *int) error { func
211 func (s *testGRPCServer) Double( func
306 func (c *testGRPCClient) Double(v int) int { func

12345678910>>...275