Home
last modified time | relevance | path

Searched refs:WRAPPER_FUNC (Results 1 – 5 of 5) sorted by relevance

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_float/
Dfloat_math.c92 float WRAPPER_FUNC(ldexpf)(float x, int de) { in WRAPPER_FUNC() function
103 float WRAPPER_FUNC(copysignf)(float x, float y) { in WRAPPER_FUNC() function
174 float WRAPPER_FUNC(truncf)(float x) { in WRAPPER_FUNC() function
190 float WRAPPER_FUNC(roundf)(float x) { in WRAPPER_FUNC() function
213 float WRAPPER_FUNC(floorf)(float x) { in WRAPPER_FUNC() function
234 float WRAPPER_FUNC(ceilf)(float x) { in WRAPPER_FUNC() function
255 float WRAPPER_FUNC(asinf)(float x) { in WRAPPER_FUNC() function
263 float WRAPPER_FUNC(acosf)(float x) { in WRAPPER_FUNC() function
271 float WRAPPER_FUNC(atanf)(float x) { in WRAPPER_FUNC() function
278 float WRAPPER_FUNC(sinhf)(float x) { in WRAPPER_FUNC() function
[all …]
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_double/
Ddouble_math.c95 double WRAPPER_FUNC(ldexp)(double x, int de) { in WRAPPER_FUNC() function
107 double WRAPPER_FUNC(copysign)(double x, double y) { in WRAPPER_FUNC() function
177 double WRAPPER_FUNC(trunc)(double x) { in WRAPPER_FUNC() function
193 double WRAPPER_FUNC(round)(double x) { in WRAPPER_FUNC() function
216 double WRAPPER_FUNC(floor)(double x) { in WRAPPER_FUNC() function
237 double WRAPPER_FUNC(ceil)(double x) { in WRAPPER_FUNC() function
258 double WRAPPER_FUNC(asin)(double x) { in WRAPPER_FUNC() function
266 double WRAPPER_FUNC(acos)(double x) { in WRAPPER_FUNC() function
274 double WRAPPER_FUNC(atan)(double x) { in WRAPPER_FUNC() function
281 double WRAPPER_FUNC(sinh)(double x) { in WRAPPER_FUNC() function
[all …]
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_stdio/
Dstdio.c139 int WRAPPER_FUNC(putchar)(int c) { in WRAPPER_FUNC() function
145 int WRAPPER_FUNC(puts)(const char *s) { in WRAPPER_FUNC() function
247 int WRAPPER_FUNC(vprintf)(const char *format, va_list va) { in WRAPPER_FUNC() function
274 int __printflike(1, 0) WRAPPER_FUNC(printf)(const char* format, ...) in WRAPPER_FUNC() function
304 int WRAPPER_FUNC(getchar)(void) { in WRAPPER_FUNC() function
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_platform/include/pico/
Dplatform.h411 #define WRAPPER_FUNC(x) __wrap_ ## x macro
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_printf/
Dprintf.c896 int WRAPPER_FUNC(sprintf)(char *buffer, const char *format, ...) { in WRAPPER_FUNC() function
904 int WRAPPER_FUNC(snprintf)(char *buffer, size_t count, const char *format, ...) { in WRAPPER_FUNC() function
912 int WRAPPER_FUNC(vsnprintf)(char *buffer, size_t count, const char *format, va_list va) { in WRAPPER_FUNC() function