Searched refs:IWFTOA_BUFSIZE (Results 1 – 4 of 4) sorted by relevance
107 char *iwftoa(long double n, char s[static IWFTOA_BUFSIZE]) { in iwftoa() argument304 if (alen > IWFTOA_BUFSIZE) alen = IWFTOA_BUFSIZE; in iwafcmp()318 if (blen > IWFTOA_BUFSIZE) blen = IWFTOA_BUFSIZE; in iwafcmp()
38 #define IWFTOA_BUFSIZE 32 macro50 IW_EXPORT char* iwftoa(long double v, char buf[static IWFTOA_BUFSIZE]);
50 static_assert(JBNUMBUF_SIZE >= IWFTOA_BUFSIZE, "JBNUMBUF_SIZE >= IWFTOA_BUFSIZE");
659 static_assert(JBNUMBUF_SIZE >= IWFTOA_BUFSIZE, "JBNUMBUF_SIZE >= IWFTOA_BUFSIZE"); in _jql_match_regexp()