Changeset 69111 in vbox for trunk/src/VBox/Runtime/common/math
- Timestamp:
- Oct 17, 2017 2:26:02 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118412
- Location:
- trunk/src/VBox/Runtime/common/math
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/RTUInt128MulByU64.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/bignum-amd64-x86.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/bignum.cpp
r69046 r69111 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/ceill.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/cosl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/fabs.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/fabsf.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/fabsl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/floor.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/floorf.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/floorl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/gcc/udivmoddi4.c
r67298 r69111 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/ldexpl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/llrint.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/llrintf.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/llrintl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/logl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/lrint.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/lrintf.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/lrintl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/remainder.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/remainderf.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/remainderl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/sinl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/tanl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/trunc.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/truncf.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/math/truncl.asm
r62477 r69111 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.