Searched refs:arrs (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | wtf_types_unittest.cc | 216 base::Optional<WTF::Vector<WTF::String>> arrs[3]; in TEST_F() local 218 arrs[0].emplace(); in TEST_F() 220 arrs[2] = ConstructStringArray(); in TEST_F() 222 for (size_t i = 0; i < arraysize(arrs); ++i) { in TEST_F() 232 arrs[i], base::Bind(&ExpectStringArray, base::Unretained(&arrs[i]), in TEST_F()
|
/external/clang/test/OpenMP/ |
D | for_reduction_codegen.cpp | 186 S<float> var1, arrs[10][4]; in main() 197 #pragma omp parallel for reduction(+:arr[1][:vec[1]]) reduction(&:arrs[1:vec[1]][1:2]) in main() 201 #pragma omp for reduction(+:arr) reduction(&:arrs) in main()
|
D | for_reduction_codegen_UDR.cpp | 84 S<float> var1, arrs[10][4]; in main() local 96 #pragma omp parallel for reduction(+ : arr[1][ : vec[1]]) reduction(& : arrs[1 : vec[1]][1 : 2]) in main() 100 #pragma omp for reduction(+ : arr) reduction(& : arrs) in main()
|
/external/llvm-project/clang/test/OpenMP/ |
D | for_reduction_codegen.cpp | 199 S<float> var1, arrs[10][4]; in main() 210 #pragma omp parallel for reduction(+:arr[1][:vec[1]]) reduction(&:arrs[1:vec[1]][1:2]) in main() 214 #pragma omp for reduction(+:arr) reduction(&:arrs) in main()
|
D | for_reduction_codegen_UDR.cpp | 136 S<float> var1, arrs[10][4]; in main() local 148 #pragma omp parallel for reduction(+ : arr[1][ : vec[1]]) reduction(& : arrs[1 : vec[1]][1 : 2]) in main() 152 #pragma omp for reduction(+ : arr) reduction(& : arrs) in main()
|
/external/bc/include/ |
D | program.h | 80 BcVec arrs; member
|
/external/bc/src/ |
D | program.c | 146 v = bc_vec_item(bc_vec_item(&p->arrs, vidx), nidx); in bc_program_dereference() 160 v = var ? &p->vars : &p->arrs; in bc_program_search() 177 const BcVec *v = (type == BC_TYPE_VAR) ? &p->vars : &p->arrs; in bc_program_vec() 1703 bc_vec_free(&p->arrs); in bc_program_free() 1782 bc_vec_init(&p->arrs, sizeof(BcVec), bc_vec_free); in bc_program_init()
|
/external/toybox/toys/pending/ |
D | bc.c | 561 BcVec arrs; member 4524 v = var ? &p->vars : &p->arrs; in bc_program_search() 5310 bc_vec_free(&p->arrs); in bc_program_free() 5344 bc_vec_init(&p->arrs, sizeof(BcVec), bc_vec_free); in bc_program_init()
|