Searched defs:INF (Results 1 – 6 of 6) sorted by relevance
15 #define INF(type) (type)__builtin_inf() macro
37 INF, // Infinity global() enumerator
202 INF, global() enumerator
341 #define INF __builtin_inf() macro
1116 # define INF 3 in repeat() macro
70 static constexpr int64_t INF = ((int64_t)1) << 50; variable