Home
last modified time | relevance | path

Searched refs:NA_INT32 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/R-cran-lubridate/lubridate/src/
H A Dupdate.cpp25 int_fast64_t NA_INT32 = static_cast<int_fast64_t>(NA_INTEGER); variable
287 if (y == NA_INT32) {out[i] = NA_REAL; continue; } in C_update_dt()
291 if (m == NA_INT32) {out[i] = NA_REAL; continue; } in C_update_dt()
295 if (d == NA_INT32) {out[i] = NA_REAL; continue; } in C_update_dt()
299 if (H == NA_INT32) {out[i] = NA_REAL; continue; } in C_update_dt()
303 if (M == NA_INT32) {out[i] = NA_REAL; continue; } in C_update_dt()
/dports/devel/R-cran-data.table/data.table/src/
H A Dfread.h53 #define NA_INT32 INT32_MIN macro
H A Dfread.c608 …*target = NA_INT32; // empty field ideally, contains NA and fall through to check if NA (in which… in str_to_i32_core()
965 if (year == NA_INT32 || year < -5877640 || year > 5881579 || *ch != '-') in parse_iso8601_date_core()
973 if (month == NA_INT32 || month < 1 || month > 12 || *ch != '-') in parse_iso8601_date_core()
978 if (day == NA_INT32 || day < 1 || in parse_iso8601_date_core()
992 *target = NA_INT32; in parse_iso8601_date_core()
1008 if (date == NA_INT32) in parse_iso8601_timestamp()
1016 if (hour == NA_INT32 || hour < 0 || hour > 23 || *ch != ':') in parse_iso8601_timestamp()
1021 if (minute == NA_INT32 || minute < 0 || minute > 59 || *ch != ':') in parse_iso8601_timestamp()
1038 if (tz_hour == NA_INT32) in parse_iso8601_timestamp()
1051 if (tz_minute == NA_INT32) in parse_iso8601_timestamp()