Files
nuttx/libc/math.csv

8.4 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
8atan2lmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doublelong double
9atanfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
10atanlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
11ceilmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
12ceilfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
13ceillmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
14cosmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
15cosfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
16coshmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
17coshfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
18coshlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
19coslmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
20expmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
21expfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
22explmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
23fabsmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
24fabsfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
25fabslmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
26floormath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
27floorfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
28floorlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
29fmodmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubledouble
30fmodfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatfloat
31fmodlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doublelong double
32frexpmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubleint *
33frexpfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatint *
34ldexplmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doubleint
35logmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
36log10math.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
37log10fmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
38log10lmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
39log2math.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
40log2fmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
41log2lmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
42logfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
43loglmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
44modfmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubledouble *
45modffmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatfloat *
46modflmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doublelong double *
47powmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubledouble
48powfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatfloat
49powlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doublelong double
50rintmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
51rintfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
52rintlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
53roundmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
54roundfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
55roundlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
56sinmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
57sinfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
58sinhmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
59sinhfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
60sinhlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
61sinlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
62sqrtmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))double
63sqrtfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
64sqrtlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
65tanmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
66tanfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
67tanhmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
68tanhfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
69tanhlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
70tanlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double