Files
nuttx/libc/math.csv
T
2017-08-08 07:02:39 -06:00

8.7 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
35lgammamath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
36logmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
37log10math.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
38log10fmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
39log10lmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
40log2math.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
41log2fmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
42log2lmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
43logfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
44loglmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
45gammamath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
46modfmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubledouble *
47modffmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatfloat *
48modflmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doublelong double *
49powmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubledouble
50powfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatfloat
51powlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doublelong double
52rintmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
53rintfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
54rintlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
55roundmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
56roundfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
57roundlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
58sinmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
59sinfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
60sinhmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
61sinhfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
62sinhlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
63sinlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
64sqrtmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))double
65sqrtfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
66sqrtlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
67tanmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
68tanfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
69tanhmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
70tanhfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
71tanhlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
72tanlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double