Home
last modified time | relevance | path

Searched defs:gtd (Results 1 – 25 of 67) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_convert.c247 static void gpencil_timing_data_set_nbr(tGpTimingData *gtd, const int nbr) in gpencil_timing_data_set_nbr()
273 static void gpencil_timing_data_add_point(tGpTimingData *gtd, in gpencil_timing_data_add_point()
312 static int gpencil_find_end_of_stroke_idx(tGpTimingData *gtd, in gpencil_find_end_of_stroke_idx()
405 tGpTimingData *gtd, in gpencil_stroke_path_animation_add_keyframes()
517 tGpTimingData *gtd) in gpencil_stroke_path_animation()
648 static void gpencil_stroke_to_path_add_point(tGpTimingData *gtd, in gpencil_stroke_to_path_add_point()
691 tGpTimingData *gtd) in gpencil_stroke_to_path()
892 static void gpencil_stroke_to_bezier_add_point(tGpTimingData *gtd, in gpencil_stroke_to_bezier_add_point()
939 tGpTimingData *gtd) in gpencil_stroke_to_bezier()
1307 tGpTimingData *gtd) in gpencil_layer_to_curve()
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/tdscf/test/
H A Dtest_krhf_slow_gamma.py7 import unittest
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/
H A Dmeson.build232 libgtd = shared_library( build
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdtrend.c342 …t GRDTREND_CTRL *Ctrl, struct GMT_GRID *T, double *xval, double *yval, double *gtd, double *pstuff… in grdtrend_compute_trend()
364 …t GRDTREND_CTRL *Ctrl, struct GMT_GRID *G, double *xval, double *yval, double *gtd, unsigned int n… in grdtrend_grd_trivial_model()
474 …d grdtrend_write_model_parameters (struct GMT_CTRL *GMT, struct GRDTREND_CTRL *Ctrl, double *gtd) { in grdtrend_write_model_parameters()
508 … GMT_GRID *G, double *xval, double *yval, double *pstuff, double *gtg, double *gtd, unsigned int n… in grdtrend_load_gtg_and_gtd()
594 double *gtd = NULL; /* Pointer for array for vector G'd normal equations */ in GMT_grdtrend() local
H A Dtrend2d.c141 …_memory (struct GMT_CTRL *GMT, uint64_t np, double **gtg, double **v, double **gtd, double **lambd… in trend2d_allocate_the_memory()
188 GMT_LOCAL void trend2d_free_the_memory (struct GMT_CTRL *GMT, double *gtg, double *v, double *gtd, … in trend2d_free_the_memory()
342 …MT_CTRL *GMT, struct TREND2D_DATA *data, uint64_t n_data, double *gtg, double *gtd, double *grow, … in trend2d_load_gtg_and_gtd()
376 GMT_LOCAL void trend2d_solve_system (struct GMT_CTRL *GMT, double *gtg, double *gtd, double *model,… in trend2d_solve_system()
561 double *gtg = NULL, *v = NULL, *gtd = NULL, *lambda = NULL, *workb = NULL; in GMT_trend2d() local
H A Dtrend1d.c188 …ory (struct GMT_CTRL *GMT, unsigned int np, double **gtg, double **v, double **gtd, double **lambd… in trend1d_allocate_the_memory()
231 GMT_LOCAL void trend1d_free_the_memory (struct GMT_CTRL *GMT, double *gtg, double *v, double *gtd, … in trend1d_free_the_memory()
387 …_gtg_and_gtd (struct TREND1D_DATA *data, uint64_t n_data, double *gtg, double *gtd, double *grow, … in trend1d_load_gtg_and_gtd()
421 GMT_LOCAL void trend1d_solve_system (struct GMT_CTRL *GMT, double *gtg, double *gtd, double *model,… in trend1d_solve_system()
678 double *gtg = NULL, *v = NULL, *gtd = NULL, *lambda = NULL, *workb = NULL; in GMT_trend1d() local
/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Dchunk-test.c223 GetTestData *gtd = user_data; in chunk_allocator() local
238 GetTestData *gtd = user_data; in got_chunk() local
254 GetTestData gtd; in do_response_test() local
/dports/games/freeciv/freeciv-2.6.6/client/gui-qt/
H A Dgotodlg.cpp356 goto_dialog *gtd; in popup_goto_dialog() local
H A Dfc_client.h267 goto_dialog *gtd; variable
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-qt/
H A Dgotodlg.cpp356 goto_dialog *gtd; in popup_goto_dialog() local
H A Dfc_client.h267 goto_dialog *gtd; variable
/dports/chinese/tintin++/tt/src/
H A Dmain.c39 struct tintin_data *gtd; variable
/dports/net/tintin++/tt/src/
H A Dmain.c39 struct tintin_data *gtd; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DAssemblyBuilder.cs98 Type gtd; field in System.Reflection.Emit.GenericInstanceKey
102 internal GenericInstanceKey (Type gtd, Type[] args) in GenericInstanceKey()
1061 internal Type MakeGenericType (Type gtd, Type[] typeArguments) in MakeGenericType()
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dgraphsym.cpp203 bool OBGraphSymPrivate::GetGTDVector(vector<int> &gtd) in GetGTDVector()
H A Drotor.cpp105 vector<int> gtd; in FindRotors() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DTypeMirror.cs24 TypeMirror base_type, element_type, gtd; field in Mono.Debugger.Soft.TypeMirror
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dclass.c1422 MonoClass *gtd; in mono_class_setup_basic_field_info() local
1539 MonoClass *gtd = gklass ? mono_class_get_generic_type_definition (klass) : NULL; in mono_class_setup_fields() local
3040 MonoClass *gtd = mono_class_get_generic_type_definition (itf); in mono_class_interface_offset_with_variance() local
5549 MonoClass *gtd = (MonoClass*)user_data; in fix_gclass_incomplete_instantiation() local
5869 mono_generic_class_setup_parent (MonoClass *klass, MonoClass *gtd) in mono_generic_class_setup_parent()
10756 …MonoClass *gtd = mono_class_is_ginst (klass) ? mono_class_get_generic_type_definition (klass) : NU… in mono_field_resolve_type() local
10826 …MonoClass *gtd = mono_class_is_ginst (klass) ? mono_class_get_generic_type_definition (klass) : NU… in mono_field_resolve_flags() local
/dports/math/faiss/faiss-1.7.1/faiss/impl/
H A DPolysemousTraining.cpp720 const float* gtd = gt_distances + q * nb; in init_n_gt() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/
H A Dusb_ohci.h385 td_t gtd[NUM_TD + 1]; variable
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/mips/cpu/
H A Dau1x00_usb_ohci.h390 td_t gtd[NUM_TD+1]; variable
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/
H A Dusb_ohci.h389 td_t gtd[NUM_TD+1]; variable
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/s3c24x0/
H A Dusb_ohci.h383 struct td gtd[NUM_TD + 1]; variable
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/mips/cpu/
H A Dau1x00_usb_ohci.h390 td_t gtd[NUM_TD+1]; variable
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/
H A Dusb_ohci.h385 td_t gtd[NUM_TD + 1]; variable

123