Home
last modified time | relevance | path

Searched defs:C_test (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/test/
H A Dpickrst_test.cc445 int64_t C_ref[2] = { 0 }, C_test[2] = { 0 }; in RunGetProjSubspaceTest() local
504 int64_t C_ref[2] = { 0 }, C_test[2] = { 0 }; in RunGetProjSubspaceTest_ExtremeValues() local
630 int64_t C_ref[2] = { 0 }, C_test[2] = { 0 }; in RunGetProjSubspaceTestHBD() local
689 int64_t C_ref[2] = { 0 }, C_test[2] = { 0 }; in RunGetProjSubspaceTestHBD_ExtremeValues() local
/aosp_15_r20/external/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h16 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test() function
/aosp_15_r20/external/clang/test/Modules/
H A Dredecl-add-after-load.cpp25 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test() function