Home
last modified time | relevance | path

Searched defs:m2b (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1912 vfloat4 m2b(1, 1, 1, 1); in TEST() local
1927 vfloat4 m2b(1, 1, 1, 1); in TEST() local
1942 vfloat4 m2b(1, 1, 1, 1); in TEST() local
3450 vfloat8 m2b(1, 1, 1, 1, 1, 1, 1, 1); in TEST() local
3465 vfloat8 m2b(1, 1, 1, 1, 1, 1, 1, 1); in TEST() local
3480 vfloat8 m2b(1, 1, 1, 1, 1, 1, 1, 1); in TEST() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Ddecls1.go106 m2a, m2b, m2c /* ERROR "missing init expr for m2c" */ = 1, 2 var
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Demplace_tests.cpp451 emplace_value m2b(275, "xxx", 'm', 6); in UNORDERED_AUTO_TEST() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1156 constexpr int m2b = const_cast<const int&>(n2); // expected-error {{constant expression}} expected-… variable