Home
last modified time | relevance | path

Searched refs:cut0 (Results 1 – 14 of 14) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A DTestCompositeDataSetPlaneCutter.py31 cut0 = vtk.vtkPlaneCutter() variable
32 cut0.SetInputConnection(inputMBDConverter.GetOutputPort())
33 cut0.SetPlane(plane)
34 cut0.ComputeNormalsOff()
37 sCutterMapper0.SetInputConnection(cut0.GetOutputPort())
/dports/science/lammps/lammps-stable_29Sep2021/examples/python/
H A Dfuncs.py6 def loop(N,cut0,thresh,lmpptr): argument
7 print("LOOP ARGS",N,cut0,thresh,lmpptr)
14 cut = cut0 + i*0.1
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/ecp/
H A Decp_bessel.f24 double precision x(n),bessel(n),temp(n,5),tol,two,cut0,cutoff
25 parameter (two = 2.0d00, cut0 = 0.106d0)
30 cutoff = cut0
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/ecp/
H A Decp_bessel.f24 double precision x(n),bessel(n),temp(n,5),tol,two,cut0,cutoff local
25 parameter (two = 2.0d00, cut0 = 0.106d0)
30 cutoff = cut0
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/CutPool/
H A Dcp_func.c120 cp_cut_data *cut0 = *((cp_cut_data **)cut0ptr); in cut_quality_cmp() local
123 return((int)(1000*(cut1->quality - cut0->quality))); in cut_quality_cmp()
151 cut_data *cut0 = *((cut_data **)cut0ptr); in cutcmp() local
155 if ((typediff = cut0->type - cut1->type)) return(typediff); in cutcmp()
156 if ((sizediff = cut0->size - cut1->size)) return(sizediff); in cutcmp()
157 return( MEMCMP(cut0->coef, cut1->coef, cut0->size) ); in cutcmp()
/dports/science/openmx/openmx3.8/source/liberi-091216/source/
H A Deri_sf.c411 const double cut0 = 1.0e-24; in ERI_Associated_Legendre_Polynomial() local
419 if ((1.0-cut0)<fabs(x)){ in ERI_Associated_Legendre_Polynomial()
422 x = -(1.0-cut0); in ERI_Associated_Legendre_Polynomial()
424 x = (1.0-cut0); in ERI_Associated_Legendre_Polynomial()
/dports/math/R/R-4.1.2/src/main/
H A Ddeparse.c171 int cut0 = DEFAULT_Cutoff; in do_deparse() local
173 cut0 = asInteger(CAR(args)); in do_deparse()
174 if(cut0 == NA_INTEGER|| cut0 < MIN_Cutoff || cut0 > MAX_Cutoff) { in do_deparse()
176 cut0 = DEFAULT_Cutoff; in do_deparse()
186 return deparse1WithCutoff(expr, FALSE, cut0, backtick, opts, nlines); in do_deparse()
/dports/math/libRmath/R-4.1.1/src/main/
H A Ddeparse.c171 int cut0 = DEFAULT_Cutoff; in do_deparse() local
173 cut0 = asInteger(CAR(args)); in do_deparse()
174 if(cut0 == NA_INTEGER|| cut0 < MIN_Cutoff || cut0 > MAX_Cutoff) { in do_deparse()
176 cut0 = DEFAULT_Cutoff; in do_deparse()
186 return deparse1WithCutoff(expr, FALSE, cut0, backtick, opts, nlines); in do_deparse()
/dports/science/openmx/openmx3.8/source/
H A Dopenmx_common.c678 double cut0=1.0e-24,cut1=1.0e-12; in Associated_Legendre() local
686 else if ((1.0-cut0)<fabs(x)){ in Associated_Legendre()
687 x = sgn(x)*(1.0-cut0); in Associated_Legendre()
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dui_xmat.py974 cut0 = 1.0
995 if abs(val) >= cut0: cs = cutstrs[0]
H A Dlib_afni1D.py2098 cut0 = 1.0
2133 if abs(val) >= cut0: cs = cutstrs[0]
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Dpython.rst61 def loop(lmpptr,N,cut0):
68 cut = cut0 + i*0.1
352 def loop(N,cut0,thresh,lmpptr):
353 print("LOOP ARGS", N, cut0, thresh, lmpptr)
359 cut = cut0 + i*0.1
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/res/demo/room_builder/
H A Droom_builder_mono.cfg679 # Head cut0 [ms]: 0.000000..10000.000000
682 # Tail cut0 [ms]: 0.000000..10000.000000
H A Droom_builder_stereo.cfg682 # Head cut0 [ms]: 0.000000..10000.000000
685 # Tail cut0 [ms]: 0.000000..10000.000000