Files
nuttx/libs/libc/math.csv

8.8 KiB

1acosmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
2acosfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
3acoslmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
4asinmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
5asinfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
6asinlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
7atanmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
8atan2math.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubledouble
9atan2fmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatfloat
10atan2lmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doublelong double
11atanfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
12atanlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
13ceilmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
14ceilfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
15ceillmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
16cosmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
17cosfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
18coshmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
19coshfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
20coshlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
21coslmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
22expmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
23expfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
24explmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
25fabsmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
26fabsfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
27fabslmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
28floormath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
29floorfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
30floorlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
31fmodmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubledouble
32fmodfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatfloat
33fmodlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doublelong double
34frexpmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubleint *
35frexpfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatint *
36frexplmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doubleint *
37ldexpmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubleint
38ldexpfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatint
39ldexplmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doubleint
40lgammamath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
41logmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
42log10math.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
43log10fmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
44log10lmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
45log2math.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
46log2fmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
47log2lmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
48logfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
49loglmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
50gammamath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
51modfmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubledouble *
52modffmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatfloat *
53modflmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doublelong double *
54powmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubledouble
55powfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatfloat
56powlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doublelong double
57rintmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
58rintfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
59rintlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
60readvsys/uio.hssize_tintFAR const struct iovec *int
61roundmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
62roundfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
63roundlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
64sinmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
65sinfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
66sinhmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
67sinhfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
68sinhlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
69sinlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
70sqrtmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))double
71sqrtfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
72sqrtlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
73tanmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
74tanfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
75tanhmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
76tanhfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
77tanhlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
78tanlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
79writevsys/uio.hssize_tintFAR const struct iovec *int