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

1234567891011>>

/external/clang/test/SemaCXX/
H A Dwarn-div-or-rem-by-zero.cpp14 void rem() { function
/external/valgrind/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 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);
H A Ddivmodsi4_test.c19 extern COMPILER_RT_ABI 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/python/cpython2/PC/VS7.1/
H A Drt.bat2 rem Run Tests. Run the regression test suite.
3 rem Usage: rt [-d] [-O] [-q] regrtest_args
4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
6 rem -q "quick" -- normally the tests are run twice, the first time
7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
9 rem All leading instances of these switches are shifted off, and
10 rem whatever remains is passed to regrtest.py. For example,
11 rem r
[all...]
/external/python/cpython2/PC/VS8.0/
H A Drt.bat2 rem Run Tests. Run the regression test suite.
3 rem Usage: rt [-d] [-O] [-q] regrtest_args
4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
6 rem -q "quick" -- normally the tests are run twice, the first time
7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
9 rem All leading instances of these switches are shifted off, and
10 rem whatever remains is passed to regrtest.py. For example,
11 rem r
[all...]
H A Didle.bat2 rem start idle
3 rem Usage: idle [-d]
4 rem -d Run Debug build (python_d.exe). Else release build.
/external/flatbuffers/tests/
H A DJavaTest.bat2 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 distribute
[all...]
/external/python/cpython2/PC/VS9.0/
H A Drt.bat2 rem Run Tests. Run the regression test suite.
3 rem Usage: rt [-d] [-O] [-q] [-x64] regrtest_args
4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
6 rem -q "quick" -- normally the tests are run twice, the first time
7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
9 rem -x64 Run the 64-bit build of python (or python_d if -d was specified)
10 rem from the 'amd64' dir instead of the 32-bit build in this dir.
11 rem Al
[all...]
H A Didle.bat2 rem start idle
3 rem Usage: idle [-d]
4 rem -d Run Debug build (python_d.exe). Else release build.
/external/python/cpython2/PCbuild/
H A Drt.bat2 rem Run Tests. Run the regression test suite.
3 rem Usage: rt [-d] [-O] [-q] [-x64] regrtest_args
4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
6 rem -q "quick" -- normally the tests are run twice, the first time
7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
9 rem -x64 Run the 64-bit build of python (or python_d if -d was specified)
10 rem from the 'amd64' dir instead of the 32-bit build in this dir.
11 rem Al
[all...]
H A Didle.bat2 rem start idle
3 rem Usage: idle [-d]
4 rem -d Run Debug build (python_d.exe). Else release build.
H A Denv.bat2 rem This script adds the latest available tools to the path for the current
3 rem command window. However, all builds of Python should ignore the version
4 rem of the tools on PATH and use PlatformToolset instead, which should
5 rem always be 'v90'.
6 rem
7 rem To build Python with a newer toolset, pass "/p:PlatformToolset=v100" (or
8 rem 'v110', 'v120' or 'v140') to the build script. Note that no toolset
9 rem other than 'v90' is supported!
14 rem Set up the v90 tools first. This is mostly needed to allow PGInstrument
15 rem build
[all...]
/external/fmtlib/support/cmake/
H A Drun-cmake.bat2 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/
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:__anon2752
/external/strace/tests/
H A Dnanosleep.c53 }, rem = { local
67 assert(nanosleep(NULL, &rem.ts) == -1);
68 printf("nanosleep(NULL, %p) = -1 EFAULT (%m)\n", &rem.ts);
70 if (nanosleep(&req.ts, &rem.ts))
74 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
77 assert(nanosleep(&req.ts, &rem.ts) == -1);
80 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
84 assert(nanosleep(&req.ts, &rem.ts) == -1);
87 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
91 assert(nanosleep(&req.ts, &rem
[all...]
/external/strace/tests-m32/
H A Dnanosleep.c53 }, rem = { local
67 assert(nanosleep(NULL, &rem.ts) == -1);
68 printf("nanosleep(NULL, %p) = -1 EFAULT (%m)\n", &rem.ts);
70 if (nanosleep(&req.ts, &rem.ts))
74 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
77 assert(nanosleep(&req.ts, &rem.ts) == -1);
80 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
84 assert(nanosleep(&req.ts, &rem.ts) == -1);
87 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
91 assert(nanosleep(&req.ts, &rem
[all...]
/external/strace/tests-mx32/
H A Dnanosleep.c53 }, rem = { local
67 assert(nanosleep(NULL, &rem.ts) == -1);
68 printf("nanosleep(NULL, %p) = -1 EFAULT (%m)\n", &rem.ts);
70 if (nanosleep(&req.ts, &rem.ts))
74 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
77 assert(nanosleep(&req.ts, &rem.ts) == -1);
80 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
84 assert(nanosleep(&req.ts, &rem.ts) == -1);
87 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
91 assert(nanosleep(&req.ts, &rem
[all...]
/external/flatbuffers/android/jni/
H A Dbuild_flatc.bat1 @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 clai
[all...]
/external/curl/
H A Dbuildconf.bat2 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 * Thi
[all...]
/external/python/cpython2/PC/VC6/
H A Drt.bat1 @rem Run Tests. Run the regression test suite.
2 @rem Usage: rt [-d] [-O] [-q] regrtest_args
3 @rem -d Run Debug build (python_d.exe). Else release build.
4 @rem -O Run python.exe or python_d.exe (see -d) with -O.
5 @rem -q "quick" -- normally the tests are run twice, the first time
6 @rem after deleting all the .py[co] files reachable from Lib/.
7 @rem -q runs the tests just once, and without deleting .py[co] files.
8 @rem All leading instances of these switches are shifted off, and
9 @rem whatever remains is passed to regrtest.py. For example,
10 @rem r
[all...]

Completed in 627 milliseconds

1234567891011>>