Home
last modified time | relevance | path

Searched refs:FP_NOR (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/expand/
H A Dbuiltin_fpclassify.c1 enum { FP_NAN, FP_INF, FP_NOR, FP_SUB, FP_ZERO }; enumerator
3 #define classify(X) __builtin_fpclassify(FP_NAN,FP_INF,FP_NOR,FP_SUB,FP_ZERO,X)
11 if (classify(1.0) != FP_NOR) in test()