Home
last modified time | relevance | path

Searched refs:REM (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
DTestBoot1 REM >testboot
2 REM $NetBSD: TestBoot,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $
3 REM
4 REM Copyright (c) 1995 Mark Brinicombe
5 REM All rights reserved
6 REM
7 REM Redistribution and use in source and binary forms, with or without
8 REM modification, are permitted provided that the following conditions
9 REM are met:
10 REM 1. Redistributions of source code must retain the above copyright
[all …]
DBtNetBSD1 REM > BtNetBSD
2 REM $NetBSD: BtNetBSD,v 1.6 2006/12/25 18:45:35 wiz Exp $
3 REM
4 REM Copyright (c) 2000, 2001, 2002 Reinoud Zandijk
5 REM Copyright (c) 1998, 1999, 2000 Ben Harris
6 REM ELF file reading based on work by Ben Harris
7 REM All rights reserved.
8 REM
9 REM Redistribution and use in source and binary forms, with or without
10 REM modification, are permitted provided that the following conditions
[all …]
Dcheckro4031 REM >checkro403
2 REM $NetBSD: checkro403,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $
3 REM
4 REM This program checks the build date of RISC OS to see if it is the one
5 REM with the bug in OS_Module 7 (RO 4.03 for the Castle Kinetic Card). If
6 REM so, it ensures that the memfix module has been loaded
10 IF (flags% AND 1)<>0 THEN END :REM SWI returned with the V flag set
/netbsd/src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/native/
DMountUFS1 REM >Mountufs
2 REM $NetBSD: MountUFS,v 1.1.1.1 2002/05/09 20:03:59 jdolecek Exp $
3 REM
4 REM Copyright (c) 1997 Mark Brinicombe
5 REM All rights reserved
6 REM
7 REM Redistribution and use in source and binary forms, with or without
8 REM modification, are permitted provided that the following conditions
9 REM are met:
10 REM 1. Redistributions of source code must retain the above copyright
[all …]
/netbsd/src/distrib/acorn32/stand/BtNetBSD/misc/
Dbb_netbsd1 REM > bb_NetBSD
2 REM $NetBSD: bb_netbsd,v 1.4 2006/08/31 20:59:24 bjh21 Exp $
3 REM
4 REM Copyright (c) 1995 Mark Brinicombe
5 REM All rights reserved
6 REM
7 REM Redistribution and use in source and binary forms, with or without
8 REM modification, are permitted provided that the following conditions
9 REM are met:
10 REM 1. Redistributions of source code must retain the above copyright
[all …]
/netbsd/src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/src/Banner/
Dresutil1 REM >resutil
2 REM $NetBSD: resutil,v 1.1.1.1 2002/05/09 20:03:59 jdolecek Exp $
3 REM
4 REM Copyright (c) 1995 Mark Brinicombe
5 REM All rights reserved
6 REM
7 REM Redistribution and use in source and binary forms, with or without
8 REM modification, are permitted provided that the following conditions
9 REM are met:
10 REM 1. Redistributions of source code must retain the above copyright
[all …]
DBanner1 REM> Banner
2 REM $NetBSD: Banner,v 1.1.1.1 2002/05/09 20:03:59 jdolecek Exp $
3 REM
4 REM Copyright (c) 1995 Mark Brinicombe
5 REM All rights reserved
6 REM
7 REM Redistribution and use in source and binary forms, with or without
8 REM modification, are permitted provided that the following conditions
9 REM are met:
10 REM 1. Redistributions of source code must retain the above copyright
[all …]
/netbsd/src/external/mit/expat/dist/win32/
Dbuild_expat_iss.bat1 REM Batch script to build Inno Setup installer for libexpat for Windows
2 REM Call from parent directory, e.g.: cmd /c win32\build_expat_iss.bat
3 REM __ __ _
4 REM ___\ \/ /_ __ __ _| |_
5 REM / _ \\ /| '_ \ / _` | __|
6 REM | __// \| |_) | (_| | |_
7 REM \___/_/\_\ .__/ \__,_|\__|
8 REM |_| XML parser
9 REM
10 REM Copyright (c) 2019-2024 Sebastian Pipping <sebastian@pipping.org>
[all …]
/netbsd/src/tests/lib/libc/stdlib/
Dt_div.c37 #define REM 999236 macro
53 ATF_CHECK(d.rem == REM); in ATF_TC_BODY()
70 ATF_CHECK(ld.rem == REM); in ATF_TC_BODY()
87 ATF_CHECK(lld.rem == REM); in ATF_TC_BODY()
/netbsd/src/external/bsd/nvi/dist/common/
Dmsg.c157 #define REM (blen - mlen) macro
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));
/netbsd/src/external/lgpl3/gmp/dist/demos/
Dpexpr.c94 enum op_t {NOP, LIT, NEG, NOT, PLUS, MINUS, MULT, DIV, MOD, REM, INVMOD, POW, enumerator
587 makeexp (e, REM, *e, e2); in term()
595 makeexp (e, REM, *e, e2); in term()
719 {"rem", REM, 2},
939 case REM: in mpz_eval_expr()
/netbsd/src/sys/arch/m68k/fpsp/
Dsrem_mod.sa38 * point (IEEE) REM of the input values X and Y.
57 * signQ := signX EOR signY. Record whether MOD or REM
78 * Step 5. R = MOD(X,Y), but REM(X,Y) is requested.
79 * 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to
Dstan.sa366 *--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
Dssin.sa435 *--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
/netbsd/src/sys/net/
Dif_llatbl.h165 LLE_REF_TRACE(REM, (lle), (lle)->lle_refcnt); \
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dada-exp.y510 %left '*' '/' MOD REM
742 simple_exp : simple_exp REM simple_exp /* May need to be fixed to give correct Ada…
DChangeLog-19937454 * ch-exp.y (operand_4): Add useful actions for MOD and REM.
7455 * ch-exp.y (tokentab3): Add MOD and REM.
7459 BINOP_MOD instead of BINOP_REM. Add REM entry, using BINOP_REM.
DChangeLog-20047312 Use ada_value_binop for DIV, MOD, REM.
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dc64521 # https://www.c64-wiki.com/wiki/REM
522 >>4 string \x8f REM
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.opt132 Enable DIV-REM instructions for ARCv2.
/netbsd/src/sys/arch/m68k/060sp/dist/
Dfplsp.s5939 #--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 #
Dfpsp.s6045 #--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 #
/netbsd/src/external/lgpl3/gmp/dist/doc/
Dgmp.info-12606 -- Function: void mpz_rootrem (mpz_t ROOT, mpz_t REM, const mpz_t U,
2609 REM to the remainder, U-ROOT**N.
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog34324 * mpz/perfsqr.c: Don't clobber REM in quadratic residue check loop.
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/wind/
DNormalizationTest.txt5417 B818;B818;1105 1166 11B7;B818;1105 1166 11B7; # (렘; 렘; 렘; 렘; 렘; ) HANGUL SYLLABLE REM

12