Searched refs:div (Results 1 – 25 of 124) sorted by relevance
12345
/cts/tools/signature-tools/templates/ |
D | Header.st | 1 <div class="header"> 2 <div class="logo"> 4 </div> 5 <div class="specbox"> 20 </div> 21 </div>
|
D | PackageOverviewPage.st | 10 <div class="body"> 14 <div class="content"> 36 </div> 37 </div>
|
/cts/tools/dasm/test/ |
D | all_opcodes.d | 172 div-int v11, v22, v33 183 div-long v11, v22, v33 194 div-float v11, v22, v33 199 div-double v11, v22, v33 204 div-int/2addr v1, v2 215 div-long/2addr v1, v2 226 div-float/2addr v1, v2 231 div-double/2addr v1, v2 236 div-int/lit16 v1, v2, 0x1234 244 div-int/lit8 v1, v2, 0x12
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/ |
D | T_move_exception_3.d | 19 div-int v0, v1, v2
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 1332 div = document.createElement( "div" ), 1336 div.setAttribute("className", "t"); 1337 …div.innerHTML = " <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</… 1339 all = div.getElementsByTagName( "*" ); 1340 a = div.getElementsByTagName( "a" )[ 0 ]; 1350 input = div.getElementsByTagName( "input" )[ 0 ]; 1354 leadingWhitespace: ( div.firstChild.nodeType === 3 ), 1358 tbody: !div.getElementsByTagName("tbody").length, 1362 htmlSerialize: !!div.getElementsByTagName("link").length, 1391 getSetAttribute: div.className !== "t", [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | float16_arithmetic.rs | 24 half RS_KERNEL div(int x, int y) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long/d/ |
D | T_div_long_4.d | 31 div-long v0, v10, v12
|
D | T_div_long_3.d | 31 div-long v0, v10, v12
|
D | T_div_long_2.d | 30 div-long v0, v10, v12
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double_2addr/d/ |
D | T_div_double_2addr_3.d | 29 div-double/2addr v10, v12
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_float/d/ |
D | T_div_float_6.d | 29 div-float v0, v6, v8
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double/d/ |
D | T_div_double_1.d | 29 div-double v0, v10, v12
|
D | T_div_double_5.d | 29 div-double v0, v10, v14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_2addr/d/ |
D | T_div_int_2addr_6.d | 30 div-int/2addr v2, v4
|
D | T_div_int_2addr_5.d | 30 div-int/2addr v2, v3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit16/d/ |
D | T_div_int_lit16_4.d | 31 div-int/lit16 v0, v2, 3
|
D | T_div_int_lit16_7.d | 31 div-int/lit16 v0, v2, -1
|
D | T_div_int_lit16_6.d | 31 div-int/lit16 v0, v2, -3000
|
D | T_div_int_lit16_13.d | 31 div-int/lit16 v0, v2, 0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int/d/ |
D | T_div_int_1.d | 30 div-int v0, v2, v3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit8/d/ |
D | T_div_int_lit8_7.d | 31 div-int/lit8 v0, v2, -1
|
D | T_div_int_lit8_12.d | 31 div-int/lit8 v0, v2, -128
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long_2addr/d/ |
D | T_div_long_2addr_4.d | 31 div-long/2addr v0, v12
|
D | T_div_long_2addr_2.d | 30 div-long/2addr v10, v12
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_float_2addr/d/ |
D | T_div_float_2addr_4.d | 30 div-float/2addr v5, v7
|
12345