Home
last modified time | relevance | path

Searched refs:na_count (Results 1 – 14 of 14) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/_libs/
H A Dparsers.pyx1368 return result, na_count
1376 int na_count = 0
1425 return result, na_count
1435 int na_count = 0
1562 return result, na_count
1583 na_count[0] = 0
1735 return result, na_count
1749 na_count[0] = 0
1814 na_count[0] = 0
2090 na_count += 1
[all …]
H A Dops.pyx260 int na_count = 0
289 na_count += 1
293 if na_count > 0:
H A Dgroupby.pyx64 int i, j, na_count = 0
74 na_count += 1
76 if na_count:
77 if na_count == n:
80 tmp = <float64_t*>malloc((n - na_count) * sizeof(float64_t))
89 n -= na_count
97 if na_count:
/dports/devel/R-cran-bit64/bit64/src/
H A Dsortuse64.c1170 for (i=0,j=n-na_count;i<na_count;i++,j++) in r_ram_integer64_sortsrt()
1175 ret += na_count; in r_ram_integer64_sortsrt()
1178 n = n - na_count; in r_ram_integer64_sortsrt()
1221 for (i=0,j=n-na_count;i<na_count;i++,j++) in r_ram_integer64_sortorderord()
1226 ret += na_count; in r_ram_integer64_sortorderord()
1228 index += na_count; in r_ram_integer64_sortorderord()
1229 n = n - na_count; in r_ram_integer64_sortorderord()
1273 for (i=0,j=n-na_count;i<na_count;i++,j++) in r_ram_integer64_orderord()
1278 ret += na_count; in r_ram_integer64_orderord()
1280 index += na_count; in r_ram_integer64_orderord()
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/test_mail/tests/
H A Dtest_mail_message.py438 na_count = emp_partner.get_needaction_count()
439 self.assertEqual(na_count, 0, "mark all as read should conclude all needactions")
451 na_count = emp_partner.get_needaction_count()
452 self.assertEqual(na_count, 1, "message not accessible is currently still counted")
457 na_count = emp_partner.get_needaction_count()
458 …self.assertEqual(na_count, 0, "mark all read should conclude all needactions even inacessible ones…
468 na_count = portal_partner.get_needaction_count()
469 self.assertEqual(na_count, 0, "mark all as read should conclude all needactions")
480 na_count = portal_partner.get_needaction_count()
481 self.assertEqual(na_count, 1, "message not accessible is currently still counted")
[all …]
/dports/devel/R-cran-data.table/data.table/src/
H A Dforder.c156 int na_count = i; in range_i32() local
166 *out_na_count = na_count; in range_i32()
177 int na_count = i; in range_i64() local
187 *out_na_count = na_count; in range_i64()
197 int na_count=0, infnan_count=0; in range_d() local
207 *out_na_count = na_count; in range_d()
281 int na_count=0; in range_str() local
291 na_count++; in range_str()
312 *out_na_count = na_count; in range_str()
507 int na_count=0, infnan_count=0; in forder() local
[all …]
/dports/www/mod_auth_gssapi/mod_auth_gssapi-1.6.3/src/
H A Denviron.c120 if (mc->na_count % 16 == 0) { in mc_add_name_attribute()
121 size = sizeof(struct mag_attr) * (mc->na_count + 16); in mc_add_name_attribute()
128 mc->name_attributes[mc->na_count].name = apr_pstrdup(mc->pool, name); in mc_add_name_attribute()
129 mc->name_attributes[mc->na_count].value = apr_pstrdup(mc->pool, value); in mc_add_name_attribute()
130 mc->na_count++; in mc_add_name_attribute()
391 for (int i = 0; i < mc->na_count; i++) { in mag_set_name_attributes()
H A Dmod_auth_gssapi.h136 int na_count; member
/dports/devel/R-cran-bit64/bit64/R/
H A Dsort64.R569 , na_count = as.integer(na.count <- c$na.count)
583 , na_count = as.integer(na.count <- c$na.count)
640 , na_count = as.integer(na.count <- c$na.count)
650 , na_count = as.integer(na.count <- c$na.count)
/dports/math/py-pandas/pandas-1.2.5/pandas/io/
H A Dparsers.py1693 cvals, na_count = self._infer_types(
1704 cvals, na_count = self._infer_types(
1713 if not is_ea and na_count > 0:
1725 if verbose and na_count:
1745 na_count = 0
1748 na_count = mask.sum()
1749 if na_count > 0:
1753 return values, na_count
1763 na_count = parsers.sanitize_objects(result, na_values, False)
1765 na_count = isna(result).sum()
[all …]
/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Dipv6.h207 int na_count; member
H A Dipv6nd.c474 if (++ia->na_count < MAX_NEIGHBOR_ADVERTISEMENT) { in ipv6nd_sendadvertisement()
483 ia->na_count = 0; in ipv6nd_sendadvertisement()
564 iaf->na_count = 0; in ipv6nd_advertise()
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dorder-radix.c1209 r_ssize na_count = 0; in int_order_counting() local
1221 ++na_count; in int_order_counting()
1229 p_counts[na_bucket] = na_count; in int_order_counting()
1239 if (!na_last && na_count != 0) { in int_order_counting()
1241 cumulative += na_count; in int_order_counting()
1242 groups_size_maybe_push(na_count, p_group_infos); in int_order_counting()
1265 if (na_last && na_count != 0) { in int_order_counting()
1267 groups_size_maybe_push(na_count, p_group_infos); in int_order_counting()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_utils.c282 int na_count = 0; in gretl_isstoch() local
311 na_count++; in gretl_isstoch()
321 return (na_count == 0 && multidiff); in gretl_isstoch()