Changeset 98103 in vbox for trunk/src/VBox/Runtime/common/math
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155244
- Location:
- trunk/src/VBox/Runtime/common/math
- Files:
-
- 130 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/RTUInt128MulByU64.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/RTUInt128MulByU64Ex.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__fpclassifyd.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__fpclassifyf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__fpclassifyl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__isfinite.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__isfinitef.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__isfinitel.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__isinff.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__isinfl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__isnanl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__isnormal.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__isnormalf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__isnormall.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__signbit.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__signbitf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/__signbitl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/atan.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/atan2.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/atan2f.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/atanf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/bignum-amd64-x86.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/bignum.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/ceil.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/ceilf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/ceill.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/consts.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/copysign.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/copysignf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/copysignl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/cos.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/cosf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/cosl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/exp.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/exp2.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/exp2f.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/expf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fabs.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fabsf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fabsl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/feclearexcept.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fedisableexcept.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/feenableexcept.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fegetenv.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fegetexcept.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fegetexceptflag.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fegetround.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fegetx87precision.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/feholdexcept.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/feraiseexcept.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fesetenv.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fesetexceptflag.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fesetround.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fesetx87precision.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fetestexcept.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/feupdateenv.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/floor.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/floorf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/floorl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fma-asm.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fma.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fmaf-asm.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fmaf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fmax.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fmaxf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fmaxl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fmin.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fminf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/fminl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/frexp.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/frexpf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/frexpl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/gcc/divmoddi4.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/gcc/udivmoddi4.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/isinf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/isnan.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/isnanf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/ldexp.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/ldexpf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/ldexpl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/llrint.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/llrintf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/llrintl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/llround.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/llroundf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/llroundl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/log.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/log2.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/log2f.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/logf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/logl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/lrint.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/lrintf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/lrintl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/lround.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/lroundf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/lroundl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/nocrt-abs.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/nocrt-labs.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/nocrt-llabs.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/pow.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/powcore.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/powf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/remainder.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/remainderf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/remainderl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/rint.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/rintf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/round.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/roundf.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/roundl.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/rtNoCrtHasSse.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/sin.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/sincore.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/sinf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/sinl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/sqrt.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/sqrtf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/tan.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/tanf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/tanl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/trunc.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/truncf.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/truncl.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/watcom/I8D-x86-32.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2007-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2007-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/watcom/RTWatcomUInt64Div.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2007-202 2Oracle and/or its affiliates.7 * Copyright (C) 2007-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/watcom/U8D-x86-32.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2007-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2007-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/watcom/U8LS-x86-32.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2007-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2007-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/watcom/U8M-I8M-x86-32.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2007-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2007-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/math/watcom/U8RS-x86-32.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2007-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2007-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.