Searched refs:rem (Results 1 - 25 of 212) sorted by relevance

123456789

/external/clang/test/SemaCXX/
H A Dwarn-div-or-rem-by-zero.cpp14 void rem() { function
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-137.js33 var rem = strNum % 16; variable
34 var base = base - (rem / 16); // base is now HeapNumber with valid Smi value.
/external/valgrind/main/none/tests/s390x/
H A Ddiv.stdout.exp1 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 000000000000000
[all...]
/external/compiler-rt/lib/builtins/
H A Ddivmoddi4.c17 /* Returns: a / b, *rem = a % b */
20 __divmoddi4(di_int a, di_int b, di_int* rem) argument
23 *rem = a - (d*b);
H A Ddivmodsi4.c17 /* Returns: a / b, *rem = a % b */
20 __divmodsi4(si_int a, si_int b, si_int* rem) argument
23 *rem = a - (d*b);
H A Dudivmodsi4.c17 /* Returns: a / b, *rem = a % b */
20 __udivmodsi4(su_int a, su_int b, su_int* rem) argument
23 *rem = a - (d*b);
/external/compiler-rt/test/builtins/Unit/
H A Dudivmodsi4_test.c19 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);
H A Ddivmodsi4_test.c19 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);
/external/valgrind/main/memcheck/tests/
H A Dpost-syscall.c20 struct timespec req, rem; local
29 ret = nanosleep(&req, &rem);
34 (void) VALGRIND_CHECK_VALUE_IS_DEFINED(rem);
/external/clang/test/Parser/
H A Dextension.c9 long long int rem; member in struct:__anon19023
/external/chromium_org/third_party/skia/
H A Dmake.bat1 @rem Copyright 2011 Google Inc.
2 @rem
3 @rem Use of this source code is governed by a BSD-style license that can be
4 @rem found in the LICENSE file.
7 rem Launches make.py on Windows, after setting Visual Studio environment variables.
8 rem See http://code.google.com/p/skia/wiki/GettingStartedOnWindows
10 rem Skip environment setup on bots.
16 rem Run make.py and propagate its return value.
21 rem Visual Studio environment variables aren't set yet, so run vcvars32.bat
/external/skia/
H A Dmake.bat1 @rem Copyright 2011 Google Inc.
2 @rem
3 @rem Use of this source code is governed by a BSD-style license that can be
4 @rem found in the LICENSE file.
7 rem Launches make.py on Windows, after setting Visual Studio environment variables.
8 rem See http://code.google.com/p/skia/wiki/GettingStartedOnWindows
10 rem Skip environment setup on bots.
16 rem Run make.py and propagate its return value.
21 rem Visual Studio environment variables aren't set yet, so run vcvars32.bat
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dcontperf.bat0 rem Copyright (c) 2007, International Business Machines Corporation and
2 rem others. All Rights Reserved.
5 rem types: slow Bv Bv0 B0
6 rem --pattern [:White_Space:]
H A Dspan16perf.bat0 rem Copyright (c) 2007, International Business Machines Corporation and
2 rem others. All Rights Reserved.
5 rem types: slow Bv Bv0 B0
6 rem --pattern [:White_Space:]
H A Dspan8perf.bat0 rem Copyright (c) 2007, International Business Machines Corporation and
2 rem others. All Rights Reserved.
5 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
6 rem --pattern [:White_Space:]
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.bat0 rem Copyright (C) 2008, International Business Machines Corporation and others.
2 rem All Rights Reserved.
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
/external/glide/
H A Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slur
[all...]
/external/glide/library/
H A Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slur
[all...]
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dcontperf.bat0 rem Copyright (c) 2007, International Business Machines Corporation and
2 rem others. All Rights Reserved.
5 rem types: slow Bv Bv0 B0
6 rem --pattern [:White_Space:]
H A Dspan16perf.bat0 rem Copyright (c) 2007, International Business Machines Corporation and
2 rem others. All Rights Reserved.
5 rem types: slow Bv Bv0 B0
6 rem --pattern [:White_Space:]
H A Dspan8perf.bat0 rem Copyright (c) 2007, International Business Machines Corporation and
2 rem others. All Rights Reserved.
5 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
6 rem --pattern [:White_Space:]
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.bat0 rem Copyright (C) 2008, International Business Machines Corporation and others.
2 rem All Rights Reserved.
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
/external/smali/
H A Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slur
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dtsc.c13 u64 t, quot, rem; local
17 rem = t % tc->time_mult;
19 (rem << tc->time_shift) / tc->time_mult;
24 u64 quot, rem; local
27 rem = cyc & ((1 << tc->time_shift) - 1);
29 ((rem * tc->time_mult) >> tc->time_shift);
/external/openssl/crypto/modes/asm/
H A Dghash-parisc.pl63 $rem="%r29";
108 ldi 3,$rem
110 andcm $rem_4bit,$rem,$rem_4bit
116 ldi 31,$rem
117 mtctl $rem,%cr11
118 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
134 depd,z $Zll,60,4,$rem
146 ldd $rem($rem_4bit),$rem
[all...]

Completed in 7825 milliseconds

123456789