| /src/tests/lib/libc/stdlib/ |
| t_div.c | 37 #define REM 999236 53 ATF_CHECK(d.rem == REM); 70 ATF_CHECK(ld.rem == REM); 87 ATF_CHECK(lld.rem == REM);
|
| /src/external/apache2/llvm/dist/llvm/tools/msbuild/ |
| install.bat | 6 REM In general this script should not be used except for development and testing 7 REM purposes. The proper way to install is via the VSIX, and the proper way to 8 REM uninstall is through the Visual Studio extension manager. 10 REM Change to the directory of this batch file. 13 REM Older versions of VS would look for these files in the Program Files\MSBuild directory 14 REM but with VS2017 it seems to look for these directly in the Visual Studio instance. 15 REM This means we'll need to do a little extra work to properly detect all the various 16 REM instances, but in reality we can probably sidestep all of this by just wrapping this 17 REM in a vsix and calling it a day, as that should handle everything for us.
|
| /src/external/apache2/llvm/dist/llvm/utils/release/ |
| build_llvm_package.bat | 4 REM Script for building the LLVM installer on Windows,
5 REM used for the the weekly snapshots at http://www.llvm.org/builds.
6 REM
7 REM Usage: build_llvm_package.bat <revision>
9 REM Prerequisites:
10 REM
11 REM Visual Studio 2019, CMake, Ninja, GNUWin32, SWIG, Python 3,
12 REM NSIS with the strlen_8192 patch,
13 REM Visual Studio 2019 SDK and Nuget (for the clang-format plugin),
14 REM Perl (for the OpenMP run-time), 7Zip. [all...] |
| /src/external/bsd/nvi/dist/common/ |
| msg.c | 157 #define REM (blen - mlen) 162 if (REM < len) 176 len = snprintf(mp, REM, "%s", KEY_NAME(sp, *p)); 181 len = snprintf(mp, REM, ", %d: ", wp->if_lno); 298 len = vsnprintf(mp, REM, fmt, ap); 347 len = snprintf(mp, REM, ": %s", strerror(errno)); 354 len = snprintf(mp, REM, ": %s", db_strerror(sp->db_error));
|
| /src/external/gpl2/groff/dist/arch/djgpp/ |
| t-groff.bat | 2 Rem This script runs groff without requiring that it be installed.
3 Rem The current directory must be the build directory.
15 Rem chdir to src, to avoid overflowing the DOS limits with a long PATH.
21 Rem
25 Rem Make the following command pipe to Less if you have Less installed:
27 Rem
32 Rem Uncomment the following command if you have a PostScript printer:
33 REM roff\groff\groff -e -s -t -p -R -me -Tps ../doc/meintro.me >>prn
34 Rem
39 Rem Uncomment the following command if you have a LaserJet4 printer: [all...] |
| /src/sys/external/isc/libsodium/dist/test/default/ |
| wintest.bat | 54 REM Remove temporary files
|
| /src/sys/external/isc/libsodium/dist/builds/msvc/build/ |
| buildbase.bat | 2 REM Usage: [buildbase.bat ..\vs2013\mysolution.sln 12]
|
| /src/distrib/notes/common/ |
| extract-contrib-string.pl | 237 $msg =~ s/^REM\s*//g; # BASIC?!?
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| QLParser.yy | 111 REM "%" 128 | exp REM exp { $$ = new Expression (Expression::OP_REM, $1, $3); }
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| QLParser.yy | 111 REM "%" 128 | exp REM exp { $$ = new Expression (Expression::OP_REM, $1, $3); }
|
| /src/external/apache2/llvm/dist/clang/docs/analyzer/ |
| make.bat | 3 REM Command file for Sphinx documentation
|
| /src/external/apache2/llvm/dist/clang/docs/ |
| make.bat | 3 REM Command file for Sphinx documentation
|
| /src/external/apache2/llvm/dist/llvm/docs/ |
| make.bat | 3 REM Command file for Sphinx documentation
|
| /src/sys/net/ |
| if_llatbl.h | 165 LLE_REF_TRACE(REM, (lle), (lle)->lle_refcnt); \
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUISelLowering.cpp | 1748 // Rem needs compensation, it's easier to recompute it 1749 SDValue Rem = DAG.getNode(ISD::MUL, DL, VT, Div, RHS); 1750 Rem = DAG.getNode(ISD::SUB, DL, VT, LHS, Rem); 1757 Rem = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, VT, Rem, InRegSize); 1761 Rem = DAG.getNode(ISD::AND, DL, VT, Rem, TruncMask); 1764 return DAG.getMergeValues({ Div, Rem }, DL); 1796 SDValue REM = DAG.getBuildVector(MVT::v2i32, DL, {Res.getValue(1), Zero}) [all...] |
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.s | 4956 # 9. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, # 4983 # 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, # 5508 #--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4. 5657 # 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back # 5939 #--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4. 9351 # srem(): computes the fp (IEEE) REM of the input values X,Y. # 9368 # signQ := signX EOR signY. Record whether MOD or REM # 9389 # Step 5. R = MOD(X,Y), but REM(X,Y) is requested. # 9390 # 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to #
|
| fpsp.s | 5062 # 9. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, # 5089 # 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, # 5614 #--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4. 5763 # 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back # 6045 #--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4. 9710 # srem(): computes the fp (IEEE) REM of the input values X,Y. # 9727 # signQ := signX EOR signY. Record whether MOD or REM # 9748 # Step 5. R = MOD(X,Y), but REM(X,Y) is requested. # 9749 # 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to #
|