Home
last modified time | relevance | path

Searched +defs:da +defs:t (Results 1 – 25 of 2095) sorted by relevance

12345678910>>...84

/dports/math/fxt/fxt/src/bpol/
H A Dbitpol-arith.h28 ulong t = 0; in bitpol_mult() local
53 ulong t = 0, m = 1UL; in bitpol_square() local
104 ulong da; in bitpol_rem() local
150 ulong da; in bitpol_div() local
192 ulong da; in bitpol_divrem() local
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Ddraw-paint.c1342 int t = FZ_EXPAND(255-masa); in template_span_1_with_alpha_general() local
1364 int t = FZ_EXPAND(255-masa); in template_span_3_with_alpha_general() local
1390 int t = FZ_EXPAND(255-masa); in template_span_4_with_alpha_general() local
1419 int t = FZ_EXPAND(255-masa); in template_span_N_with_alpha_general() local
1445 int t = FZ_EXPAND(255-masa); in template_span_N_with_alpha_general_op() local
1473 int t = (sa ? FZ_EXPAND(sp[1]): 256); in template_span_1_general() local
1512 int t = (sa ? FZ_EXPAND(sp[3]) : 256); in template_span_3_general() local
1560 int t = (sa ? FZ_EXPAND(sp[4]) : 256); in template_span_4_general() local
1706 int t = FZ_EXPAND(255 - s); in paint_span_0_da_sa() local
1721 int t = FZ_EXPAND(255-masa); in paint_span_0_da_sa_alpha() local
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/
H A Dex22.c48 DM da; in main() local
136 static PetscErrorCode FormIFunction(TS ts,PetscReal t,Vec X,Vec Xdot,Vec F,void *ptr) in FormIFunction()
139 DM da; in FormIFunction() local
168 static PetscErrorCode FormRHSFunction(TS ts,PetscReal t,Vec X,Vec F,void *ptr) in FormRHSFunction()
171 DM da; in FormRHSFunction() local
225 PetscErrorCode FormIJacobian(TS ts,PetscReal t,Vec X,Vec Xdot,PetscReal a,Mat J,Mat Jpre,void *ptr) in FormIJacobian()
231 DM da; in FormIJacobian() local
268 DM da; in FormInitialSolution() local
H A Dex8.py7 def __init__(self,da): argument
14 def function(self, ts,t,x,xdot,f): argument
29 def jacobian(self,ts,t,x,xdot,shift,J,P): argument
46 da = PETSc.DA().create([M],comm=PETSc.COMM_WORLD) variable
H A Dex25.c45 DM da; in main() local
135 static PetscErrorCode FormIFunction(TS ts,PetscReal t,Vec X,Vec Xdot,Vec F,void *ptr) in FormIFunction()
138 DM da; in FormIFunction() local
188 static PetscErrorCode FormRHSFunction(TS ts,PetscReal t,Vec X,Vec F,void *ptr) in FormRHSFunction()
191 DM da; in FormRHSFunction() local
224 PetscErrorCode FormIJacobian(TS ts,PetscReal t,Vec X,Vec Xdot,PetscReal a,Mat J,Mat Jpre,void *ptr) in FormIJacobian()
231 DM da; in FormIJacobian() local
274 DM da; in FormInitialSolution() local
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/advection-diffusion-reaction/
H A Dex6.c42 DM da; in main() local
122 DM da; in InitialConditions() local
165 PetscErrorCode Solution(TS ts,PetscReal t,Vec U,AppCtx *appctx) in Solution()
171 DM da; in Solution() local
200 PetscErrorCode IFunction_LaxFriedrichs(TS ts,PetscReal t,Vec U,Vec Udot,Vec F,void* ctx) in IFunction_LaxFriedrichs()
205 DM da; in IFunction_LaxFriedrichs() local
249 PetscErrorCode IFunction_LaxWendroff(TS ts,PetscReal t,Vec U,Vec Udot,Vec F,void* ctx) in IFunction_LaxWendroff()
254 DM da; in IFunction_LaxWendroff() local
H A Dex3.c56 DM da; in main() local
162 DM da; in InitialConditions() local
205 PetscErrorCode Solution(TS ts,PetscReal t,Vec U,AppCtx *appctx) in Solution()
210 DM da; in Solution() local
258 PetscErrorCode RHSMatrixHeat(TS ts,PetscReal t,Vec U,Mat AA,Mat BB,void *ctx) in RHSMatrixHeat()
266 DM da; in RHSMatrixHeat() local
/dports/audio/mp3blaster/mp3blaster-3.2.6/nmixer/
H A Dnasmixer.cc21 AuDeviceAttributes *t = AuServerDevice(aud, i); in au_list_devices() local
45 AuDeviceAttributes *da = &ada[device]; in Set() local
56 AuDeviceAttributes *da = &ada[device]; in Get() local
/dports/science/PETSc/petsc-3.14.1/src/ts/tests/
H A Dex22.c38 PetscErrorCode InitialConditions(Vec U,DM da,AppCtx *app) in InitialConditions()
69 PetscErrorCode EventFunction(TS ts,PetscReal t,Vec U,PetscScalar *fvalue,void *ctx) in EventFunction()
84 PetscErrorCode PostEventFunction(TS ts,PetscInt nevents_zero,PetscInt events_zero[],PetscReal t,Vec… in PostEventFunction()
100 static PetscErrorCode IFunction(TS ts,PetscReal t,Vec U,Vec Udot,Vec F,void *ctx) in IFunction()
106 DM da; in IFunction() local
147 static PetscErrorCode IJacobian(TS ts,PetscReal t,Vec U,Vec Udot,PetscReal a,Mat A,Mat B,void *ctx) in IJacobian()
151 DM da; in IJacobian() local
193 DM da; in main() local
H A Dex25.c67 DM da; in Brusselator() local
161 static PetscErrorCode FormIFunction(TS ts,PetscReal t,Vec X,Vec Xdot,Vec F,void *ptr) in FormIFunction()
164 DM da; in FormIFunction() local
214 static PetscErrorCode FormRHSFunction(TS ts,PetscReal t,Vec X,Vec F,void *ptr) in FormRHSFunction()
217 DM da; in FormRHSFunction() local
250 PetscErrorCode FormIJacobian(TS ts,PetscReal t,Vec X,Vec Xdot,PetscReal a,Mat J,Mat Jpre,void *ptr) in FormIJacobian()
257 DM da; in FormIJacobian() local
300 DM da; in FormInitialSolution() local
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/ftn-custom/
H A Dzdacornf.c22 PETSC_EXTERN void dmdasetfieldname_(DM *da,PetscInt *nf,char* name,PetscErrorCode *ierr,PETSC_FORTR… in dmdasetfieldname_()
24 char *t; in dmdasetfieldname_() local
30 PETSC_EXTERN void dmdagetfieldname_(DM *da,PetscInt *nf,char* name,PetscErrorCode *ierr,PETSC_FORTR… in dmdagetfieldname_()
39 PETSC_EXTERN void dmdagetcorners_(DM *da,PetscInt *x,PetscInt *y,PetscInt *z,PetscInt *m,PetscInt … in dmdagetcorners_()
49 PETSC_EXTERN void dmdagetcorners000000_(DM *da,PetscInt *x,PetscInt *y,PetscInt *z,PetscInt *m,Pet… in dmdagetcorners000000_()
54 PETSC_EXTERN void dmdagetcorners001001_(DM *da,PetscInt *x,PetscInt *y,PetscInt *z,PetscInt *m,Pet… in dmdagetcorners001001_()
59 PETSC_EXTERN void dmdagetcorners011011_(DM *da,PetscInt *x,PetscInt *y,PetscInt *z,PetscInt *m,Pet… in dmdagetcorners011011_()
H A Dzdaindexf.c10 PETSC_EXTERN void dmdasetaotype_(DM *da,char* type, PetscErrorCode *ierr,PETSC_FORTRAN_CHARLEN_T l… in dmdasetaotype_()
12 char *t; in dmdasetaotype_() local
/dports/chinese/librime/librime-1.7.3/src/rime/algo/
H A Ddynamics.h6 inline double formula_d(double d, double t, double da, double ta) { in formula_d()
10 inline double formula_p(double s, double u, double t, double d) { in formula_p()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/imexporters/ofx/parser/
H A Dg_stmtrn.c81 AB_TRANSACTION *t; in AIO_OfxGroup_STMTRN_TakeTransaction() local
187 AB_TRANSACTION *t; in AIO_OfxGroup_STMTRN_AddData() local
267 GWEN_DATE *da; in AIO_OfxGroup_STMTRN_AddData() local
280 GWEN_DATE *da; in AIO_OfxGroup_STMTRN_AddData() local
H A Dg_invtran.c135 GWEN_DATE *da; in AIO_OfxGroup_INVTRAN_AddData() local
148 GWEN_DATE *da; in AIO_OfxGroup_INVTRAN_AddData() local
179 AB_TRANSACTION *t; in AIO_OfxGroup_INVTRAN_TakeData() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-combine-float.c63 float da = dest[i + 0]; in combine_inner() local
80 float da, dr, dg, db; in combine_inner() local
401 blend_screen (float sa, float s, float da, float d) in blend_screen()
429 blend_overlay (float sa, float s, float da, float d) in blend_overlay()
445 blend_darken (float sa, float s, float da, float d) in blend_darken()
782 float t; in clip_color() local
834 float t; in set_sat() local
909 const rgb_t *dest, float da, in blend_hsl_hue()
931 const rgb_t *dest, float da, in blend_hsl_saturation()
951 const rgb_t *dest, float da, in blend_hsl_color()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/libpixman/src/
H A Dpixman-combine-float.c65 float da = dest[i + 0]; in combine_inner() local
82 float da, dr, dg, db; in combine_inner() local
367 blend_screen (float sa, float s, float da, float d) in blend_screen()
373 blend_overlay (float sa, float s, float da, float d) in blend_overlay()
382 blend_darken (float sa, float s, float da, float d) in blend_darken()
656 float t; in clip_color() local
708 float t; in set_sat() local
780 const rgb_t *dest, float da, in blend_hsl_hue()
797 const rgb_t *dest, float da, in blend_hsl_saturation()
814 const rgb_t *dest, float da, in blend_hsl_color()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/libpixman/src/
H A Dpixman-combine-float.c63 float da = dest[i + 0]; in combine_inner() local
80 float da, dr, dg, db; in combine_inner() local
401 blend_screen (float sa, float s, float da, float d) in blend_screen()
429 blend_overlay (float sa, float s, float da, float d) in blend_overlay()
445 blend_darken (float sa, float s, float da, float d) in blend_darken()
782 float t; in clip_color() local
834 float t; in set_sat() local
909 const rgb_t *dest, float da, in blend_hsl_hue()
931 const rgb_t *dest, float da, in blend_hsl_saturation()
951 const rgb_t *dest, float da, in blend_hsl_color()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-combine-float.c63 float da = dest[i + 0]; in combine_inner() local
80 float da, dr, dg, db; in combine_inner() local
401 blend_screen (float sa, float s, float da, float d) in blend_screen()
429 blend_overlay (float sa, float s, float da, float d) in blend_overlay()
445 blend_darken (float sa, float s, float da, float d) in blend_darken()
782 float t; in clip_color() local
834 float t; in set_sat() local
909 const rgb_t *dest, float da, in blend_hsl_hue()
931 const rgb_t *dest, float da, in blend_hsl_saturation()
951 const rgb_t *dest, float da, in blend_hsl_color()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/libpixman/src/
H A Dpixman-combine-float.c65 float da = dest[i + 0]; in combine_inner() local
82 float da, dr, dg, db; in combine_inner() local
367 blend_screen (float sa, float s, float da, float d) in blend_screen()
373 blend_overlay (float sa, float s, float da, float d) in blend_overlay()
382 blend_darken (float sa, float s, float da, float d) in blend_darken()
656 float t; in clip_color() local
708 float t; in set_sat() local
780 const rgb_t *dest, float da, in blend_hsl_hue()
797 const rgb_t *dest, float da, in blend_hsl_saturation()
814 const rgb_t *dest, float da, in blend_hsl_color()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/libpixman/src/
H A Dpixman-combine-float.c65 float da = dest[i + 0]; in combine_inner() local
82 float da, dr, dg, db; in combine_inner() local
367 blend_screen (float sa, float s, float da, float d) in blend_screen()
373 blend_overlay (float sa, float s, float da, float d) in blend_overlay()
382 blend_darken (float sa, float s, float da, float d) in blend_darken()
656 float t; in clip_color() local
708 float t; in set_sat() local
780 const rgb_t *dest, float da, in blend_hsl_hue()
797 const rgb_t *dest, float da, in blend_hsl_saturation()
814 const rgb_t *dest, float da, in blend_hsl_color()
[all …]
/dports/x11/pixman/pixman-0.40.0/pixman/
H A Dpixman-combine-float.c63 float da = dest[i + 0]; in combine_inner() local
80 float da, dr, dg, db; in combine_inner() local
401 blend_screen (float sa, float s, float da, float d) in blend_screen()
429 blend_overlay (float sa, float s, float da, float d) in blend_overlay()
445 blend_darken (float sa, float s, float da, float d) in blend_darken()
782 float t; in clip_color() local
834 float t; in set_sat() local
909 const rgb_t *dest, float da, in blend_hsl_hue()
931 const rgb_t *dest, float da, in blend_hsl_saturation()
951 const rgb_t *dest, float da, in blend_hsl_color()
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/imexporters/openhbci1/
H A Dopenhbci1.c165 AB_TRANSACTION *t; in AH_ImExporterOpenHBCI1__ImportFromGroup() local
222 GWEN_DATE *da; in AH_ImExporterOpenHBCI1__ImportFromGroup() local
233 GWEN_DATE *da; in AH_ImExporterOpenHBCI1__ImportFromGroup() local
317 const AB_TRANSACTION *t; in AH_ImExporterOpenHBCI1_Export() local
322 const GWEN_DATE *da; in AH_ImExporterOpenHBCI1_Export() local
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqpaypal/
H A Dprovider_getstm.c17 AB_TRANSACTION *t) in APY_Provider_UpdateTrans()
335 const GWEN_DATE *da; in APY_Provider_ExecGetTrans() local
565 AB_TRANSACTION *t; in APY_Provider_ExecGetTrans() local
573 GWEN_DATE *da; in APY_Provider_ExecGetTrans() local
/dports/x11-fonts/font-util/font-util-1.3.2/
H A Ducs2any.c157 char *t; in zstrtoupper() local
179 da_t *da; in da_new() local
192 da_fetch(da_t *da, int key) in da_fetch()
206 da_fetch_int(da_t *da, int key) in da_fetch_int()
208 int *t; in da_fetch_int() local
220 da_add(da_t *da, int key, void *value) in da_add()
261 da_add_int(da_t *da, int key, int value) in da_add_int()
270 #define da_count(da) (da->count) argument
271 #define da_size(da) (da->size) argument
274 da_clear(da_t *da) in da_clear()
[all …]

12345678910>>...84