Searched refs:REM (Results 1 – 25 of 26) sorted by relevance
12
1 REM >testboot2 REM $NetBSD: TestBoot,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $3 REM4 REM Copyright (c) 1995 Mark Brinicombe5 REM All rights reserved6 REM7 REM Redistribution and use in source and binary forms, with or without8 REM modification, are permitted provided that the following conditions9 REM are met:10 REM 1. Redistributions of source code must retain the above copyright[all …]
1 REM > BtNetBSD2 REM $NetBSD: BtNetBSD,v 1.6 2006/12/25 18:45:35 wiz Exp $3 REM4 REM Copyright (c) 2000, 2001, 2002 Reinoud Zandijk5 REM Copyright (c) 1998, 1999, 2000 Ben Harris6 REM ELF file reading based on work by Ben Harris7 REM All rights reserved.8 REM9 REM Redistribution and use in source and binary forms, with or without10 REM modification, are permitted provided that the following conditions[all …]
1 REM >checkro4032 REM $NetBSD: checkro403,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $3 REM4 REM This program checks the build date of RISC OS to see if it is the one5 REM with the bug in OS_Module 7 (RO 4.03 for the Castle Kinetic Card). If6 REM so, it ensures that the memfix module has been loaded10 IF (flags% AND 1)<>0 THEN END :REM SWI returned with the V flag set
1 REM >Mountufs2 REM $NetBSD: MountUFS,v 1.1.1.1 2002/05/09 20:03:59 jdolecek Exp $3 REM4 REM Copyright (c) 1997 Mark Brinicombe5 REM All rights reserved6 REM7 REM Redistribution and use in source and binary forms, with or without8 REM modification, are permitted provided that the following conditions9 REM are met:10 REM 1. Redistributions of source code must retain the above copyright[all …]
1 REM > bb_NetBSD2 REM $NetBSD: bb_netbsd,v 1.4 2006/08/31 20:59:24 bjh21 Exp $3 REM4 REM Copyright (c) 1995 Mark Brinicombe5 REM All rights reserved6 REM7 REM Redistribution and use in source and binary forms, with or without8 REM modification, are permitted provided that the following conditions9 REM are met:10 REM 1. Redistributions of source code must retain the above copyright[all …]
1 REM >resutil2 REM $NetBSD: resutil,v 1.1.1.1 2002/05/09 20:03:59 jdolecek Exp $3 REM4 REM Copyright (c) 1995 Mark Brinicombe5 REM All rights reserved6 REM7 REM Redistribution and use in source and binary forms, with or without8 REM modification, are permitted provided that the following conditions9 REM are met:10 REM 1. Redistributions of source code must retain the above copyright[all …]
1 REM> Banner2 REM $NetBSD: Banner,v 1.1.1.1 2002/05/09 20:03:59 jdolecek Exp $3 REM4 REM Copyright (c) 1995 Mark Brinicombe5 REM All rights reserved6 REM7 REM Redistribution and use in source and binary forms, with or without8 REM modification, are permitted provided that the following conditions9 REM are met:10 REM 1. Redistributions of source code must retain the above copyright[all …]
1 REM Batch script to build Inno Setup installer for libexpat for Windows2 REM Call from parent directory, e.g.: cmd /c win32\build_expat_iss.bat3 REM __ __ _4 REM ___\ \/ /_ __ __ _| |_5 REM / _ \\ /| '_ \ / _` | __|6 REM | __// \| |_) | (_| | |_7 REM \___/_/\_\ .__/ \__,_|\__|8 REM |_| XML parser9 REM10 REM Copyright (c) 2019-2024 Sebastian Pipping <sebastian@pipping.org>[all …]
37 #define REM 999236 macro53 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()
157 #define REM (blen - mlen) macro162 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));
94 enum op_t {NOP, LIT, NEG, NOT, PLUS, MINUS, MULT, DIV, MOD, REM, INVMOD, POW, enumerator587 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()
38 * point (IEEE) REM of the input values X and Y.57 * signQ := signX EOR signY. Record whether MOD or REM78 * 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
366 *--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
435 *--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
165 LLE_REF_TRACE(REM, (lle), (lle)->lle_refcnt); \
510 %left '*' '/' MOD REM742 simple_exp : simple_exp REM simple_exp /* May need to be fixed to give correct Ada…
7454 * 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.
7312 Use ada_value_binop for DIV, MOD, REM.
521 # https://www.c64-wiki.com/wiki/REM522 >>4 string \x8f REM
132 Enable DIV-REM instructions for ARCv2.
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 #
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 #
2606 -- Function: void mpz_rootrem (mpz_t ROOT, mpz_t REM, const mpz_t U,2609 REM to the remainder, U-ROOT**N.
34324 * mpz/perfsqr.c: Don't clobber REM in quadratic residue check loop.
5417 B818;B818;1105 1166 11B7;B818;1105 1166 11B7; # (렘; 렘; 렘; 렘; 렘; ) HANGUL SYLLABLE REM