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

1 23 4 5 6 7 8 91011>>

  /cts/tools/vm-tests/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/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 149 Sk64 wide; local
154 wide.setMul(rand.nextS(), rand.nextS());
155 SkLONGLONG check = wide.getLongLong();
157 wide.div(denom, Sk64::kTrunc_DivOption);
159 SkLONGLONG w = wide.getLongLong();
164 wide.setMul(rand.nextS(), rand.nextS());
165 wide.abs();
166 denom = wide.getSqrt();
167 int32_t ck = (int32_t)sqrt((double)wide.getLongLong());
171 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);
  /ndk/sources/cxx-stl/stlport/src/
string.cpp 19 string __WideToASCII(const wchar_t *wide) {
20 size_t size = wcslen(wide);
22 wcstombs(buff, wide, size);
  /cts/tools/vm-tests/src/dot/junit/opcodes/neg_double/d/
T_neg_double_6.d 17 return-wide v0
  /cts/tools/vm-tests/src/dot/junit/opcodes/neg_long/d/
T_neg_long_2.d 19 const-wide v6, 1
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_double/d/
T_rem_double_5.d 17 return-wide v0
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_double_2addr/d/
T_rem_double_2addr_1.d 17 return-wide v10
T_rem_double_2addr_2.d 17 return-wide v12
T_rem_double_2addr_3.d 17 return-wide v11
T_rem_double_2addr_4.d 17 return-wide v10
T_rem_double_2addr_5.d 17 return-wide v9
T_rem_double_2addr_6.d 17 return-wide v11
  /cts/tools/vm-tests/src/dot/junit/opcodes/return_wide/d/
T_return_wide_1.d 34 const-wide v4, 0xdddd
37 move-result-wide v6
67 const-wide v4, 0xdddd
68 return-wide v4
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_9.d 28 const-wide v0, 1
29 sput-wide v0, dot.junit.opcodes.sget_wide.d.StubInitError.value J
49 sget-wide v1, dot.junit.opcodes.sget_wide.d.StubInitError.value J
50 return-wide v1
  /cts/tools/vm-tests/src/dot/junit/opcodes/shl_long/d/
T_shl_long_1.d 17 return-wide v0
T_shl_long_2.d 17 return-wide v0
T_shl_long_3.d 17 return-wide v0
T_shl_long_4.d 17 return-wide v0
T_shl_long_5.d 17 return-wide v0
T_shl_long_6.d 17 return-wide v0
T_shl_long_7.d 17 return-wide v0
  /cts/tools/vm-tests/src/dot/junit/opcodes/shl_long_2addr/d/
T_shl_long_2addr_1.d 17 return-wide v8
T_shl_long_2addr_2.d 17 return-wide v8

Completed in 1989 milliseconds

1 23 4 5 6 7 8 91011>>