Home
last modified time | relevance | path

Searched defs:finite_count (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/directive/
Drepeat.hpp28 struct finite_count // handles repeat(min, max)[p] struct
30 typedef T type;
31 bool got_max(T i) const { return i >= max_value; } in got_max()
32 bool got_min(T i) const { return i >= min_value; } in got_min()
34 T const min_value;
35 T const max_value;
/aosp_15_r20/external/llvm-libc/test/src/math/
H A Datan2_test.cpp62 uint64_t finite_count = 0; in TEST_F() local
H A Datan2f_test.cpp69 uint64_t finite_count = 0; in TEST_F() local