Home
last modified time | relevance | path

Searched defs:WRAPPER_FUNC (Results 1 – 6 of 6) sorted by relevance

/external/platform/pico/rp2_common/pico_float/
A Dfloat_math.c174 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
283 float WRAPPER_FUNC(coshf)(float x) { in WRAPPER_FUNC() function
288 float WRAPPER_FUNC(tanhf)(float x) { in WRAPPER_FUNC() function
[all …]
/external/platform/pico/rp2_common/pico_double/
A Ddouble_math.c177 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
286 double WRAPPER_FUNC(cosh)(double x) { in WRAPPER_FUNC() function
291 double WRAPPER_FUNC(tanh)(double x) { in WRAPPER_FUNC() function
[all …]
/external/platform/pico/rp2_common/pico_malloc/
A Dpico_malloc.c31 void *WRAPPER_FUNC(malloc)(size_t size) { in WRAPPER_FUNC() function
48 void *WRAPPER_FUNC(calloc)(size_t count, size_t size) { in WRAPPER_FUNC() function
65 void *WRAPPER_FUNC(realloc)(void *mem, size_t size) { in WRAPPER_FUNC() function
82 void WRAPPER_FUNC(free)(void *mem) { in WRAPPER_FUNC() function
/external/platform/pico/rp2_common/pico_stdio/
A 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
/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c876 int WRAPPER_FUNC(sprintf)(char *buffer, const char *format, ...) { in WRAPPER_FUNC() function
884 int WRAPPER_FUNC(snprintf)(char *buffer, size_t count, const char *format, ...) { in WRAPPER_FUNC() function
892 int WRAPPER_FUNC(vsnprintf)(char *buffer, size_t count, const char *format, va_list va) { in WRAPPER_FUNC() function
/external/platform/pico/rp2_common/pico_platform/include/pico/
A Dplatform.h489 #define WRAPPER_FUNC(x) __wrap_ ## x macro

Completed in 13 milliseconds