Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Lower/Intrinsics/
H A Dsystem_clock.f90148 integer(8), allocatable :: count_max local
151 allocate(count_max)
152 call system_clock(count, count_rate, count_max)
154 print*, count, count_rate, count_max
156 call system_clock(count_rate=count_rate, count_max=count_max)
157 print*, count_rate, count_max
162 deallocate(count_max)
163 call system_clock(count, count_rate, count_max)
/llvm-project-15.0.7/polly/lib/External/isl/
H A Dpip.c298 isl_int count, count_max; in check_solution() local
306 isl_int_init(count_max); in check_solution()
308 isl_int_set_si(count_max, 2000); in check_solution()
309 r = isl_basic_set_count_upto(context, count_max, &count); in check_solution()
313 isl_int_clear(count_max); in check_solution()