Home
last modified time | relevance | path

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

/f-stack/tools/libxo/xo/
H A Dxo.c162 double value = strtold(next_arg(), NULL); in formatter()
/f-stack/app/redis-5.0.5/src/
H A Dutil.c459 value = strtold(buf, &eptr); in string2ld()
H A Dobject.c36 #define strtold(a,b) ((long double)strtod((a),(b))) macro
654 value = strtold(o->ptr, &eptr); in getLongDoubleFromObject()