HomeSort by relevance Sort by last modified time
    Searched refs:wide (Results 26 - 50 of 644) sorted by null

12 3 4 5 6 7 8 91011>>

  /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
T_sput_wide_14.d 30 sget-wide v0, dot.junit.opcodes.sput_wide.d.T_sput_wide_1.st_p1 J
31 return-wide v0
37 const-wide v1, 77
38 sput-wide v1, dot.junit.opcodes.sput_wide.d.T_sput_wide_1.st_p1 J
  /external/chromium/base/i18n/
icu_string_conversions.h 55 // Converts between wide strings and the encoding specified. If the
58 bool WideToCodepage(const std::wstring& wide,
65 std::wstring* wide);
icu_string_conversions.cc 151 // Codepage <-> Wide/UTF-16 ---------------------------------------------------
203 bool WideToCodepage(const std::wstring& wide,
208 return UTF16ToCodepage(wide, codepage_name, on_error, encoded);
218 // When wchar_t is wider than UChar (16 bits), transform |wide| into a
223 std::vector<UChar> utf16(wide.length() * 2 + 1);
225 reinterpret_cast<const UChar32*>(wide.c_str()),
226 wide.length(), &status);
236 std::wstring* wide) {
238 return CodepageToUTF16(encoded, codepage_name, on_error, wide);
240 wide->clear()
    [all...]
  /external/llvm/test/MC/MachO/ARM/
relax-thumb2-branches.s 3 ble Lfoo @ wide encoding
  /external/skia/legacy/src/animator/
SkTime.cpp 71 UnsignedWide wide; local
74 ::Microseconds(&wide);
75 s.set(wide.hi, wide.lo);
  /external/skia/src/animator/
SkTime.cpp 71 UnsignedWide wide; local
74 ::Microseconds(&wide);
75 s.set(wide.hi, wide.lo);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/d/
T_aget_wide_3.d 29 const-wide v2, 1.0
30 aget-wide v0, v6, v2
31 return-wide v0
T_aget_wide_5.d 29 const-wide v2, 10
30 aget-wide v0, v6, v2
31 return-wide v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide/d/
T_const_wide_4.d 29 const-wide v0, 1234
30 const-wide v1, 3456
32 return-wide v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide_16/d/
T_const_wide_16_4.d 29 const-wide v0, 1234
30 const-wide/16 v1, 3456
32 return-wide v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide_32/d/
T_const_wide_32_4.d 29 const-wide v0, 1234
30 const-wide/32 v1, 3456
32 return-wide v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide_high16/d/
T_const_wide_high16_4.d 29 const-wide v0, 1234
30 const-wide/high16 v1, 0x1234000000000000
32 return-wide v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/d/
T_move_result_wide_2.d 31 move-result-wide v16
39 const-wide v0, 12345
40 return-wide v0
T_move_result_wide_6.d 32 move-result-wide v1
40 const-wide v0, 12345
41 return-wide v0
T_move_result_wide_7.d 33 move-result-wide v1
41 const-wide v0, 12345
42 return-wide v0
T_move_result_wide_8.d 34 move-result-wide v16
42 const-wide v0, 12345
43 return-wide v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide/d/
T_move_wide_6.d 29 const-wide v0, 1233746384323
31 move-wide v1, v0
33 const-wide v4, 1233746384323
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_16/d/
T_move_wide_16_9.d 29 const-wide v1, 1233746384323
30 move-wide/16 v2, v1
32 const-wide v10, 1233746384323
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_from16/d/
T_move_wide_from16_2.d 29 const-wide v100, 5678233453
30 move-wide/from16 v101, v100
32 const-wide v4, 5678233453
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b2/d/
T_b2_5.d 29 const-wide v0, 123
30 move-wide v2, v0
31 move-wide v2, v1 ; // illegal read access to v1/2
  /external/skia/tests/
Sk64Test.cpp 156 Sk64 wide; local
161 wide.setMul(rand.nextS(), rand.nextS());
162 SkLONGLONG check = wide.getLongLong();
164 wide.div(denom, Sk64::kTrunc_DivOption);
166 SkLONGLONG w = wide.getLongLong();
170 wide.setMul(rand.nextS(), rand.nextS());
171 wide.abs();
172 denom = wide.getSqrt();
173 int32_t ck = (int32_t)sqrt((double)wide.getLongLong());
177 wide.setMul(rand.nextS(), rand.nextS())
    [all...]
  /external/stlport/src/
string.cpp 19 string __WideToASCII(const wchar_t *wide) {
20 size_t size = wcslen(wide);
22 wcstombs(buff, wide, size);

Completed in 299 milliseconds

12 3 4 5 6 7 8 91011>>