mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 12:57:57 +08:00
6.9 KiB
6.9 KiB
| 1 | acos | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
|---|---|---|---|---|---|---|
| 2 | acosf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 3 | acosl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 4 | asin | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 5 | asinf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 6 | asinl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 7 | atan | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 8 | atan2 | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | double |
| 9 | atan2f | math.h | !defined(CONFIG_LIBM_NONE) | float | float | float |
| 10 | atan2l | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | long double |
| 11 | atanf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 12 | atanl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 13 | ceil | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 14 | ceilf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 15 | ceill | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 16 | cos | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 17 | cosf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 18 | cosh | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 19 | coshf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 20 | coshl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 21 | cosl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 22 | exp | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 23 | expf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 24 | expl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 25 | fabs | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 26 | fabsf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 27 | fabsl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 28 | floor | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 29 | floorf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 30 | floorl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 31 | fmod | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | double |
| 32 | fmodf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | float |
| 33 | fmodl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | long double |
| 34 | frexp | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | FAR int * |
| 35 | frexpf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | FAR int * |
| 36 | frexpl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | FAR int * |
| 37 | gamma | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 38 | ldexp | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | int |
| 39 | ldexpf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | int |
| 40 | ldexpl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | int |
| 41 | lgamma | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 42 | log | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 43 | log10 | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 44 | log10f | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 45 | log10l | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 46 | log2 | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 47 | log2f | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 48 | log2l | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 49 | logf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 50 | logl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 51 | modf | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | FAR double * |
| 52 | modff | math.h | !defined(CONFIG_LIBM_NONE) | float | float | FAR float * |
| 53 | modfl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | FAR long double * |
| 54 | pow | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | double |
| 55 | powf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | float |
| 56 | powl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | long double |
| 57 | rint | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 58 | rintf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 59 | rintl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 60 | round | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 61 | roundf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 62 | roundl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 63 | sin | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 64 | sinf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 65 | sinh | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 66 | sinhf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 67 | sinhl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 68 | sinl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 69 | sqrt | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 70 | sqrtf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 71 | sqrtl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 72 | tan | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 73 | tanf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 74 | tanh | math.h | defined(CONFIG_HAVE_DOUBLE) && !defined(CONFIG_LIBM_NONE) | double | double | |
| 75 | tanhf | math.h | !defined(CONFIG_LIBM_NONE) | float | float | |
| 76 | tanhl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double | |
| 77 | tanl | math.h | defined(CONFIG_HAVE_LONG_DOUBLE) && !defined(CONFIG_LIBM_NONE) | long double | long double |