Files
nuttx/libs/libc/math.csv
Xiang Xiao a2d924eea4 syscall: Fix typo error in cvs and header file
and reoder the entry in cvs file

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-07 10:31:05 -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
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 *
37gammamath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
38ldexpmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledoubleint
39ldexpfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloatint
40ldexplmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong doubleint
41lgammamath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
42logmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
43log10math.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
44log10fmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
45log10lmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
46log2math.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
47log2fmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
48log2lmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
49logfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
50loglmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
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
60roundmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
61roundfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
62roundlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
63sinmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
64sinfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
65sinhmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
66sinhfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
67sinhlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
68sinlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
69sqrtmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
70sqrtfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
71sqrtlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
72tanmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
73tanfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
74tanhmath.hdefined(CONFIG_HAVE_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))doubledouble
75tanhfmath.hdefined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH)floatfloat
76tanhlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double
77tanlmath.hdefined(CONFIG_HAVE_LONG_DOUBLE) && (defined(CONFIG_LIBM) || defined(CONFIG_ARCH_MATH))long doublelong double