Home
last modified time | relevance | path

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

/frameworks/native/libs/ftl/
Dfunction_test.cpp331 float my_float = 0.f; in TEST() local
334 [ptr_bool = &my_bool, ptr_int = &my_int, ptr_float = &my_float](int a, int b) mutable { in TEST()
346 EXPECT_EQ(my_float, 1.f); in TEST()
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rscript40 #pragma rs reduce(my_float) accumulator(my_float_accum) combiner(my_float_comb)
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
Dreduce_general_accumulator.rscript62 #pragma rs reduce(my_float) accumulator(my_float_accum) combiner(my_float_comb) outconverter(my_flo…