Home
last modified time | relevance | path

Searched defs:taper (Results 1 – 25 of 148) sorted by relevance

123456

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dtaper_types.F41 SUBROUTINE taper_create(taper, rc, range) argument
42 TYPE(taper_type), POINTER :: taper local
64 SUBROUTINE taper_release(taper) argument
65 TYPE(taper_type), POINTER :: taper local
81 TYPE(taper_type), POINTER :: taper local
103 TYPE(taper_type), POINTER :: taper local
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dtaper_types.F41 SUBROUTINE taper_create(taper, rc, range) argument
42 TYPE(taper_type), POINTER :: taper local
64 SUBROUTINE taper_release(taper) argument
65 TYPE(taper_type), POINTER :: taper local
81 TYPE(taper_type), POINTER :: taper local
103 TYPE(taper_type), POINTER :: taper local
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/matlab/private/
H A DSmoothRange.m16 taper = start_res*ratio; variable
20 taper = taper*ratio; variable
23 taper = stop_res*ratio; variable
27 taper = taper*ratio; variable
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/matlab/
H A DSmoothMeshLines2.m210 taper = stop_res*ratio; variable
214 taper = taper*ratio; variable
234 taper = start_res*ratio; variable
238 taper = taper*ratio; variable
255 taper = start_res*ratio; variable
259 taper = taper*ratio; variable
267 taper = stop_res*ratio; variable
271 taper = taper*ratio; variable
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_deform.erl213 taper({Primary,{{'ASK',Ask},Center}}, St0) -> function
218 taper({Primary,{Effect,{'ASK',Ask}}}, St0) -> function
223 taper({Primary,{'ASK',Ask}}, St0) -> function
228 taper({Primary,{Effect,Center}}, St) -> function
230 taper({Primary,Effect}, St) -> function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/reax/
H A Dreax_charges.F18 subroutine taper(r,r2) subroutine
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Ddriver.c743 taper_t *taper; in startaflush() local
781 taper_t *taper, in startaflush_tape()
1145 taper_t *taper; in start_some_dumps() local
1483 taper_t *taper; in start_degraded_mode() local
2103 taper_t *taper; in file_taper_result() local
2215 taper_t *taper; in dumper_taper_result() local
2277 taper_t *taper; in idle_taper() local
2305 taper_t *taper; in taper_from_name() local
2413 taper_t *taper; in handle_dumper_result() local
3803 taper_t *taper; in short_dump_state() local
[all …]
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Ddriver.c743 taper_t *taper; in startaflush() local
781 taper_t *taper, in startaflush_tape()
1145 taper_t *taper; in start_some_dumps() local
1483 taper_t *taper; in start_degraded_mode() local
2103 taper_t *taper; in file_taper_result() local
2215 taper_t *taper; in dumper_taper_result() local
2277 taper_t *taper; in idle_taper() local
2305 taper_t *taper; in taper_from_name() local
2413 taper_t *taper; in handle_dumper_result() local
3803 taper_t *taper; in short_dump_state() local
[all …]
/dports/graphics/gle/gle-3.1.0/examples/
H A Dtaper.c84 double taper[PSIZE]; variable
144 gleDouble taper[], in gleTaper()
/dports/cad/py-gdspy/gdspy-1.6.8/docs/_static/
H A Dphotonics.py147 taper = lib.new_cell("NTaper") variable
220 taper = lib.new_cell("PTaper") variable
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dextrusion-taper.c89 static double taper[PSIZE]; variable
149 gleDouble taper[], in gleTaper()
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/internals/
H A Dflist.cc109 void Flist::taper( REAL from, REAL to ) in taper() function in Flist
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/nurbs/
H A DFlist.java109 public void taper(float from, float to) { in taper() method in Flist
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/glu/nurbs/
H A DFlist.java109 public void taper(final float from, final float to) { in taper() method in Flist
/dports/comms/wsjtz/wsjtx/lib/ft8/
H A Dft8_downsample.f9011 real dd(NMAX),x(NFFT1),taper(0:100) local
/dports/comms/yagiuda/yagiuda-1.19/src/
H A Drandomise.c20 double y, old_boom_length, new_boom_length, a, lambda,**z,l,x,taper; in randomise() local
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_fft_complex.c19 void mri_fft_complex( int mode , float taper , MRI_IMAGE *im ) in mri_fft_complex()
91 float *mri_setup_taper( int nx , float taper ) in mri_setup_taper()
H A Dimfft.c21 float **inar , **outar , *taper ; in main() local
H A Dimpsd.c21 float **inar , **outar , *taper ; in main() local
H A D3dPeriodogram.c5 static float taper = 0.1f ; variable
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dcpgram.R23 function(ts, taper = 0.1, argument
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dcpgram.R23 function(ts, taper = 0.1, argument
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dfilter_kernels.h25 double taper; // Taper coefficient (flattens the filter's center) member
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/precision_drawing_tools/
H A Dpdt_command_functions.py729 def taper(context): function
/dports/games/flightgear/flightgear-2020.3.11/utils/Modeller/
H A Dyasim_import.py378 def __init__(self, name, a, b, width, taper, midpoint): argument
408 …def __init__(self, name, center, up, fwd, numblades, radius, chord, twist, taper, rel_len_blade_st… argument
432 def __init__(self, name, root, length, chord, incidence, twist, taper, sweep, dihedral): argument

123456