Home
last modified time | relevance | path

Searched refs:my_int (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ftl/
Dfunction_test.cpp330 int my_int = 0; in TEST() local
334 [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()
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rscript148 #pragma rs reduce(my_int) accumulator(my_int_accum) combiner(my_int_comb)
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
Dreduce_general_accumulator.rscript194 #pragma rs reduce(my_int) accumulator(my_int_accum) combiner(my_int_comb) outconverter(my_int_out)