Home
last modified time | relevance | path

Searched refs:GOBasisType (Results 1 – 4 of 4) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Ddatetime.h86 } GOBasisType; typedef
87 #define go_basis_t GOBasisType /* for compatibility */
89 gint32 go_date_days_between_basis (GDate const *from, GDate const *to, GOBasisType basis);
100 GOBasisType basis;
H A Ddatetime.c393 go_date_days_between_basis (GDate const *from, GDate const *to, GOBasisType basis) in go_date_days_between_basis()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dgnm-datetime.h19 int annual_year_basis (GnmValue const *value_date, GOBasisType basis,
21 gnm_float yearfrac (GDate const *from, GDate const *to, GOBasisType basis);
H A Dgnm-datetime.c128 annual_year_basis (GnmValue const *value_date, GOBasisType basis, in annual_year_basis()
153 yearfrac (GDate const *from, GDate const *to, GOBasisType basis) in yearfrac()