Searched refs:bounded2 (Results 1 – 3 of 3) sorted by relevance
1248 boolean bounded2 = true; in parse()1263 bounded2 = false; in parse()1287 … return new FixedDecimalSamples(sampleType2, Collections.unmodifiableSet(samples2), bounded2); in parse()
1183 boolean bounded2 = true; in parse()1198 bounded2 = false; in parse()1222 … return new FixedDecimalSamples(sampleType2, Collections.unmodifiableSet(samples2), bounded2); in parse()
1286 isl_bool bounded1, bounded2; in convex_hull_pair() local1301 bounded2 = isl_basic_set_is_bounded(bset2); in convex_hull_pair()1303 if (bounded1 < 0 || bounded2 < 0) in convex_hull_pair()1306 if (bounded1 && bounded2) in convex_hull_pair()1309 if (bounded1 || bounded2) in convex_hull_pair()