Codebase list libmawk / c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main scconfig / src / math / find_fpenan.h
c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main

Tree @c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main (Download .tar.gz)

find_fpenan.h @c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main

b761e9e
 
 
 
 
 
 
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);