Home
last modified time | relevance | path

Searched defs:vols (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/doc/
H A Dhelp_lang.php16 function order_vols($vols) {
100 function show_vols($vols) {
133 $vols = get_vols($lang); variable
134 $vols = order_vols($vols); variable
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/util/
H A DTestMRAsyncDiskService.java148 String [] vols = new String[] { relativeTestRoot + "/0", in testVolumeNormalization() local
169 String[] vols = new String[]{TEST_ROOT_DIR + "/0", in testMRAsyncDiskService() local
230 String[] vols = new String[]{TEST_ROOT_DIR + "/0", in testMRAsyncDiskServiceMoveAndDeleteAllVolumes() local
277 String[] vols = new String[]{TEST_ROOT_DIR + "/0", in testMRAsyncDiskServiceStartupCleaning() local
311 private void makeSureCleanedUp(String[] vols, MRAsyncDiskService service) in makeSureCleanedUp()
337 String[] vols = new String[]{TEST_ROOT_DIR + "/0", in testToleratesSomeUnwritableVolumes() local
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/volatility/capfloor/
H A Dcapfloortermvolcurve.cpp31 CapFloorTermVolCurve::CapFloorTermVolCurve( in CapFloorTermVolCurve()
53 CapFloorTermVolCurve::CapFloorTermVolCurve( in CapFloorTermVolCurve()
80 const std::vector<Volatility>& vols, in CapFloorTermVolCurve()
105 const std::vector<Volatility>& vols, in CapFloorTermVolCurve()
H A Dcapfloortermvolsurface.cpp29 CapFloorTermVolSurface::CapFloorTermVolSurface( in CapFloorTermVolSurface()
61 CapFloorTermVolSurface::CapFloorTermVolSurface( in CapFloorTermVolSurface()
99 const Matrix& vols, in CapFloorTermVolSurface()
130 const Matrix& vols, in CapFloorTermVolSurface()
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/volatility/swaption/
H A Dswaptionvolmatrix.cpp36 SwaptionVolatilityMatrix::SwaptionVolatilityMatrix( in SwaptionVolatilityMatrix()
73 SwaptionVolatilityMatrix::SwaptionVolatilityMatrix( in SwaptionVolatilityMatrix()
116 const Matrix& vols, in SwaptionVolatilityMatrix()
165 const Matrix& vols, in SwaptionVolatilityMatrix()
214 const Matrix& vols, in SwaptionVolatilityMatrix()
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-completer-volume.c37 virStorageVolPtr *vols = NULL; in virshStorageVolNameCompleter() local
80 virStorageVolPtr *vols = NULL; in virshStorageVolKeyCompleter() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-outlier/src/main/java/de/lmu/ifi/dbs/elki/algorithm/outlier/lof/
H A DVarianceOfVolume.java132 …WritableDoubleDataStore vols = DataStoreUtil.makeDoubleStorage(ids, DataStoreFactory.HINT_HOT | Da… in run() local
158 private void computeVolumes(KNNQuery<O> knnq, int dim, DBIDs ids, WritableDoubleDataStore vols) { in computeVolumes()
190 …private void computeVOVs(KNNQuery<O> knnq, DBIDs ids, DoubleDataStore vols, WritableDoubleDataStor… in computeVOVs()
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/meshes3d/
H A DmeshVolume.m69 vols = zeros(nFaces, 1); variable
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dtest_geom_gqt.cpp415 Range surfs, vols; in test_surface_sense() local
450 Range surfs, vols; in overlap_test_surface_sense() local
488 Range vols; in test_measure_volume() local
519 Range vols; in overlap_test_measure_volume() local
672 Range surfs, vols; in test_ray_fire() local
824 Range surfs, vols; in overlap_test_ray_fire() local
942 Range vols; in test_point_in_volume() local
992 Range vols; in test_closest_to_location() local
1057 Range vols; in overlap_test_point_in_volume() local
/dports/devel/orc/orc-0.4.31/examples/
H A Dvolscale.c130 do_volume_c (orc_int16 *dest, const orc_int32 *vols, const orc_int16 *samp, int len) in do_volume_c()
151 orc_int32 *vols; in do_volume_backup() local
228 orc_int32 vols[N]; variable
/dports/graphics/py-visvis/visvis-1.13.0/examples/
H A DfourDimensions.py9 vols = [vv.aVolume()] variable
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/rectangle_tree/
H A Dr_star_tree_descent_heuristic_impl.hpp96 std::vector<ElemType> vols(node->NumChildren()); in ChooseDescentNode() local
171 std::vector<ElemType> vols(node->NumChildren()); in ChooseDescentNode() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/
H A DTestAsyncDiskService.java59 String[] vols = new String[]{"/0", "/1"}; in testAsyncDiskService() local
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/perf/
H A Dadj_time.cpp26 Range vols; in main() local
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dtile.f90100 real(8), intent(out) :: vols local
299 subroutine get_kpts_volumes(bdot, pts_crys, vols) argument
302 real(DP), intent(out) :: vols(:) local
/dports/finance/quantlib/QuantLib-1.20/ql/models/marketmodels/models/
H A Dflatvol.cpp49 const vector<Volatility>& vols, in FlatVol()
153 const vector<Volatility>& vols, in FlatVolFactory()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/tools/
H A Dbsnapshot.c402 struct vols { struct
414 vols *vol1 = (vols *) item1; in vols_compare_id() argument
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/tools/
H A Dbsnapshot.c402 struct vols { struct
414 vols *vol1 = (vols *) item1; in vols_compare_id() argument
/dports/sysutils/bacula9-client/bacula-9.6.7/src/tools/
H A Dbsnapshot.c402 struct vols { struct
414 vols *vol1 = (vols *) item1; in vols_compare_id() argument
/dports/sysutils/bacula9-server/bacula-9.6.7/src/tools/
H A Dbsnapshot.c402 struct vols { struct
414 vols *vol1 = (vols *) item1; in vols_compare_id() argument
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestCellMeasuresFilter.cxx40 vtkm::filter::CellMeasures<IntegrationType> vols; in TestCellMeasuresFilter() local
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/agg/
H A Dagg.cpp158 void pushLoopSound( const std::vector<int> & vols, const int soundVolume ) in pushLoopSound()
224 std::vector<int> vols; member
426 void AGG::LoadLOOPXXSounds( const std::vector<int> & vols, bool asyncronizedCall ) in LoadLOOPXXSounds()
441 void AGG::LoadLOOPXXSoundsInternally( const std::vector<int> & vols, const int soundVolume ) in LoadLOOPXXSoundsInternally()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestCellMeasuresFilter.cxx48 vtkm::filter::CellMeasures<IntegrationType> vols; in TestCellMeasuresFilter() local
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dgsr.cpp147 Array vols(3); in testGsrProcess() local
175 std::vector<Real> vols(1, modelvol); in testGsrModel() local
H A Dcapfloor.cpp163 Volatility vols[] = { 0.01, 0.05, 0.10, 0.15, 0.20 }; in testVega() local
220 Volatility vols[] = { 0.01, 0.05, 0.10, 0.15, 0.20 }; in testStrikeDependency() local
286 Volatility vols[] = { 0.01, 0.05, 0.10, 0.15, 0.20 }; in testConsistency() local
401 Volatility vols[] = { 0.01, 0.05, 0.10, 0.15, 0.20 }; in testParity() local
454 Volatility vols[] = { 0.01, 0.05, 0.10, 0.15, 0.20 }; in testATMRate() local
525 Volatility vols[] = { 0.01, 0.05, 0.10, 0.20, 0.30, 0.70, 0.90 }; in testImpliedVolatility() local

123456789