text stringlengths 9 39.2M | dir stringlengths 26 295 | lang stringclasses 185
values | created_date timestamp[us] | updated_date timestamp[us] | repo_name stringlengths 1 97 | repo_full_name stringlengths 7 106 | star int64 1k 183k | len_tokens int64 1 13.8M |
|---|---|---|---|---|---|---|---|---|
```objective-c
#define op_seg(name, seg, opcode_table, normal_opcode_table) \
static int op##name##_w_a16(uint32_t fetchdat) \
{ \
fetchdat = fastreadl(cs + cpu_state.pc); ... | /content/code_sandbox/src/cpu/x86_ops_prefix.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 2,136 |
```c
/*
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* This file is part of the 86Box di... | /content/code_sandbox/src/cpu/x86seg_common.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 795 |
```objective-c
/*
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* This file is part of th... | /content/code_sandbox/src/cpu/x86_ops_i686.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 5,195 |
```objective-c
/*
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* This file is part of th... | /content/code_sandbox/src/cpu/x86_ops.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 5,909 |
```objective-c
/*
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* This file is part of th... | /content/code_sandbox/src/cpu/x86seg.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 937 |
```objective-c
typedef struct
{
int f2xm1;
int fabs;
int fadd, fadd_32, fadd_64;
int fbld;
int fbstp;
int fchs;
int fclex;
int fcom, fcom_32, fcom_64;
int fcos;
int fincdecstp;
int fdisi_eni;
int fdiv, fdiv_32, fdiv_64;
int ffree;
int fadd_i16, fadd_i32;
int f... | /content/code_sandbox/src/cpu/x87_timings.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 496 |
```c
/*Most of the vector instructions here are a total guess.
Some of the timings are based on path_to_url
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <wchar.h>
#include <86box/86box.h>
#include <86box/mem.h>
#include "cpu.h"
#include <86box/machine.h>
#include "x86.h"
#include "x86_ops.h"
#... | /content/code_sandbox/src/cpu/codegen_timing_k6.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 30,257 |
```objective-c
see COPYING for more details
*/
static int
opESCAPE_d8_a16(uint32_t fetchdat)
{
return x86_2386_opcodes_d8_a16[(fetchdat >> 3) & 0x1f](fetchdat);
}
static int
opESCAPE_d8_a32(uint32_t fetchdat)
{
return x86_2386_opcodes_d8_a32[(fetchdat >> 3) & 0x1f](fetchdat);
}
static int
opESCAPE_d9_a16(ui... | /content/code_sandbox/src/cpu/x86_ops_fpu_2386.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 814 |
```objective-c
static int
opIMUL_w_iw_a16(uint32_t fetchdat)
{
int32_t templ;
int16_t tempw;
int16_t tempw2;
fetch_ea_16(fetchdat);
if (cpu_mod != 3)
SEG_CHECK_READ(cpu_state.ea_seg);
tempw = geteaw();
if (cpu_state.abrt)
return 1;
tempw2 = getword();
if (cpu_state.... | /content/code_sandbox/src/cpu/x86_ops_mul.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 2,945 |
```objective-c
/*
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* This file is part of th... | /content/code_sandbox/src/cpu/codegen_public.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 385 |
```c
/*Most of the vector instructions here are a total guess.
Some of the timings are based on path_to_url
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <wchar.h>
#include <86box/86box.h>
#include <86box/mem.h>
#include "cpu.h"
#include <86box/machine.h>
#include "x86.h"
#include "x86_ops.h"
#... | /content/code_sandbox/src/cpu/codegen_timing_k5.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 30,257 |
```objective-c
static int
opMOVZX_w_b_a16(uint32_t fetchdat)
{
uint8_t temp;
fetch_ea_16(fetchdat);
if (cpu_mod != 3)
SEG_CHECK_READ(cpu_state.ea_seg);
temp = geteab();
if (cpu_state.abrt)
return 1;
cpu_state.regs[cpu_reg].w = (uint16_t) temp;
CLOCK_CYCLES(3);
PREFETCH_... | /content/code_sandbox/src/cpu/x86_ops_movx.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 2,145 |
```objective-c
static int
opPADDB_a16(uint32_t fetchdat)
{
MMX_REG src;
MMX_REG *dst;
MMX_ENTER();
fetch_ea_16(fetchdat);
dst = MMX_GETREGP(cpu_reg);
MMX_GETSRC();
dst->b[0] += src.b[0];
dst->b[1] += src.b[1];
dst->b[2] += src.b[2];
dst->b[3] += src.b[3];
dst->b[4] += sr... | /content/code_sandbox/src/cpu/x86_ops_mmx_arith.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 6,701 |
```objective-c
/*
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* This file is part of th... | /content/code_sandbox/src/cpu/x87_ops_loadstore.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 7,191 |
```objective-c
static int
opPCMPEQB_a16(uint32_t fetchdat)
{
MMX_REG src;
MMX_REG *dst;
MMX_ENTER();
fetch_ea_16(fetchdat);
dst = MMX_GETREGP(cpu_reg);
MMX_GETSRC();
dst->b[0] = (dst->b[0] == src.b[0]) ? 0xff : 0;
dst->b[1] = (dst->b[1] == src.b[1]) ? 0xff : 0;
dst->b[2] = (dst-... | /content/code_sandbox/src/cpu/x86_ops_mmx_cmp.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 2,547 |
```objective-c
#define sf_FPU(name, optype, a_size, load_var, rw, use_var, is_nan, cycle_postfix) \
static int sf_FADD##name##_a##a_size(uint32_t fetchdat) \
{ ... | /content/code_sandbox/src/cpu/x87_ops_sf_arith.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 8,547 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f16_getMant.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 947 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, ... | /content/code_sandbox/src/cpu/softfloat3e/s_normRoundPackToF128.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 682 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
m... | /content/code_sandbox/src/cpu/softfloat3e/extF80_to_ui32.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 734 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/s_shortShiftRight128.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 418 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted pr... | /content/code_sandbox/src/cpu/softfloat3e/f32_mulAdd.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 2,249 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f32_to_i64_r_minMag.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 780 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/s_propagateNaNExtF80UI.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,012 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/extF80_roundToInt.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,180 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
m... | /content/code_sandbox/src/cpu/softfloat3e/extF80_rem.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 2,073 |
```objective-c
#ifndef EMU_SF_CONFIG_H
#define EMU_SF_CONFIG_H
/*your_sha256_hash------------
| The `LIT64' macro takes as its argument a textual integer literal and
| if necessary ``marks'' the literal as having a 64-bit integer type.
| For example, the GNU C Compiler (`gcc') requires that 64-bit literals be
| append... | /content/code_sandbox/src/cpu/softfloat3e/config.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 161 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f16_sqrt.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,208 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... | /content/code_sandbox/src/cpu/softfloat3e/f32_to_i32.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 701 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, ar... | /content/code_sandbox/src/cpu/softfloat3e/f64_to_ui32_r_minMag.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 703 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/i32_to_extF80.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 529 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/ui64_to_extF80.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 459 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/i64_to_extF80.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 523 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/f128_to_i64_r_minMag.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 972 |
```c
/*============================================================================
This C source fragment is part of the SoftFloat IEC/IEEE Floating-point
Arithmetic Package, Release 2b.
Written by John R. Hauser. This work was made possible in part by the
International Computer Science Institute, located at Suite 6... | /content/code_sandbox/src/cpu/softfloat3e/softfloat-specialize.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,102 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_shortShiftRightJam64.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 392 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_normRoundPackToF16.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 472 |
```objective-c
/*============================================================================
This source file is an extension to the SoftFloat IEC/IEEE Floating-point
Arithmetic Package, Release 2b, written for Bochs (x86 achitecture simulator)
floating point emulation.
THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. ... | /content/code_sandbox/src/cpu/softfloat3e/fpu_constant.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 804 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/extF80_to_i64_r_minMag.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 811 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_roundPackToF32.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,037 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted pr... | /content/code_sandbox/src/cpu/softfloat3e/ui32_to_f32.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 446 |
```objective-c
/*============================================================================
This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or w... | /content/code_sandbox/src/cpu/softfloat3e/specialize.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 3,216 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f64_scalef.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,413 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/ui32_to_f128.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 473 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted pr... | /content/code_sandbox/src/cpu/softfloat3e/s_commonNaNToF64UI.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 615 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_shiftRightJam32.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 401 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f32_to_ui64_r_minMag.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 730 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/s_mul128To256M.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 638 |
```c++
/*============================================================================
This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/consts.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 673 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/s_shiftRightJam128Extra.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 609 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/ui64_to_f32.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 517 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted pr... | /content/code_sandbox/src/cpu/softfloat3e/s_propagateNaNF64UI.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 584 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... | /content/code_sandbox/src/cpu/softfloat3e/f64_to_ui64.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 695 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_normRoundPackToF64.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 472 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f16_range.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,104 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
m... | /content/code_sandbox/src/cpu/softfloat3e/f128_to_ui64.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 832 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/extF80_to_i32_r_minMag.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 843 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_le128.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 401 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/s_packToExtF80.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 453 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted pr... | /content/code_sandbox/src/cpu/softfloat3e/f64_mulAdd.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 2,538 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/i32_to_f128.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 514 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... | /content/code_sandbox/src/cpu/softfloat3e/s_roundToI32.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 757 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_approxRecipSqrt32_1.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 693 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted ... | /content/code_sandbox/src/cpu/softfloat3e/s_addMagsF128.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,333 |
```c++
/*============================================================================
This source file is an extension to the SoftFloat IEC/IEEE Floating-point
Arithmetic Package, Release 2b, written for Bochs (x86 achitecture simulator)
floating point emulation.
THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although... | /content/code_sandbox/src/cpu/softfloat3e/fprem.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 2,115 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... | /content/code_sandbox/src/cpu/softfloat3e/s_roundToI64.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 722 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/isNaN.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 457 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_subMagsF32.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,391 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... | /content/code_sandbox/src/cpu/softfloat3e/f16_to_ui32.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 672 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... | /content/code_sandbox/src/cpu/softfloat3e/f16_to_i64.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 683 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/extF80_to_ui64_r_minMag.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 737 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f32_to_i32_r_minMag.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 739 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/f128_to_ui64_r_minMag.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 891 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, ar... | /content/code_sandbox/src/cpu/softfloat3e/f32_to_ui32_r_minMag.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 697 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/i32_to_f64.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 478 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/s_roundPackToExtF80.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 2,229 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_approxRecip_1Ks.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 586 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_shiftRightJam64.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 401 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f32_range.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,110 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
m... | /content/code_sandbox/src/cpu/softfloat3e/f128_to_ui32.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 730 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f16_to_i32_r_minMag.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 714 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
m... | /content/code_sandbox/src/cpu/softfloat3e/f128_to_i32.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 744 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/extF80_to_ui32_r_minMag.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 741 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, ar... | /content/code_sandbox/src/cpu/softfloat3e/f64_to_i64_r_minMag.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 822 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f16_to_i64_r_minMag.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 714 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
mo... | /content/code_sandbox/src/cpu/softfloat3e/f64_to_ui32.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 688 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/s_subMagsF128.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,345 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... | /content/code_sandbox/src/cpu/softfloat3e/s_roundToUI64.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 696 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted pr... | /content/code_sandbox/src/cpu/softfloat3e/f32_div.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,246 |
```c++
/*============================================================================
This source file is an extension to the SoftFloat IEC/IEEE Floating-point
Arithmetic Package, Release 2b, written for Bochs (x86 achitecture simulator)
floating point emulation.
THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although... | /content/code_sandbox/src/cpu/softfloat3e/poly.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 1,063 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/s_commonNaNToF16UI.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 615 |
```objective-c
/*============================================================================
This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or w... | /content/code_sandbox/src/cpu/softfloat3e/softfloat-compare.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 6,353 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f64_to_i32_r_minMag.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 783 |
```objective-c
/////////////////////////////////////////////////////////////////////////
// $Id$
/////////////////////////////////////////////////////////////////////////
//
// Written by Stanislav Shwartsman [sshwarts at sourceforge net]
//
// This library is free software; you can redistribute it and/or
// ... | /content/code_sandbox/src/cpu/softfloat3e/poly.h | objective-c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 304 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/f128_to_ui32_r_minMag.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 736 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are... | /content/code_sandbox/src/cpu/softfloat3e/f16_to_f64.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 700 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/s_shortShiftLeft128.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 417 |
```c++
/*============================================================================
This source file is an extension to the SoftFloat IEC/IEEE Floating-point
Arithmetic Package, Release 2b, written for Bochs (x86 achitecture simulator)
floating point emulation.
THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although... | /content/code_sandbox/src/cpu/softfloat3e/fyl2x.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 4,148 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted pr... | /content/code_sandbox/src/cpu/softfloat3e/i64_to_f64.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 480 |
```c++
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, a... | /content/code_sandbox/src/cpu/softfloat3e/extF80_to_f16.cc | c++ | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 793 |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... | /content/code_sandbox/src/cpu/softfloat3e/s_roundToUI32.c | c | 2016-06-25T22:29:10 | 2024-08-16T19:09:21 | 86Box | 86Box/86Box | 2,616 | 721 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.