HomeSort by relevance Sort by last modified time
    Searched refs:div (Results 201 - 225 of 1090) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 33 #ifdef div
34 #error div is defined
101 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 33 #ifdef div
34 #error div is defined
101 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), "");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
inval.s 27 div %cx,%al
28 div %cl,%ax
29 div %ecx,%al
inval.l 112 [ ]*27[ ]+div %cx,%al
113 [ ]*28[ ]+div %cl,%ax
114 [ ]*29[ ]+div %ecx,%al
  /external/guava/guava/src/com/google/common/math/
IntMath.java 283 int div = p / q; local
284 int rem = p - q * div; // equal to p % q
287 return div;
323 increment = (mode == HALF_UP || (mode == HALF_EVEN & (div & 1) != 0));
331 return increment ? div + signum : div;
  /external/valgrind/none/tests/mips64/
fpu_arithmetic.stdout.exp 403 div.s -0.000000 0.000000 -4578.500000
404 div.s 1.000000 456.250000 456.250000
405 div.s 0.000000 3.000000 34.031250
406 div.s -0.000000 -1.000000 4578.750000
407 div.s 8.000000 1384.500000 175.000000
408 div.s -0.000000 -7.250000 107.000000
409 div.s -2191781.000000 1000000000.000000 -456.250000
410 div.s 798.000000 -5786.500000 -7.250000
411 div.s -1.000000 1752.000000 -3478.500000
412 div.s 0.000000 0.015625 356.50000
    [all...]
  /art/test/640-checker-double-simd/src/
Main.java 92 /// CHECK-START: void Main.div(double) loop_optimization (before)
97 /// CHECK-START-ARM64: void Main.div(double) loop_optimization (after)
103 /// CHECK-START-MIPS64: void Main.div(double) loop_optimization (after)
108 static void div(double x) { method in class:Main
206 div(2.0);
208 expectEquals(i, a[i], "div");
  /art/test/640-checker-float-simd/src/
Main.java 92 /// CHECK-START: void Main.div(float) loop_optimization (before)
97 /// CHECK-START-ARM64: void Main.div(float) loop_optimization (after)
103 /// CHECK-START-MIPS64: void Main.div(float) loop_optimization (after)
108 static void div(float x) { method in class:Main
208 div(2.0f);
210 expectEquals(i, a[i], "div");
  /build/make/tools/droiddoc/templates-pdk/
trailer.cs 0 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
  /build/make/tools/
product_debug.py 151 <div id="original">%(original)s</div>
  /external/llvm/docs/_static/
llvm.css 65 /* <div class="doc_code"> would use this class, and <div> adds more padding */
81 h2+div, h2+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
82 h3+div, h3+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
83 h4+div, h4+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
86 * <div class="doc_code"><pre>...</ptr></div> construct.
111 div.contents ul { list-style-type: decimal }
  /external/skia/src/core/
SkLinearBitmapPipeline_tile.h 295 SkScalar div = (span.length() + 1.0f) / fXMax; local
296 int32_t repeatCount = SkScalarFloorToInt(div);
363 Sk4f div = bias * fXDoubleInvMax; local
364 Sk4f mod = bias - div.floor() * 2.0f * fXMax;
388 Sk4f div = bias * fYDoubleInvMax; local
389 Sk4f mod = bias - div.floor() * 2.0f * fYMax;
397 SkScalar div = bias * fYDoubleInvMax; local
398 SkScalar mod = bias - SkScalarFloorToScalar(div) * 2.0f * fYMax;
  /external/swiftshader/third_party/LLVM/docs/
llvm.css 65 /* <div class="doc_code"> would use this class, and <div> adds more padding */
81 h2+div, h2+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
82 h3+div, h3+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
83 h4+div, h4+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
86 * <div class="doc_code"><pre>...</ptr></div> construct.
111 div.contents ul { list-style-type: decimal }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/dlx/
rtype.s 9 div t7,t5,t6
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
vr4120-2.d 10 .* <[^>]*> div zero,a3,t0
14 .* <[^>]*> div zero,a3,t0
123 .* <[^>]*> div zero,a0,a1
153 .* <[^>]*> div zero,a0,a1
  /prebuilts/go/darwin-x86/test/
64bit.go 422 "func testInt64Binary(a, b, add, sub, mul, div, mod, and, or, xor, andnot int64, dodiv bool) {\n" +
427 " if n, op, want := a / b, `/`, div; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" +
467 "func testUint64Binary(a, b, add, sub, mul, div, mod, and, or, xor, andnot uint64, dodiv bool) {\n" +
472 " if n, op, want := a / b, `/`, div; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" +
514 var div, mod Int64
522 div, mod = a.DivMod(b)
527 a, b, a.Plus(b), a.Minus(b), a.Times(b), div, mod,
542 var div, mod Uint64
546 div, mod = a.DivMod(b)
550 a, b, a.Plus(b), a.Minus(b), a.Times(b), div, mod
    [all...]
  /prebuilts/go/linux-x86/test/
64bit.go 422 "func testInt64Binary(a, b, add, sub, mul, div, mod, and, or, xor, andnot int64, dodiv bool) {\n" +
427 " if n, op, want := a / b, `/`, div; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" +
467 "func testUint64Binary(a, b, add, sub, mul, div, mod, and, or, xor, andnot uint64, dodiv bool) {\n" +
472 " if n, op, want := a / b, `/`, div; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" +
514 var div, mod Int64
522 div, mod = a.DivMod(b)
527 a, b, a.Plus(b), a.Minus(b), a.Times(b), div, mod,
542 var div, mod Uint64
546 div, mod = a.DivMod(b)
550 a, b, a.Plus(b), a.Minus(b), a.Times(b), div, mod
    [all...]
  /build/blueprint/bootstrap/bpdoc/
bpdoc.go 655 <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
658 <div class="panel panel-default">
659 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
665 </div>
666 </div>
667 <div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{$collapseIndex}}">
668 <div class="panel-body">
674 </div>
675 </div>
677 </div>
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 616 png_int_32 times, div; local
628 for (div=0; div<32; div += randbits)
632 times = div = 0;
671 if (div != 0)
674 if ((fp < 0) != (div < 0))
675 fp -= div/2;
677 fp += div/2;
679 fp /= div;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DivU64x64Remainder.c 39 div ebx
  /external/autotest/client/site_tests/login_GaiaLogin/
login_GaiaLogin.py 42 divs = document.getElementsByTagName('div');
  /external/libgsm/src/
add.c 201 * of the div(num, denum) arithmetic operation. Compute div
210 word div = 0; local
225 div <<= 1;
230 div++;
234 return div;
  /external/libopus/celt/
_kiss_fft_guts.h 42 C_FIXDIV( c , div ) : if a fixed point impl., c /= div. noop otherwise
75 # define C_FIXDIV(c,div) \
76 do { DIVSCALAR( (c).r , div); \
77 DIVSCALAR( (c).i , div); }while (0)
116 # define C_FIXDIV(c,div) /* NOOP */
  /external/speex/libspeex/
_kiss_fft_guts.h 42 C_FIXDIV( c , div ) : if a fixed point impl., c /= div. noop otherwise
78 # define C_FIXDIV(c,div) \
79 do { DIVSCALAR( (c).r , div); \
80 DIVSCALAR( (c).i , div); }while (0)
95 # define C_FIXDIV(c,div) /* NOOP */
  /external/testng/doc/
banner.js 29 document.writeln('<div id="topmenu">')
49 document.writeln(' </div>')

Completed in 1539 milliseconds

1 2 3 4 5 6 7 891011>>