HomeSort by relevance Sort by last modified time
    Searched refs:rem (Results 1 - 25 of 808) 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/main/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...]
  /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-freebsd/lib/libc/stdlib/
imaxdiv.c 39 retval.rem = numer % denom;
40 if (numer >= 0 && retval.rem < 0) {
42 retval.rem -= denom;
  /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;
  /external/compiler-rt/test/builtins/Unit/
udivmodsi4_test.c 19 extern 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);
divmodsi4_test.c 19 extern si_int __divmodsi4(si_int a, si_int b, si_int* rem);
25 si_int rem; local
26 si_int result = __divmodsi4(a, b, &rem);
32 if (rem != expected_rem) {
34 a, b, rem, expected_rem);
  /ndk/sources/host-tools/make-3.81/
subproc.bat 2 rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 rem 2005, 2006 Free Software Foundation, Inc.
4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under
7 rem the terms of the GNU General Public License as published by the Free
8 rem Software Foundation; either version 2, or (at your option) any later
9 rem version.
11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
    [all...]
configure.bat 2 rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
3 rem 2004, 2005, 2006 Free Software Foundation, Inc.
4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under
7 rem the terms of the GNU General Public License as published by the Free
8 rem Software Foundation; either version 2, or (at your option) any later
9 rem version.
11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
    [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...]
lint.bat 2 rem Copyright (C) 2011 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...]
uiautomatorviewer.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...]
monkeyrunner.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...]
  /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/valgrind/main/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:__anon23641
  /sdk/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 591 milliseconds

1 2 3 4 5 6 7 8 91011>>