Home
last modified time | relevance | path

Searched defs:FDF (Results 1 – 25 of 48) sorted by relevance

12

/dports/astro/astrometry/astrometry.net-0.85/gsl-an/gsl/
H A Dgsl_math.h145 #define GSL_FN_FDF_EVAL_F(FDF,x) (*((FDF)->f))(x,(FDF)->params) argument
146 #define GSL_FN_FDF_EVAL_DF(FDF,x) (*((FDF)->df))(x,(FDF)->params) argument
147 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) argument
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/
H A Dgsl_math.h145 #define GSL_FN_FDF_EVAL_F(FDF,x) (*((FDF)->f))(x,(FDF)->params) argument
146 #define GSL_FN_FDF_EVAL_DF(FDF,x) (*((FDF)->df))(x,(FDF)->params) argument
147 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) argument
/dports/graphics/xaos/XaoS-release-4.2.1/src/include/gsl/
H A Dgsl_math.h144 #define GSL_FN_FDF_EVAL_F(FDF, x) (*((FDF)->f))(x, (FDF)->params) argument
145 #define GSL_FN_FDF_EVAL_DF(FDF, x) (*((FDF)->df))(x, (FDF)->params) argument
146 #define GSL_FN_FDF_EVAL_F_DF(FDF, x, y, dy) \ argument
/dports/math/gsl/gsl-2.7/
H A Dgsl_math.h145 #define GSL_FN_FDF_EVAL_F(FDF,x) (*((FDF)->f))(x,(FDF)->params) argument
146 #define GSL_FN_FDF_EVAL_DF(FDF,x) (*((FDF)->df))(x,(FDF)->params) argument
147 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) argument
/dports/math/gsl/gsl-2.7/doc/examples/
H A Drootnewt.c17 gsl_function_fdf FDF; in main() local
/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DF_Raytracing.cpp73 static int newton(gsl_multiroot_function_fdf FDF, double *u, double *v) in newton()
118 gsl_multiroot_function_fdf FDF; in F_CylinderPhase() local
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/gsl/
H A Dgsl_math.h207 #define GSL_FN_FDF_EVAL_F(FDF,x) (*((FDF)->f))(x,(FDF)->params) argument
208 #define GSL_FN_FDF_EVAL_DF(FDF,x) (*((FDF)->df))(x,(FDF)->params) argument
209 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) argument
/dports/mail/bogofilter/bogofilter-1.2.5/gsl/
H A Dgsl_math.h207 #define GSL_FN_FDF_EVAL_F(FDF,x) (*((FDF)->f))(x,(FDF)->params) argument
208 #define GSL_FN_FDF_EVAL_DF(FDF,x) (*((FDF)->df))(x,(FDF)->params) argument
209 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) argument
/dports/mail/bogofilter-kc/bogofilter-1.2.5/gsl/
H A Dgsl_math.h207 #define GSL_FN_FDF_EVAL_F(FDF,x) (*((FDF)->f))(x,(FDF)->params) argument
208 #define GSL_FN_FDF_EVAL_DF(FDF,x) (*((FDF)->df))(x,(FDF)->params) argument
209 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) argument
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/gsl/
H A Dgsl_math.h207 #define GSL_FN_FDF_EVAL_F(FDF,x) (*((FDF)->f))(x,(FDF)->params) argument
208 #define GSL_FN_FDF_EVAL_DF(FDF,x) (*((FDF)->df))(x,(FDF)->params) argument
209 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) argument
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_math.h207 #define GSL_FN_FDF_EVAL_F(FDF,x) (*((FDF)->f))(x,(FDF)->params) argument
208 #define GSL_FN_FDF_EVAL_DF(FDF,x) (*((FDF)->df))(x,(FDF)->params) argument
209 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) argument
H A Dgsl_multiroots__newton.c76 newton_set (void * vstate, gsl_multiroot_function_fdf * FDF, gsl_vector * x, gsl_vector * f, gsl_ma… in newton_set()
/dports/science/siesta/siesta-4.1.5/Util/SiestaSubroutine/ProtoNEB/Src/
H A DMakefile39 FDF=libfdf.a macro
/dports/science/siesta/siesta-4.1.5/Util/Vibra/Src/
H A DMakefile49 FDF=libfdf.a macro
/dports/science/siesta/siesta-4.1.5/Util/SiestaSubroutine/SimpleTest/Src/
H A DMakefile53 FDF=libfdf.a macro
/dports/sysutils/edk2/edk2-edk2-stable202102/StandaloneMmPkg/Include/Guid/
H A DMmCoreData.h110 /// size, in bytes, of a buffer back to the caller of the MM Communication Protocol. in gnewton_alloc()
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/multiroots/
H A Dnewton.c76 newton_set (void * vstate, gsl_multiroot_function_fdf * FDF, gsl_vector * x, gsl_vector * f, gsl_ma… in newton_set()
H A Dgnewton.c110 gnewton_set (void * vstate, gsl_multiroot_function_fdf * FDF, gsl_vector * x, gsl_vector * f, gsl_m… in gnewton_set()
/dports/math/gsl/gsl-2.7/multiroots/
H A Dnewton.c76 newton_set (void * vstate, gsl_multiroot_function_fdf * FDF, gsl_vector * x, gsl_vector * f, gsl_ma… in newton_set()
H A Dgnewton.c110 gnewton_set (void * vstate, gsl_multiroot_function_fdf * FDF, gsl_vector * x, gsl_vector * f, gsl_m… in gnewton_set()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/orphan-code/
H A Darc-length.cpp251 gsl_function_fdf FDF; in polish() local
/dports/math/lib2geom/lib2geom-1.1/src/2geom/orphan-code/
H A Darc-length.cpp251 gsl_function_fdf FDF; in polish() local
/dports/math/gsl/gsl-2.7/roots/
H A Dtest_funcs.c40 gsl_function_fdf FDF ; in create_fdf() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dpdfwriter.hxx441 enum ExportDataFormat { HTML, XML, FDF, PDF }; enumerator
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfName.java570 public static final PdfName FDF = new PdfName("FDF"); field in PdfName

12