repo_id
string
size
int64
file_path
string
content
string
weiss/original-bsd
9,939
lib/libc/vax/stdlib/atof.s
/* * Copyright (c) 1980 Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)atof.s 5.6 (Berkeley) 06/01/90" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" /* * atof: convert ascii to floating * * C usage: ...
weiss/original-bsd
1,686
lib/libc/vax/sys/wait3.s
/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and oth...
weiss/original-bsd
1,146
lib/libc/vax/sys/signal.s
/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and oth...
weiss/original-bsd
1,091
lib/libc/vax/sys/Ovfork.s
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)Ovfork.s 8.1 (Berkeley) 06/04/93" #endif /* SYSLIBC_SCCS and not lint */ /* * @(#)vfork.s 4.1 (Berkeley) 12/21/80 * C librar...
weiss/original-bsd
1,028
lib/libc/vax/sys/wait.s
/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and oth...
weiss/original-bsd
4,473
lib/libc/sparc/gen/modf.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * %sccs.include.redist.c% * * from: $Hea...
weiss/original-bsd
1,516
lib/libc/sparc/gen/_setjmp.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * %sccs.include.redist.c% * * from: $Hea...
weiss/original-bsd
1,609
lib/libc/sparc/gen/fixunsdfsi.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * %sccs.include.redist.c% * * from: $Hea...
weiss/original-bsd
4,803
lib/libc/sparc/gen/umul.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * %sccs.include.redist.c% * * from: $Hea...
weiss/original-bsd
2,588
lib/libc/sparc/gen/setjmp.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * %sccs.include.redist.c% * * from: $Hea...
weiss/original-bsd
3,457
lib/libc/sparc/gen/mul.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * %sccs.include.redist.c% * * from: $Hea...
weiss/original-bsd
2,556
lib/libc/sparc/string/ffs.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * %sccs.include.redist.c% * * from: $Hea...
weiss/original-bsd
2,824
lib/libc/sparc/string/bzero.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * %sccs.include.redist.c% * * from: $Hea...
weiss/original-bsd
1,028
lib/libc/sparc/sys/sigprocmask.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * %sccs.include.redist.c% * * from: $Hea...
weiss/original-bsd
1,125
lib/libc/i386/gen/setjmp.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)setjmp.s 8.1 (Berkeley) 06/04/93" #endif /...
weiss/original-bsd
1,510
lib/libc/hp300/gen/_setjmp.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) &...
weiss/original-bsd
3,279
lib/libc/hp300/gen/sigsetjmp.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) &...
weiss/original-bsd
1,852
lib/libc/hp300/gen/setjmp.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) &...
weiss/original-bsd
1,057
lib/libc/hp300/string/strcmp.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) &...
weiss/original-bsd
1,862
lib/libc/hp300/string/bcmp.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) &...
weiss/original-bsd
2,660
lib/libc/hp300/string/bcopy.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) &...
weiss/original-bsd
1,528
lib/libc/hp300/string/bzero.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) &...
weiss/original-bsd
1,207
lib/libc/hp300/string/strncmp.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) &...
weiss/original-bsd
1,177
lib/libc/hp300/sys/sigreturn.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) &...
weiss/original-bsd
1,090
lib/libc/hp300/sys/Ovfork.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) &...
weiss/original-bsd
2,480
lib/libc/mips/gen/_setjmp.s
/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% */ #include <machine/reg.h> #include <machine/machAsmDefs.h> #if defined(LIBC_SCCS) && !defined(li...
weiss/original-bsd
1,314
lib/libc/mips/gen/isinf.s
/*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% */ #include <machine/machAsmDefs.h> #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("@(#)isinf.s 8.1 (B...
weiss/original-bsd
2,597
lib/libc/mips/gen/setjmp.s
/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% */ #include <sys/syscall.h> #include <machine/reg.h> #include <machine/machAsmDefs.h> #if defined(...
weiss/original-bsd
4,477
lib/libc/mips/gen/ldexp.s
/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% */ #include <machine/machAsmDefs.h> #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("@(#)ldexp.s ...
weiss/original-bsd
2,254
lib/libc/mips/string/bcmp.s
/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% */ #include <machine/machAsmDefs.h> #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("@(#)bcmp.s 8...
weiss/original-bsd
2,424
lib/libc/mips/string/bcopy.s
/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% */ #include <machine/machAsmDefs.h> #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("@(#)bcopy.s ...
weiss/original-bsd
1,141
lib/libc/mips/string/bzero.s
/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% */ #include <machine/machAsmDefs.h> #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("@(#)bzero.s ...
weiss/original-bsd
3,065
lib/libc/tahoe/fpe/addd.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)addd.s 8.1 (Berkeley) 06/04/93" #...
weiss/original-bsd
3,124
lib/libc/tahoe/fpe/modf.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)modf.s 8.1 (Berkeley) 06/04/93" #...
weiss/original-bsd
1,612
lib/libc/tahoe/fpe/cvtld.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)cvtld.s 8.1 (Berkeley) 06/04/93" ...
weiss/original-bsd
2,368
lib/libc/tahoe/fpe/mulf.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)mulf.s 8.1 (Berkeley) 06/04/93" #...
weiss/original-bsd
1,299
lib/libc/tahoe/fpe/sfnorm.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)sfnorm.s 8.1 (Berkeley) 06/04/93"...
weiss/original-bsd
2,108
lib/libc/tahoe/fpe/divd.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)divd.s 8.1 (Berkeley) 06/04/93" #...
weiss/original-bsd
1,278
lib/libc/tahoe/fpe/cvtud.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)cvtud.s 8.1 (Berkeley) 06/04/93" ...
weiss/original-bsd
2,511
lib/libc/tahoe/fpe/addf.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)addf.s 8.1 (Berkeley) 06/04/93" #...
weiss/original-bsd
2,022
lib/libc/tahoe/fpe/divf.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)divf.s 8.1 (Berkeley) 06/04/93" #...
weiss/original-bsd
3,111
lib/libc/tahoe/fpe/muld.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)muld.s 8.1 (Berkeley) 06/04/93" #...
weiss/original-bsd
1,374
lib/libc/tahoe/fpe/fnorm.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)fnorm.s 8.1 (Berkeley) 06/04/93" ...
weiss/original-bsd
1,590
lib/libc/tahoe/fpe/cvtlf.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)cvtlf.s 8.1 (Berkeley) 06/04/93" ...
weiss/original-bsd
1,265
lib/libc/tahoe/fpe/cvtuf.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)cvtuf.s 8.1 (Berkeley) 06/04/93" ...
weiss/original-bsd
1,421
lib/libc/tahoe/fpe/cvtfl.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)cvtfl.s 8.1 (Berkeley) 06/04/93" ...
weiss/original-bsd
1,435
lib/libc/tahoe/fpe/cvtdl.s
/* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)cvtdl.s 8.1 (Berkeley) 06/04/93" ...
weiss/original-bsd
1,534
lib/libc/tahoe/gen/modf.s
/* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)modf.s 8.1 (Berkeley) 06/04/93" #end...
weiss/original-bsd
1,272
lib/libc/tahoe/gen/_setjmp.s
/* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)_setjmp.s 8.1 (Berkeley) 06/04/93" #...
weiss/original-bsd
1,260
lib/libc/tahoe/gen/urem.s
/* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)urem.s 8.1 (Berkeley) 06/04/93" #end...
weiss/original-bsd
1,789
lib/libc/tahoe/gen/setjmp.s
/* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)setjmp.s 8.1 (Berkeley) 06/04/93" #e...
weiss/original-bsd
1,230
lib/libc/tahoe/gen/udiv.s
/* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)udiv.s 8.1 (Berkeley) 06/04/93" #end...
weiss/original-bsd
1,120
lib/libc/tahoe/gen/abort.s
/* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and oth...
weiss/original-bsd
2,266
lib/libc/tahoe/gen/ldexp.s
/* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)ldexp.s 8.1 (Berkeley) 06/04/93" #en...
weiss/original-bsd
1,030
lib/libc/tahoe/string/strncat.s
/* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)strncat.s 8.1 (Berkeley) 06/04/93" #...
weiss/original-bsd
10,005
lib/libc/tahoe/stdlib/atof.s
/* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)atof.s 5.3 (Berkeley) 06/01/90" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" /* * atof: convert ascii to floating * * C usage: ...
weiss/original-bsd
1,031
lib/libc/tahoe/sys/setgroups.s
/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and oth...
weiss/original-bsd
1,036
lib/libc/tahoe/sys/gethostname.s
/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and oth...
weiss/original-bsd
1,028
lib/libc/tahoe/sys/sethostname.s
/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and oth...
weiss/original-bsd
1,028
lib/libc/tahoe/sys/wait.s
/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and oth...
weiss/original-bsd
1,041
lib/libc/tahoe/sys/getgroups.s
/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and oth...
weiss/original-bsd
1,516
lib/libm/vax/tan.s
# Copyright (c) 1985, 1993 # The Regents of the University of California. All rights reserved. # # %sccs.include.redist.sh% # # @(#)tan.s 8.1 (Berkeley) 06/04/93 # .data .align 2 _sccsid: .asciz "@(#)tan.s 1.1 (Berkeley) 8/21/85; 8.1 (ucb.elefunt) 06/04/93" # This is the implementation of Peter Tang's double preci...
weiss/original-bsd
19,634
lib/libm/vax/argred.s
# Copyright (c) 1985, 1993 # The Regents of the University of California. All rights reserved. # # %sccs.include.redist.sh% # # @(#)argred.s 8.1 (Berkeley) 06/04/93 # .data .align 2 _sccsid: .asciz "@(#)argred.s 1.1 (Berkeley) 8/21/85; 8.1 (ucb.elefunt) 06/04/93" # libm$argred implements Bob Corbett's argument red...
weiss/original-bsd
2,400
lib/libm/vax/sqrt.s
# Copyright (c) 1985, 1993 # The Regents of the University of California. All rights reserved. # # %sccs.include.redist.sh% # # @(#)sqrt.s 8.1 (Berkeley) 06/04/93 # .data .align 2 _sccsid: .asciz "@(#)sqrt.s 1.1 (Berkeley) 8/21/85; 8.1 (ucb.elefunt) 06/04/93" /* * double sqrt(arg) revised August 15,1982 * doubl...
weiss/original-bsd
1,666
lib/libm/vax/sincos.s
# Copyright (c) 1985, 1993 # The Regents of the University of California. All rights reserved. # # %sccs.include.redist.sh% # # @(#)sincos.s 8.1 (Berkeley) 06/04/93 # .data .align 2 _sccsid: .asciz "@(#)sincos.s 1.1 (Berkeley) 8/21/85; 8.1 (ucb.elefunt) 06/04/93" # This is the implementation of Peter Tang's double...
weiss/original-bsd
5,102
lib/libm/vax/atan2.s
# Copyright (c) 1985, 1993 # The Regents of the University of California. All rights reserved. # # %sccs.include.redist.sh% # # @(#)atan2.s 8.1 (Berkeley) 06/04/93 # .data .align 2 _sccsid: .asciz "@(#)atan2.s 1.2 (Berkeley) 8/21/85; 8.1 (ucb.elefunt) 06/04/93" # ATAN2(Y,X) # RETURN ARG (X+iY) # VAX D FORMAT (56 BI...
weiss/original-bsd
2,951
lib/libm/vax/cabs.s
# Copyright (c) 1985, 1993 # The Regents of the University of California. All rights reserved. # # %sccs.include.redist.sh% # # @(#)cabs.s 8.1 (Berkeley) 06/04/93 # .data .align 2 _sccsid: .asciz "@(#)cabs.s 1.2 (Berkeley) 8/21/85; 8.1 (ucb.elefunt) 06/04/93" # double precision complex absolute value # CABS by W. K...
weiss/original-bsd
2,127
lib/libm/vax/cbrt.s
# Copyright (c) 1985, 1993 # The Regents of the University of California. All rights reserved. # # %sccs.include.redist.sh% # # @(#)cbrt.s 8.1 (Berkeley) 06/04/93 # .data .align 2 _sccsid: .asciz "@(#)cbrt.s 1.1 (Berkeley) 5/23/85; 8.1 (ucb.elefunt) 06/04/93" # double cbrt(double arg) # W. Kahan, 10/13/80. revised ...
weiss/original-bsd
4,554
lib/libm/vax/support.s
/* * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * * @(#)support.s 8.1 (Berkeley) 06/04/93 */ .data .align 2 _sccsid: .asciz "@(#)support.s 1.3 (Berkeley) 8/21/85; 8.1 (ucb.elefunt) 06/04/93" /* * copysign(x,y), * logb(x), * scal...
weiss/original-bsd
1,282
lib/libm/national/national.s
; @(#)national.s 1.1 (ucb.elefunt) 09/19/85 ; ; subroutines ; add_ulp(x) ... return x+ulp ; sub_ulp(x) ... return x-ulp ; swapENI(i) ... swap inexact enable bit with i ; swapINX(i) ... swap inexact flag bit with i ; swapRM(i) ... swap rounding mode with i ; ; add_ulp(x): ; add one ulp to a floating point number .al...
weiss/original-bsd
4,927
lib/libm/national/sqrt.s
; Copyright (c) 1985, 1993 ; The Regents of the University of California. All rights reserved. ; ; %sccs.include.redist.semicolon% ; ; @(#)sqrt.s 8.1 (Berkeley) 06/04/93 ; ; double sqrt(x) ; double x; ; IEEE double precision sqrt ; code in NSC assembly by K.C. Ng ; 12/13/85 ; ; Method: ; Use Kahan's trick to get 8 b...
weiss/original-bsd
9,162
lib/libm/national/support.s
; Copyright (c) 1985, 1993 ; The Regents of the University of California. All rights reserved. ; ; %sccs.include.redist.semicolon% ; ; @(#)support.s 8.1 (Berkeley) 06/04/93 ; ; IEEE recommended functions ; ; double copysign(x,y) ; double x,y; ; IEEE 754 recommended function, return x*sign(y) ; Coded by K.C. Ng in Na...
weiss/original-bsd
1,148
lib/libm/mc68881/floor.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% * * @(#)floor.s 8.1 (Berkel...
weiss/original-bsd
2,660
lib/libm/mc68881/support.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs.include.redist.c% * * @(#)support.s 8.1 (Berk...
weiss/original-bsd
2,791
lib/libm/tahoe/sqrt.s
/* * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ .data .align 2 _sccsid: .asciz "@(#)sqrt.s 8.1 (ucb.elefunt) 06/04/93" /* * double sqrt(arg) revised August 15,1982 * double arg; * if(arg<0.0) { _errno = EDOM; return(<a reserv...
weiss/original-bsd
2,300
lib/libm/tahoe/cabs.s
# Copyright (c) 1987, 1993 # The Regents of the University of California. All rights reserved. # # %sccs.include.redist.sh% # # @(#)cabs.s 8.1 (Berkeley) 06/04/93 # .data .align 2 _sccsid: .asciz "@(#)cabs.s 8.1 8.1 (ucb.elefunt) 06/04/93" # double precision complex absolute value # CABS by W. Kahan, 9/7/80. # Revi...
weiss/original-bsd
2,611
lib/libm/tahoe/cbrt.s
# Copyright (c) 1987, 1993 # The Regents of the University of California. All rights reserved. # # %sccs.include.redist.sh% # # @(#)cbrt.s 8.1 (Berkeley) 06/04/93 # .data .align 2 _sccsid: .asciz "@(#)cbrt.s 8.1 (ucb.elefunt) 06/04/93" # double cbrt(double arg) # W. Kahan, 10/13/80. revised 1/13/84 for keeping sign...
weiss/original-bsd
5,722
lib/libm/tahoe/support.s
/* * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ .data .align 2 _sccsid: .asciz "@(#)support.s 8.1 (ucb.elefunt) 06/04/93" /* * copysign(x,y), * logb(x), * scalb(x,N), * finite(x), * drem(x,y), * Coded in vax assembly languag...
weiss/original-bsd
1,630
lib/csu/mips/crt0.s
/* * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * * @(#)crt0.s 8.2 (Berkeley) 03/21/94 */ #include <machine/regdef.h> #include <machine/machAsmDef...
Weistr/RobicSov
24,601
Firmware/T1/MDK-ARM/startup_stm32f401xc.s
;******************************************************************************* ;* File Name : startup_stm32f401xc.s ;* Author : MCD Application Team ;* Description : STM32F401xc devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
Weistr/RobicSov
24,778
Electrical/f401cc/testpin/MX_build/MDK-ARM/startup_stm32f401xc.s
;******************************************************************************* ;* File Name : startup_stm32f401xc.s ;* Author : MCD Application Team ;* Description : STM32F401xc devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
weiss/original-bsd
1,069
usr.bin/f77/libF77/CCI/hl_ge_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)hl_ge_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data ....
weiss/original-bsd
1,056
usr.bin/f77/libF77/CCI/l_le_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)l_le_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data .t...
weiss/original-bsd
1,056
usr.bin/f77/libF77/CCI/l_gt_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)l_gt_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data .t...
weiss/original-bsd
1,068
usr.bin/f77/libF77/CCI/hl_lt_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)hl_lt_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data ....
weiss/original-bsd
1,059
usr.bin/f77/libF77/CCI/hl_gt_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)hl_gt_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data ....
weiss/original-bsd
1,065
usr.bin/f77/libF77/CCI/l_lt_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)l_lt_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data .t...
weiss/original-bsd
1,065
usr.bin/f77/libF77/CCI/l_ge_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)l_ge_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data .t...
weiss/original-bsd
1,077
usr.bin/f77/libF77/CCI/range_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)range_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data ....
weiss/original-bsd
1,077
usr.bin/f77/libF77/CCI/s_cat_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)s_cat_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data ....
weiss/original-bsd
1,569
usr.bin/f77/libF77/CCI/range_s_p.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)range_s_p.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data...
weiss/original-bsd
1,471
usr.bin/f77/libF77/CCI/s_cmp_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)s_cmp_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data ....
weiss/original-bsd
1,059
usr.bin/f77/libF77/CCI/hl_le_s.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.proprietary.c% */ #ifndef lint .asciz "@(#)hl_le_s.s 5.2 (Berkeley) 04/12/91" #endif /* not lint */ .data ....
weiss/original-bsd
1,414
usr.bin/tn3270/general/vaxbsubs.s
/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * * @(#)vaxbsubs.s 8.1 (Berkeley) 06/06/93 */ /* This is taken from bcmp.s from 4.2. * The output of bunequal is the offset of the byte which didn't match; * if all the bytes match, ...
weiss/original-bsd
3,310
usr.bin/ex/OTHER/ovdoprnt.s
/ Copyright (c) 1991 The Regents of the University of California. / All rights reserved. / / %sccs.include.proprietary.c% / / @(#)ovdoprnt.s 1.3 (Berkeley) 04/17/91 / / C library -- conversions / Overlay modification -- wfj 8/80 / stack frame is one word larger... / width=-8. / formp=-10. / rjust=-12. / ndfnd=-14. /...
weiss/original-bsd
15,132
old/ms/tmac.s
.\" %sccs.include.proprietary.roff% .\" .\" @(#)tmac.s 5.2 (Berkeley) 10/07/91 .\" .\" ancillary files reside in \*(//, .\" except local which are in \*(L/, .ds // /usr/old/lib/ms/ .ds L/ /usr/local/lib/tmac/ . \" IZ - initialize (before text begins) .de IZ .nr FM 1i .nr YY -\\n(FMu .nr XX 0 1 .nr IP 0 .nr PI 5n .nr QI...
weiss/original-bsd
7,445
old/as.tahoe/bignum.s
.data .data _sccsid:.long 0x40282329 .long 0x6269676e .long 0x756d312e .long 0x6320342e .long 0x3420362f .long 0x33302f38 .long 0x33000000 .comm _rusefile,32 .comm _relfil,4 .comm _listfile,4 .comm _liston,4 .comm _Znumber,12 .text LL0:.align 1 .globl _as_atoi .data L163:.long 0x10202 .long 0x3030303 .long 0x1020303 .s...
weiss/original-bsd
1,435
old/libm/liboldnm/tan.s
# # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # # @(#)tan.s 5.1 (Berkeley) 05/08/85 # # # double tan(arg) # double arg; #method: range reduction to [0,pi/4] followed by polynomial ...
weiss/original-bsd
1,291
old/libm/liboldnm/tanh.s
# # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # # @(#)tanh.s 5.1 (Berkeley) 05/08/85 # # # double tanh(arg) # double arg # method: tanh(arg)=sinh(arg)/cosh(arg); if |arg|<0.5 sinh(...
weiss/original-bsd
2,198
old/libm/liboldnm/atan.s
# # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # # @(#)atan.s 5.1 (Berkeley) 05/08/85 # # # double atan(arg1); -pi/2 < atan < pi/2 #double atan2(arg1,arg2); -pi< atan2<pi #double ar...