Codebase list libmawk / 0718135d-034f-4c7d-a50d-81acb9b0d835/main scconfig / src / math / find_fpenan.h
0718135d-034f-4c7d-a50d-81acb9b0d835/main

Tree @0718135d-034f-4c7d-a50d-81acb9b0d835/main (Download .tar.gz)

find_fpenan.h @0718135d-034f-4c7d-a50d-81acb9b0d835/mainraw · history · blame

1
2
3
4
5
6
int find_math_isnan(const char *name, int logdepth, int fatal);
int find_math_isinf(const char *name, int logdepth, int fatal);
int find_math_isfinite(const char *name, int logdepth, int fatal);
int find_math_isnormal(const char *name, int logdepth, int fatal);
int find_math_nan(const char *name, int logdepth, int fatal);
int find_math_nanop(const char *name, int logdepth, int fatal);