HomeSort by relevance Sort by last modified time
    Searched refs:v3 (Results 101 - 125 of 843) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/eigen/demos/opengl/
trackball.cpp 40 bool Trackball::mapToSphere(const Vector2i& p2, Vector3f& v3)
51 v3.x() = sinx;
52 v3.y() = siny;
53 v3.z() = sinx2siny2 < 1.0 ? sqrt(1.0 - sinx2siny2) : 0.0;
  /external/eigen/test/eigen2/
eigen2_smallvectors.cpp 15 typedef Matrix<Scalar, 3, 1> V3;
22 V3 v3(x1, x2, x3);
25 VERIFY_IS_APPROX(x1, v3.x());
28 VERIFY_IS_APPROX(x2, v3.y());
30 VERIFY_IS_APPROX(x3, v3.z());
  /external/icu/icu4c/source/test/intltest/
tchcfmt.h 49 double v3, const char* str3);
  /external/llvm/test/MC/AArch64/
neon-tbl.s 11 tbl v0.8b, { v1.16b, v2.16b, v3.16b }, v2.8b
12 tbl v0.8b, { v1.16b, v2.16b, v3.16b, v4.16b }, v2.8b
17 // CHECK: tbl v0.8b, { v1.16b, v2.16b, v3.16b }, v2.8b // encoding: [0x20,0x40,0x02,0x0e]
18 // CHECK: tbl v0.8b, { v1.16b, v2.16b, v3.16b, v4.16b }, v2.8b // encoding: [0x20,0x60,0x02,0x0e]
23 tbl v0.16b, { v1.16b, v2.16b, v3.16b }, v2.16b
24 tbl v0.16b, { v1.16b, v2.16b, v3.16b, v4.16b }, v2.16b
29 // CHECK: tbl v0.16b, { v1.16b, v2.16b, v3.16b }, v2.16b // encoding: [0x20,0x40,0x02,0x4e]
30 // CHECK: tbl v0.16b, { v1.16b, v2.16b, v3.16b, v4.16b }, v2.16b // encoding: [0x20,0x60,0x02,0x4e]
35 tbx v0.8b, { v1.16b, v2.16b, v3.16b }, v2.8b
36 tbx v0.8b, { v1.16b, v2.16b, v3.16b, v4.16b }, v2.8
    [all...]
noneon-diagnostics.s 4 fmla v3.4s, v12.4s, v17.4s
8 // CHECK-ERROR-NEXT: fmla v3.4s, v12.4s, v17.4s
17 fmls v3.4s, v12.4s, v17.4s
22 // CHECK-ERROR-NEXT: fmls v3.4s, v12.4s, v17.4s
neon-mul-div-instructions.s 57 sqdmulh v2.4h, v25.4h, v3.4h
59 sqdmulh v3.2s, v1.2s, v30.2s
61 // CHECK: sqdmulh v2.4h, v25.4h, v3.4h // encoding: [0x22,0xb7,0x63,0x0e]
63 // CHECK: sqdmulh v3.2s, v1.2s, v30.2s // encoding: [0x23,0xb4,0xbe,0x0e]
68 sqrdmulh v2.4h, v25.4h, v3.4h
70 sqrdmulh v3.2s, v1.2s, v30.2s
72 // CHECK: sqrdmulh v2.4h, v25.4h, v3.4h // encoding: [0x22,0xb7,0x63,0x2e]
74 // CHECK: sqrdmulh v3.2s, v1.2s, v30.2s // encoding: [0x23,0xb4,0xbe,0x2e]
80 fmulx v1.4s, v25.4s, v3.4s
84 // CHECK: fmulx v1.4s, v25.4s, v3.4s // encoding: [0x21,0xdf,0x23,0x4e
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl.ps.h 29 dcl_input_ps linear v3.xyz
39 dp3 r0.y, v3.xyzx, v3.xyzx
41 mul r0.yz, r0.yyyy, v3.yyzy
  /external/chromium_org/ui/views/
view_model_unittest.cc 52 View v1, v2, v3; local
55 v3.set_id(2);
59 model.Add(&v3, 2);
68 View v1, v2, v3; local
71 v3.set_id(2);
75 model.Add(&v3, 2);
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-gap.js 39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
43 v2 = v3;
44 v3 = v4;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
61 v2 = v3;
62 v3 = v4;
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
79 v2 = v3;
80 v3 = v4;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_15.d 33 const v3, 12
36 invoke-static {v3, v4}, dot/junit/opcodes/invoke_static/TestClass/testArgsOrder(II)I
38 move-result v3
40 if-ne v3, v4, Label0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_15.d 33 const v3, 12
36 invoke-static/range {v3..v4}, dot/junit/opcodes/invoke_static_range/TestClass/testArgsOrder(II)I
38 move-result v3
40 if-ne v3, v4, Label0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_14.d 33 const v3, 300
36 invoke-virtual {v6, v3, v4}, dot/junit/opcodes/invoke_virtual/d/T_invoke_virtual_14/testArgsOrder(II)I
38 move-result v3
40 if-ne v3, v4, Label0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_float/d/
T_neg_float_5.d 16 neg-float v0, v3
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_int/d/
T_neg_int_6.d 16 neg-int v0, v3
  /external/clang/test/CXX/class/class.mem/
p1.cpp 32 static int v3; member in struct:S3
35 static int v3; member in struct:S3::S4
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-1y.cpp 14 template<int...N> int v3; variable
15 template<int...N> int v3<N...>; variable
  /external/clang/test/CodeGen/
xcore-abi.c 52 int v3 = va_arg (ap, int); local
53 f(&v3);
99 // CHECK: [[V3:%[a-z0-9]+]] = load i32** [[V]], align 4
100 // CHECK: [[V4:%[a-z0-9]+]] = bitcast i32* [[V3]] to i8*
  /external/clang/test/Sema/
attr-cleanup.c 14 static int v3 __attribute((cleanup(c1))); // expected-warning {{'cleanup' attribute ignored}}
19 int v6 __attribute((cleanup(v3))); // expected-error {{'cleanup' argument 'v3' is not a function}}
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 65 // Re-define cap_valid so its uniform between V1 and V3
128 struct __user_cap_data_struct v3[2]; member in union:__anon3130
204 m.data.v3[0].effective = 0xFFFFFFFFU;
205 m.data.v3[0].permitted = 0xFFFFFFFFU;
206 m.data.v3[0].inheritable = 0;
207 m.data.v3[1].effective = 0xFFFFFFFFU;
208 m.data.v3[1].permitted = 0xFFFFFFFFU;
209 m.data.v3[1].inheritable = 0;
310 m.data.v3[0].permitted = FIXUP(filedata->data[0].permitted);
311 m.data.v3[1].permitted = FIXUP(filedata->data[1].permitted)
    [all...]
  /external/libcxx/test/utilities/template.bitset/bitset.members/
op_and_eq.pass.cpp 33 std::bitset<N> v3 = v1; local
36 assert(v1[i] == (v3[i] && v2[i]));
op_or_eq.pass.cpp 33 std::bitset<N> v3 = v1; local
36 assert(v1[i] == (v3[i] || v2[i]));
op_xor_eq.pass.cpp 33 std::bitset<N> v3 = v1; local
36 assert(v1[i] == (v3[i] != v2[i]));
  /external/libcxx/test/utilities/template.bitset/bitset.operators/
op_and.pass.cpp 33 std::bitset<N> v3 = v1; local
34 assert((v1 & v2) == (v3 &= v2));;
op_not.pass.cpp 33 std::bitset<N> v3 = v1; local
34 assert((v1 ^ v2) == (v3 ^= v2));;
op_or.pass.cpp 33 std::bitset<N> v3 = v1; local
34 assert((v1 | v2) == (v3 |= v2));;

Completed in 4842 milliseconds

1 2 3 45 6 7 8 91011>>