Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dio.c63 _mpd_strneq(const char *s, const char *l, const char *u, size_t n) in _mpd_strneq() function
222 if (_mpd_strneq(s, "nan", "NAN", 3)) { /* NaN */ in mpd_qset_string()
238 else if (_mpd_strneq(s, "snan", "SNAN", 4)) { in mpd_qset_string()
253 else if (_mpd_strneq(s, "inf", "INF", 3)) { in mpd_qset_string()
255 if (*s == '\0' || _mpd_strneq(s, "inity", "INITY", 6)) { in mpd_qset_string()