Lines Matching defs:double
374 INTERCEPTOR(char *, gcvt, double number, SIZE_T ndigit, char *buf) {
418 // On s390x, long double return values are passed via implicit reference,
494 INTERCEPTORS_STRTO(double, strtod, char)
497 INTERCEPTORS_STRTO_SRET(long double, strtold, char)
499 INTERCEPTORS_STRTO(long double, strtold, char)
507 INTERCEPTORS_STRTO(double, wcstod, wchar_t)
510 INTERCEPTORS_STRTO_SRET(long double, wcstold, wchar_t)
512 INTERCEPTORS_STRTO(long double, wcstold, wchar_t)
520 INTERCEPTORS_STRTO(double, __isoc23_strtod, char)
523 INTERCEPTORS_STRTO_SRET(long double, __isoc23_strtold, char)
525 INTERCEPTORS_STRTO(long double, __isoc23_strtold, char)
533 INTERCEPTORS_STRTO(double, __isoc23_wcstod, wchar_t)
536 INTERCEPTORS_STRTO_SRET(long double, __isoc23_wcstold, wchar_t)
538 INTERCEPTORS_STRTO(long double, __isoc23_wcstold, wchar_t)
704 INTERCEPTOR(char *, fcvt, double x, int a, int *b, int *c) {
1281 // libc before 2.27 had race which caused occasional double handler execution