commit | 52775ff263780a98f3bd11a97ad664193f324e09 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Mon Mar 22 08:04:35 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Mar 25 07:28:37 2021 -0400 |
tree | 17ebb3a4f8e30f5875034cdadde536939e8420aa | |
parent | 1b6933d231156d4b880f486e60e63d194371476b [diff] |
kernel: rename reserved 'exp' symbol This symbol is reserved and usage of reserved symbols violates the coding guidelines. (MISRA 21.2) NAME exp, expf, expl - base-e exponential function SYNOPSIS #include <math.h> double exp(double x); Signed-off-by: Anas Nashif <anas.nashif@intel.com>