walnux/include/nuttx/lib
Neale Ferguson 213b954a90 * Squash round() commits
- Add check in roundx() functions for infinite or NaN cases
  - Add block to avoid style warnings
  - Define long double constants and macros for infinity and nan
  - Correct return syntax to match NuttX style
  - Make c89 compliant
  - Fix definitions of INFINITY_L/NAN_L

* include/nuttx/lib/math.h - match standard naming conventions
  - Rename isinf_l to isinfl
  - Rename isinf_f to isinff
  - Add finite()
  - Add finitel()
  - Add finitef()
  - Define isnanl and isnanf
  - Define isfinite() so that it uses the appropriate macro

* libs/libc/math/lib_asinf.c
  libs/libc/math/lib_asinl.c
  libs/libc/math/lib_roundf.c
  libs/libc/math/lib_roundl.c
  libs/libc/math/lib_sqrtf.c
  libs/libc/math/lib_sqrtl.c
  - Use renamed macros
  - Use correct NAN_x or INFINIT_x macro on returns
2022-09-08 20:57:27 +08:00
..
builtin.h binfmt: Decouple builtin from binfs file system 2022-02-14 09:35:35 -03:00
float.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
lib.h nuttx/lib: remove dependency on BUILD_FLAT for library memory allocation interface 2022-06-15 16:58:34 -03:00
math.h * Squash round() commits 2022-09-08 20:57:27 +08:00
math32.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
modlib.h modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
setjmp.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
stdarg.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
xorshift128.h nuttx: Author David S. Alessio: update licenses to Apache 2021-03-22 19:28:38 -07:00