Lines Matching refs:endDateWithHist
482 const FieldVector2D &startDateWithHist, FieldVector2D &endDateWithHist) in adjust_end_date() argument
495 endDateWithHist[0][levelID].vec_d[i] = missval; in adjust_end_date()
498 if (DBL_IS_EQUAL(endDateWithHist[0][levelID].vec_d[i], missval)) in adjust_end_date()
500 endDateWithHist[0][levelID].vec_d[i] = ovdateSouth; in adjust_end_date()
507 endDateWithHist[0][levelID].vec_d[i] = missval; in adjust_end_date()
511 if (DBL_IS_EQUAL(endDateWithHist[0][levelID].vec_d[i], missval)) in adjust_end_date()
513 endDateWithHist[0][levelID].vec_d[i] = ovdate; in adjust_end_date()
522 …FieldVector2D &endDateWithHist, FieldVector &gslDuration, FieldVector &gslFirstDay, bool useCurren… in compute_gsl() argument
535 …duration = (double) (date_to_julday(CALENDAR_PROLEPTIC, (int64_t) endDateWithHist[0][levelID].vec_… in compute_gsl()
540 …duration = (double) (date_to_julday(CALENDAR_PROLEPTIC, (int64_t) endDateWithHist[1][levelID].vec_… in compute_gsl()
569 …duration = (double) (date_to_julday(CALENDAR_PROLEPTIC, (int64_t) endDateWithHist[0][levelID].vec_… in compute_gsl()