Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwconv.c107 char *iwftoa(long double n, char s[static IWFTOA_BUFSIZE]) { in iwftoa() argument
304 if (alen > IWFTOA_BUFSIZE) alen = IWFTOA_BUFSIZE; in iwafcmp()
318 if (blen > IWFTOA_BUFSIZE) blen = IWFTOA_BUFSIZE; in iwafcmp()
Diwconv.h38 #define IWFTOA_BUFSIZE 32 macro
50 IW_EXPORT char* iwftoa(long double v, char buf[static IWFTOA_BUFSIZE]);
/third_party/ejdb/src/
Dejdb2_internal.h50 static_assert(JBNUMBUF_SIZE >= IWFTOA_BUFSIZE, "JBNUMBUF_SIZE >= IWFTOA_BUFSIZE");
/third_party/ejdb/src/jql/
Djql.c659 static_assert(JBNUMBUF_SIZE >= IWFTOA_BUFSIZE, "JBNUMBUF_SIZE >= IWFTOA_BUFSIZE"); in _jql_match_regexp()