Home
last modified time | relevance | path

Searched defs:INTERP (Results 1 – 25 of 94) sorted by relevance

1234

/dports/biology/mopac/mopac7-1.15/fortran/
H A Dinterp.f37 DEBUG=(INDEX(KEYWRD,'INTERP').NE.0) argument
67 50 II=II+I
93 IF(DEBUG)WRITE(6,'('' INTERPOLATED ENERGY:'',F13.6)')E*23.061D0 argument
102 110 J1=1
110 140 CONTINUE
123 170 CONTINUE
137 200 CONTINUE
153 240 CONTINUE
231 420 II=0
244 460 II=II+I
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/LHS/
H A DInterp.f9013 SUBROUTINE INTERP (Y, X, XTABLE, ISMAX, IMIN, IMX1, INTFL) subroutine
44 C --- NOW INTERPOLATE argument
54 C --- FOR LOGARITHMOC INTERPOLATION: argument
58 1 (XTABLE(IMAX,2)-XTABLE(IMIN,2))
/dports/biology/psi88/psi88/src/
H A Dpsicon.f578 SUBROUTINE INTERP (IX,IY,ISP,A,IDIM,JER) subroutine
579 INTEGER UX,UY,REC,DX,DY
580 LOGICAL PC,LOPC
583 COMMON /RPLOT/ NNN,CO(3),CM,THE,GAM,PHI,X,Y,Z,IDASH,SCALE,PERZ,KA,
658 10 JER = JER+1
659 20 JER = JER+1
/dports/comms/wsjtz/wsjtx/lib/
H A Djplsubs.f415 SUBROUTINE INTERP(BUF,T,NCF,NCM,NA,IFL,PV) subroutine
498 C INTERPOLATE TO GET POSITION FOR EACH COMPONENT argument
508 C IF VELOCITY INTERPOLATION IS WANTED, BE SURE ENOUGH argument
520 C INTERPOLATE TO GET VELOCITY FOR EACH COMPONENT argument
526 6 CONTINUE
528 5 CONTINUE
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dtriangle.c1 #define INTERP macro
H A Dwtriangle.c2 #define INTERP macro
/dports/graphics/svgalib/svgalib-1.4.3/threeDKit/
H A Dtriangle.c1 #define INTERP macro
H A Dwtriangle.c2 #define INTERP macro
/dports/graphics/flam3/flam3-3.1.1-5-g7fb50c8/
H A Dinterpolation.h24 #define INTERP(x) do { result->x = 0.0; \ macro
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/
H A DTypedPropertyTraits.h54 #define ALEMBIC_ABC_DECLARE_TYPE_TRAITS( VAL, POD, EXTENT, INTERP, PTDEF ) \ argument
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/
H A DUpsampler.cpp52 #define INTERP( i, out )\ in resample_() macro
H A DDownsampler.cpp55 #define INTERP( i, out )\ in resample_() macro
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A DUpsampler.cpp52 #define INTERP( i, out )\ in resample_() macro
H A DDownsampler.cpp55 #define INTERP( i, out )\ in resample_() macro
/dports/graphics/rayshade/rayshade.4.0/libray/libtext/
H A Dimagetext.c27 #define INTERP(v) (text->lo + (v)*(text->hi - text->lo)) macro
/dports/graphics/argyllcms/Argyll_V1.9.2/rspl/
H A Dt2ddf.c28 #define INTERP spline_interp macro
30 #define INTERP interp macro
H A Dt3ddf.c28 #define INTERP spline_interp macro
30 #define INTERP interp macro
H A Dt3d.c28 #define INTERP spline_interp macro
30 #define INTERP interp macro
/dports/science/PETSc/petsc-3.14.1/src/dm/tests/
H A Dex36.c331 Mat II,INTERP; in da_test_RefineCoords1D() local
412 Mat II,INTERP; in da_test_RefineCoords2D() local
501 Mat II,INTERP; in da_test_RefineCoords3D() local
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-signatures/
H A Dels.ml44 module type INTERP = sig module
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-signatures/
H A Dels.ml44 module type INTERP = sig module
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/vrt/
H A Dvita_tx_tb.v23 localparam INTERP = 8'd4; constant
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Druncore_api.h16 # define DO_OP(PC, INTERP) ((PC) = (((INTERP)->code->op_func_table)[*(PC)])((PC), (INTERP))) argument
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/commands/
H A Dvacuum.c58 * GUC parameters
131 params.truncate = get_vacopt_ternary_value(opt);
/dports/audio/tap-plugins-lv2/tap-lv2-cab6e0d/sigmoid/
H A Dtap_sigmoid.c47 #define INTERP 0.99f macro

1234