Searched refs:my_int (Results 1 – 3 of 3) sorted by relevance
330 int my_int = 0; in TEST() local334 [ptr_bool = &my_bool, ptr_int = &my_int, ptr_float = &my_float](int a, int b) mutable { in TEST()345 EXPECT_EQ(my_int, 1); in TEST()
148 #pragma rs reduce(my_int) accumulator(my_int_accum) combiner(my_int_comb)
194 #pragma rs reduce(my_int) accumulator(my_int_accum) combiner(my_int_comb) outconverter(my_int_out)