HomeSort by relevance Sort by last modified time
    Searched full:wide (Results 51 - 75 of 5336) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 56 * Draw a wide line by drawing a quad (two triangles).
61 /*const struct wideline_stage *wide = wideline_stage(stage);*/
87 * Draw wide line as a quad (two tris) by "stretching" the line along
204 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); local
205 if (wide == NULL)
208 wide->stage.draw = draw;
209 wide->stage.name = "wide-line";
210 wide->stage.next = NULL;
211 wide->stage.point = draw_pipe_passthrough_point
    [all...]
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format32x/
Format32x.smali 25 .method public test_move-wide-16()V
30 const-wide v0, 0x200000000L
31 move-wide/16 v400, v0
32 move-wide/16 v402, v400
33 move-wide/16 v2, v402
  /external/clang/test/Sema/
wchar.c 22 WCHAR_T_TYPE t2[] = "x"; // expected-error {{initializing wide char array with non-wide string literal}}
23 char t3[] = L"x"; // expected-error {{initializing char array with wide string literal}}
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format21h/
Format21h.smali 23 .method public test_const-wide-high16()V
28 const-wide/high16 v0, 0x3000
30 const-wide v2, 0x3000000000000000L
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format21s/
Format21s.smali 23 .method public test_const-wide-16()V
28 const-wide/16 v0, 15000
30 const-wide v2, 15000
  /external/llvm/test/CodeGen/X86/
pmovsx-inreg.ll 9 %wide.load35 = load <2 x i8>* %in, align 1
10 %sext = sext <2 x i8> %wide.load35 to <2 x i64>
26 %wide.load35 = load <4 x i8>* %in, align 1
27 %sext = sext <4 x i8> %wide.load35 to <4 x i64>
37 %wide.load35 = load <4 x i8>* %in, align 1
38 %sext = sext <4 x i8> %wide.load35 to <4 x i32>
54 %wide.load35 = load <8 x i8>* %in, align 1
55 %sext = sext <8 x i8> %wide.load35 to <8 x i32>
65 %wide.load35 = load <8 x i8>* %in, align 1
66 %sext = sext <8 x i8> %wide.load35 to <8 x i16
    [all...]
  /external/clang/test/PCH/
multiple_decls.c 9 wide(c);
12 struct wide w;
  /external/clang/test/SemaCXX/
ms-wchar.cpp 11 wchar_t u[] = 1; // expected-error{{array initializer must be an initializer list or wide string literal}}
12 __wchar_t v[] = 1; // expected-error{{array initializer must be an initializer list or wide string literal}}
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format23x/
Format23x.smali 81 const-wide v0, 123.4
82 const-wide v2, 234.5
97 sget-wide v0, Ljava/lang/Double;->NaN:D
98 const-wide v2, 234.5
113 const-wide v0, 123.4
114 const-wide v2, 234.5
129 sget-wide v0, Ljava/lang/Double;->NaN:D
130 const-wide v2, 234.5
145 const-wide v0, 0x100000000L
146 const-wide v2, 0x200000000
    [all...]
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format12x/
Format12x.smali 24 .method public test_move-wide()V
29 const-wide v0, 0x200000000L
31 move-wide v2, v0
98 const-wide v0, 0x200000000L
101 const-wide v4, -0x200000000L
111 const-wide v0, 0x200000000L
114 const-wide v4, -0x200000001L
137 const-wide v0, 3.14159
140 const-wide v4, -3.14159
153 const-wide v3, 23
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
FastTimes.c 146 UnsignedWide wide; local
152 wide = (gUpTime) ? (*gA2NS)((*gUpTime)()) :
154 usec1 = (gUseRTC) ? RTCToNano(wide) : WideTo64bit(wide);
160 wide = (gUpTime) ? (*gA2NS)((*gUpTime)()) :
162 usec2 = (gUseRTC) ? RTCToNano(wide) : WideTo64bit(wide);
181 UnsignedWide wide; local
190 wide = (*gA2NS)((*gUpTime)());
191 usec = (double) WideTo64bit(wide) * gScaleUSec + 0.5
223 UnsignedWide wide; local
    [all...]
  /dalvik/libdex/
DexOpcodes.cpp 37 "move-wide",
38 "move-wide/from16",
39 "move-wide/16",
44 "move-result-wide",
49 "return-wide",
55 "const-wide/16",
56 "const-wide/32",
57 "const-wide",
58 "const-wide/high16",
102 "aget-wide",
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_wide/d/
T_iget_wide_2.d 26 const-wide v0, 123.0
27 iput-wide v0, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_2.val D
35 iget-wide v1, v3, dot.junit.opcodes.iget_wide.d.T_iget_wide_2.val D
36 return-wide v1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_4.d 24 const-wide/32 v0, 123456789
25 sput-wide v0, dot.junit.opcodes.invoke_static.d.T_invoke_static_4.val J
39 sget-wide v2, dot.junit.opcodes.invoke_static.d.T_invoke_static_4.val J
40 return-wide v2
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/d/
T_iput_wide_1.d 33 iget-wide v0, v2, dot.junit.opcodes.iput_wide.d.T_iput_wide_1.st_pvt1 J
34 return-wide v0
40 const-wide v0, 778899112233
41 iput-wide v0, v2, dot.junit.opcodes.iput_wide.d.T_iput_wide_1.st_i1 J
T_iput_wide_14.d 30 iget-wide v0, v1, dot.junit.opcodes.iput_wide.d.T_iput_wide_1.st_p1 J
31 return-wide v0
37 const-wide v0, 77
38 iput-wide v0, v2, dot.junit.opcodes.iput_wide.d.T_iput_wide_1.st_p1 J
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/d/
T_move_result_wide_1.d 34 move-result-wide v0
35 const-wide v2, 12345
52 const-wide v0, 12345
53 return-wide v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide/d/
T_move_wide_1.d 29 const-wide v0, 1234
30 const-wide v14, 567989
32 move-wide v0, v14
34 const-wide v4, 567989
T_move_wide_7.d 29 const-wide v0, 124
30 const-wide v5, 0
32 move-wide v1, v5
34 return-wide v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_16/d/
T_move_wide_16_2.d 29 const-wide/16 v2, 5678
31 move-wide/16 v4001, v2
32 move-wide/16 v0, v4001
34 const-wide v4, 5678
T_move_wide_16_8.d 30 const-wide v123, 123
31 const-wide v0, 0
32 move-wide/16 v124, v0
33 return-wide v123
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_from16/d/
T_move_wide_from16_8.d 30 const-wide v123, 123
31 const-wide v0, 0
32 move-wide/from16 v124, v0
33 return-wide v123
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_2.d 23 const-wide v0, 123.0
24 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_2.val D
38 sget-wide v1, dot.junit.opcodes.sget_wide.d.T_sget_wide_2.val D
39 return-wide v1
T_sget_wide_5.d 26 const-wide v0, 5
27 iput-wide v0, v3, dot.junit.opcodes.sget_wide.d.T_sget_wide_5.i1 J
34 sget-wide v1, dot.junit.opcodes.sget_wide.d.T_sget_wide_5.i1 J
35 return-wide v1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/
T_sput_wide_1.d 33 sget-wide v0, dot.junit.opcodes.sput_wide.d.T_sput_wide_1.st_pvt1 J
34 return-wide v0
40 const-wide v1, 778899112233
41 sput-wide v1, dot.junit.opcodes.sput_wide.d.T_sput_wide_1.st_i1 J

Completed in 479 milliseconds

1 23 4 5 6 7 8 91011>>