HomeSort by relevance Sort by last modified time
    Searched refs:int3 (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/libcxx/test/utilities/intseq/intseq.intseq/
integer_seq.pass.cpp 29 using int3 = std::integer_sequence<int, 3, 2, 1>;
35 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
36 static_assert ( int3::size() == 3, "int3 size wrong" );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.intseq/
integer_seq.pass.cpp 29 using int3 = std::integer_sequence<int, 3, 2, 1>;
35 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
36 static_assert ( int3::size() == 3, "int3 size wrong" );
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestIlogb.rs 31 int3 __attribute__((kernel)) testIlogbFloat3Int3(float3 in) {
TestNativeRootn.rs 35 int3 inN = rsGetElementAt_int3(gAllocInN, x);
TestPown.rs 35 int3 inY = rsGetElementAt_int3(gAllocInY, x);
TestRootn.rs 35 int3 inN = rsGetElementAt_int3(gAllocInN, x);
TestAbs.rs 63 uint3 __attribute__((kernel)) testAbsInt3Uint3(int3 inValue) {
TestFrexp.rs 39 int3 outIptr = 0;
TestRemquo.rs 43 int3 outD = 0;
TestClz.rs 95 int3 __attribute__((kernel)) testClzInt3Int3(int3 inValue) {
TestConvert.rs 87 float3 __attribute__((kernel)) testConvertFloat3Int3Float3(int3 inV) {
171 char3 __attribute__((kernel)) testConvertChar3Int3Char3(int3 inV) {
255 uchar3 __attribute__((kernel)) testConvertUchar3Int3Uchar3(int3 inV) {
339 short3 __attribute__((kernel)) testConvertShort3Int3Short3(int3 inV) {
423 ushort3 __attribute__((kernel)) testConvertUshort3Int3Ushort3(int3 inV) {
447 int3 __attribute__((kernel)) testConvertInt3Float3Int3(float3 inV) {
459 int3 __attribute__((kernel)) testConvertInt3Char3Int3(char3 inV) {
471 int3 __attribute__((kernel)) testConvertInt3Uchar3Int3(uchar3 inV) {
483 int3 __attribute__((kernel)) testConvertInt3Short3Int3(short3 inV) {
495 int3 __attribute__((kernel)) testConvertInt3Ushort3Int3(ushort3 inV)
    [all...]
TestLdexp.rs 35 int3 inY = rsGetElementAt_int3(gAllocInY, x);
TestLgamma.rs 55 int3 outY = 0;
TestMax.rs 135 int3 __attribute__((kernel)) testMaxInt3Int3Int3(int3 inV1, unsigned int x) {
136 int3 inV2 = rsGetElementAt_int3(gAllocInV2, x);
TestMin.rs 135 int3 __attribute__((kernel)) testMinInt3Int3Int3(int3 inV1, unsigned int x) {
136 int3 inV2 = rsGetElementAt_int3(gAllocInV2, x);
  /external/libcxx/test/utilities/intseq/intseq.general/
integer_seq.pass.cpp 33 using int3 = std::make_integer_sequence<int, 3>; // generates int: 0,1,2
41 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
42 static_assert ( int3::size () == 3, "int3 size wrong" );
62 auto t3 = extract ( tup, int3() );
63 static_assert ( std::tuple_size<decltype(t3)>::value == int3::size (), "t3 size wrong");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/
integer_seq.pass.cpp 33 using int3 = std::make_integer_sequence<int, 3>; // generates int: 0,1,2
41 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
42 static_assert ( int3::size () == 3, "int3 size wrong" );
62 auto t3 = extract ( tup, int3() );
63 static_assert ( std::tuple_size<decltype(t3)>::value == int3::size (), "t3 size wrong");
  /art/runtime/arch/x86_64/
asm_support_x86_64.S 167 int3
168 int3
179 int3
180 int3
186 int3
190 int3
quick_entrypoints_x86_64.S 47 int3
48 int3
90 int3
91 int3
147 int3
148 int3
434 int3
435 int3
518 int3
519 int3
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
Initialize.cpp 27 TType *int3 = new TType(EbtInt, 3); local
263 symbolTable.insertBuiltIn(COMMON_BUILTINS, bool3, "lessThan", int3, int3);
271 symbolTable.insertBuiltIn(COMMON_BUILTINS, bool3, "lessThanEqual", int3, int3);
279 symbolTable.insertBuiltIn(COMMON_BUILTINS, bool3, "greaterThan", int3, int3);
287 symbolTable.insertBuiltIn(COMMON_BUILTINS, bool3, "greaterThanEqual", int3, int3);
295 symbolTable.insertBuiltIn(COMMON_BUILTINS, bool3, "equal", int3, int3)
    [all...]
  /frameworks/rs/tests/typecheck/
kernels.rs 62 int3 i3;
63 int3 i3i = {1, 2, 3};
  /external/skia/tests/
PDFPrimitivesTest.cpp 172 SkAutoTUnref<SkPDFInt> int3(new SkPDFInt(3));
178 catalog.addObject(int3.get(), false);
182 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int3.get()) == 3);
187 catalog.emitObjectNumber(&buffer, int3.get());
  /art/compiler/trampolines/
trampoline_compiler.cc 131 __ int3();
149 __ int3();
  /art/runtime/arch/x86/
asm_support_x86.S 171 int3
172 int3
  /frameworks/rs/scriptc/
rs_debug.rsh 211 rsDebug(const char *, int3);

Completed in 1048 milliseconds

1 2 3 4 5