HomeSort by relevance Sort by last modified time
    Searched refs:rem (Results 1 - 25 of 1083) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
warn-div-or-rem-by-zero.cpp 14 void rem() { function
  /libcore/luni/src/main/java/java/math/
Division.java 52 long rem = 0; local
56 long temp = (rem << 32) | (dividend[i] & 0xffffffffL);
60 rem = (temp % bLong);
69 rem = aPos % bPos;
71 rem = (rem << 1) + (temp & 1);
74 if (quot <= rem) {
75 rem -= quot;
77 if (quot - rem <= bLong) {
78 rem += bLong - quot
    [all...]
  /external/valgrind/none/tests/s390x/
div.stdout.exp 1 d 00000000000000000000000000000000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000000)
2 d 00000000000000000000000000000001 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000001)
3 d 0000000000000000000000000000FFFF / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 000000000000FFFF)
4 d 00000000000000000000000000007FFF / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000007FFF)
5 d 00000000000000000000000000008000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000008000)
6 d 000000000000000000000000FFFFFFFF / 7FFFFFFFFFFFFFFA = 0000000000000002 (rem 0000000000000001)
7 d 00000000000000000000000080000000 / 7FFFFFFFFFFFFFFA = 0000000000000001 (rem 0000000000000001)
8 d 0000000000000000000000007FFFFFFF / 7FFFFFFFFFFFFFFA = 0000000000000001 (rem 0000000000000000)
9 d 0000000000000000FFFFFFFFFFFFFFFF / 7FFFFFFFFFFFFFFA = FFFFFFFF00000002 (rem 0000000000000001)
10 d 00000000000000008000000000000000 / 7FFFFFFFFFFFFFFA = 8000000000000000 (rem 0000000000000000
    [all...]
  /device/google/contexthub/firmware/lib/builtins/
divmoddi4.c 17 /* Returns: a / b, *rem = a % b */
20 __divmoddi4(di_int a, di_int b, di_int* rem)
23 *rem = a - (d*b);
  /external/compiler-rt/lib/builtins/
divmoddi4.c 17 /* Returns: a / b, *rem = a % b */
20 __divmoddi4(di_int a, di_int b, di_int* rem)
23 *rem = a - (d*b);
divmodsi4.c 17 /* Returns: a / b, *rem = a % b */
20 __divmodsi4(si_int a, si_int b, si_int* rem)
23 *rem = a - (d*b);
udivmodsi4.c 17 /* Returns: a / b, *rem = a % b */
20 __udivmodsi4(su_int a, su_int b, su_int* rem)
23 *rem = a - (d*b);
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
div.c 52 r.rem = num % denom;
62 * r.rem will have the same sign as denom and the opposite
64 * truncated towards -inf, r.rem will be positive (will
72 * if num >= 0, but r.rem < 0, we got the wrong answer.
74 * subtract denom from r.rem.
76 if (num >= 0 && r.rem < 0) {
78 r.rem -= denom;
ldiv.c 54 r.rem = num % denom;
55 if (num >= 0 && r.rem < 0) {
57 r.rem -= denom;
lldiv.c 60 r.rem = num % denom;
61 if (num >= 0 && r.rem < 0) {
63 r.rem -= denom;
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
imaxdiv.c 44 r.rem = num % denom;
45 if (num >= 0 && r.rem < 0) {
47 r.rem -= denom;
  /external/compiler-rt/test/builtins/Unit/
udivmodsi4_test.c 19 extern COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int* rem);
24 su_int rem; local
25 su_int result = __udivmodsi4(a, b, &rem);
31 if (rem != expected_rem) {
33 a, b, rem, expected_rem);
  /external/flatbuffers/tests/
JavaTest.bat 2 rem Copyright 2014 Google Inc. All rights reserved.
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS
    [all...]
  /sdk/files/
post_tools_install.bat 2 rem Copyright (C) 2010 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS,
    [all...]
  /prebuilts/devtools/tools/
jobb.bat 2 rem Copyright (C) 2008 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS,
    [all...]
draw9patch.bat 2 rem Copyright (C) 2008 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS
    [all...]
  /sdk/apkbuilder/etc/
apkbuilder.bat 2 rem Copyright (C) 2007 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS
    [all...]
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 2 rem Copyright (C) 2008 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS
    [all...]
  /external/fmtlib/support/cmake/
run-cmake.bat 2 rem This scripts configures build environment and runs CMake.
3 rem Use it instead of running CMake directly when building with
4 rem the Microsoft SDK toolchain rather than Visual Studio.
5 rem It is used in the same way as cmake, for example:
6 rem
7 rem run-cmake -G "Visual Studio 10 Win64" .
  /external/valgrind/memcheck/tests/
post-syscall.c 20 struct timespec req, rem; local
29 ret = nanosleep(&req, &rem);
34 (void) VALGRIND_CHECK_VALUE_IS_DEFINED(rem);
  /external/clang/test/Parser/
extension.c 9 long long int rem; member in struct:__anon15352
  /libcore/ojluni/src/main/java/sun/misc/
BASE64Decoder.java 105 protected void decodeAtom(PushbackInputStream inStream, OutputStream outStream, int rem)
111 if (rem < 2) {
122 i = readFully(inStream, decode_buffer, 1, rem-1);
127 if (rem > 3 && decode_buffer[3] == '=') {
128 rem = 3;
130 if (rem > 2 && decode_buffer[2] == '=') {
131 rem = 2;
133 switch (rem) {
146 switch (rem) {
  /external/flatbuffers/android/jni/
build_flatc.bat 1 @rem Copyright (c) 2013 Google, Inc.
2 @rem
3 @rem This software is provided 'as-is', without any express or implied
4 @rem warranty. In no event will the authors be held liable for any damages
5 @rem arising from the use of this software.
6 @rem Permission is granted to anyone to use this software for any purpose,
7 @rem including commercial applications, and to alter it and redistribute it
8 @rem freely, subject to the following restrictions:
9 @rem 1. The origin of this software must not be misrepresented; you must not
10 @rem claim that you wrote the original software. If you use this softwar
    [all...]
  /external/curl/
buildconf.bat 2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
10 rem *
11 rem * This software is licensed as described in the file COPYING, whic
    [all...]
  /sdk/eclipse/monitor/
monitor.bat 2 rem Copyright (C) 2012 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS,
    [all...]

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 91011>>