Searched refs:ld2string (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | util.h | 52 int ld2string(char *buf, size_t len, long double value, int humanfriendly);
|
| H A D | util.c | 520 int ld2string(char *buf, size_t len, long double value, int humanfriendly) { in ld2string() function
|
| H A D | t_hash.c | 624 int len = ld2string(buf,sizeof(buf),value,1); in hincrbyfloatCommand()
|
| H A D | object.c | 181 int len = ld2string(buf,sizeof(buf),value,humanfriendly); in createStringObjectFromLongDouble()
|