summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/math')
-rw-r--r--src/VBox/Runtime/common/math/ceill.asm2
-rw-r--r--src/VBox/Runtime/common/math/cosl.asm2
-rw-r--r--src/VBox/Runtime/common/math/fabs.asm2
-rw-r--r--src/VBox/Runtime/common/math/fabsf.asm2
-rw-r--r--src/VBox/Runtime/common/math/fabsl.asm2
-rw-r--r--src/VBox/Runtime/common/math/floor.asm2
-rw-r--r--src/VBox/Runtime/common/math/floorf.asm2
-rw-r--r--src/VBox/Runtime/common/math/floorl.asm2
-rw-r--r--src/VBox/Runtime/common/math/ldexpl.asm2
-rw-r--r--src/VBox/Runtime/common/math/llrint.asm2
-rw-r--r--src/VBox/Runtime/common/math/llrintf.asm2
-rw-r--r--src/VBox/Runtime/common/math/llrintl.asm2
-rw-r--r--src/VBox/Runtime/common/math/logl.asm2
-rw-r--r--src/VBox/Runtime/common/math/lrint.asm2
-rw-r--r--src/VBox/Runtime/common/math/lrintf.asm2
-rw-r--r--src/VBox/Runtime/common/math/lrintl.asm2
-rw-r--r--src/VBox/Runtime/common/math/remainder.asm2
-rw-r--r--src/VBox/Runtime/common/math/remainderf.asm2
-rw-r--r--src/VBox/Runtime/common/math/remainderl.asm2
-rw-r--r--src/VBox/Runtime/common/math/sinl.asm2
-rw-r--r--src/VBox/Runtime/common/math/tanl.asm2
-rw-r--r--src/VBox/Runtime/common/math/trunc.asm2
-rw-r--r--src/VBox/Runtime/common/math/truncf.asm2
-rw-r--r--src/VBox/Runtime/common/math/truncl.asm2
24 files changed, 24 insertions, 24 deletions
diff --git a/src/VBox/Runtime/common/math/ceill.asm b/src/VBox/Runtime/common/math/ceill.asm
index 4cd635bad..502181cdd 100644
--- a/src/VBox/Runtime/common/math/ceill.asm
+++ b/src/VBox/Runtime/common/math/ceill.asm
@@ -1,4 +1,4 @@
-; $Id: ceill.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: ceill.asm $
;; @file
; IPRT - No-CRT ceill - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/cosl.asm b/src/VBox/Runtime/common/math/cosl.asm
index 6e46eb70a..c37c3c6af 100644
--- a/src/VBox/Runtime/common/math/cosl.asm
+++ b/src/VBox/Runtime/common/math/cosl.asm
@@ -1,4 +1,4 @@
-; $Id: cosl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: cosl.asm $
;; @file
; IPRT - No-CRT cosl - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/fabs.asm b/src/VBox/Runtime/common/math/fabs.asm
index f2e114436..18ca01151 100644
--- a/src/VBox/Runtime/common/math/fabs.asm
+++ b/src/VBox/Runtime/common/math/fabs.asm
@@ -1,4 +1,4 @@
-; $Id: fabs.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: fabs.asm $
;; @file
; IPRT - No-CRT fabs - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/fabsf.asm b/src/VBox/Runtime/common/math/fabsf.asm
index 550ebc9c6..c58d2fc4d 100644
--- a/src/VBox/Runtime/common/math/fabsf.asm
+++ b/src/VBox/Runtime/common/math/fabsf.asm
@@ -1,4 +1,4 @@
-; $Id: fabsf.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: fabsf.asm $
;; @file
; IPRT - No-CRT fabsf - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/fabsl.asm b/src/VBox/Runtime/common/math/fabsl.asm
index e6cbd75a7..1302b00dd 100644
--- a/src/VBox/Runtime/common/math/fabsl.asm
+++ b/src/VBox/Runtime/common/math/fabsl.asm
@@ -1,4 +1,4 @@
-; $Id: fabsl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: fabsl.asm $
;; @file
; IPRT - No-CRT fabsl - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/floor.asm b/src/VBox/Runtime/common/math/floor.asm
index 49b8accbe..7d98b4b4f 100644
--- a/src/VBox/Runtime/common/math/floor.asm
+++ b/src/VBox/Runtime/common/math/floor.asm
@@ -1,4 +1,4 @@
-; $Id: floor.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: floor.asm $
;; @file
; IPRT - No-CRT floor - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/floorf.asm b/src/VBox/Runtime/common/math/floorf.asm
index 9df9ae551..b54919190 100644
--- a/src/VBox/Runtime/common/math/floorf.asm
+++ b/src/VBox/Runtime/common/math/floorf.asm
@@ -1,4 +1,4 @@
-; $Id: floorf.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: floorf.asm $
;; @file
; IPRT - No-CRT floorf - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/floorl.asm b/src/VBox/Runtime/common/math/floorl.asm
index 8ba748507..c27ada71f 100644
--- a/src/VBox/Runtime/common/math/floorl.asm
+++ b/src/VBox/Runtime/common/math/floorl.asm
@@ -1,4 +1,4 @@
-; $Id: floorl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: floorl.asm $
;; @file
; IPRT - No-CRT floorl - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/ldexpl.asm b/src/VBox/Runtime/common/math/ldexpl.asm
index 230f61fde..f53a4e439 100644
--- a/src/VBox/Runtime/common/math/ldexpl.asm
+++ b/src/VBox/Runtime/common/math/ldexpl.asm
@@ -1,4 +1,4 @@
-; $Id: ldexpl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: ldexpl.asm $
;; @file
; IPRT - No-CRT ldexpl - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/llrint.asm b/src/VBox/Runtime/common/math/llrint.asm
index edd46105d..c870b9136 100644
--- a/src/VBox/Runtime/common/math/llrint.asm
+++ b/src/VBox/Runtime/common/math/llrint.asm
@@ -1,4 +1,4 @@
-; $Id: llrint.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: llrint.asm $
;; @file
; IPRT - No-CRT llrint - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/llrintf.asm b/src/VBox/Runtime/common/math/llrintf.asm
index 1662c474b..d0c23db7b 100644
--- a/src/VBox/Runtime/common/math/llrintf.asm
+++ b/src/VBox/Runtime/common/math/llrintf.asm
@@ -1,4 +1,4 @@
-; $Id: llrintf.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: llrintf.asm $
;; @file
; IPRT - No-CRT llrintf - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/llrintl.asm b/src/VBox/Runtime/common/math/llrintl.asm
index f35a4d4e9..a0ce49125 100644
--- a/src/VBox/Runtime/common/math/llrintl.asm
+++ b/src/VBox/Runtime/common/math/llrintl.asm
@@ -1,4 +1,4 @@
-; $Id: llrintl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: llrintl.asm $
;; @file
; IPRT - No-CRT llrintl - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/logl.asm b/src/VBox/Runtime/common/math/logl.asm
index 11c19785e..83e7de969 100644
--- a/src/VBox/Runtime/common/math/logl.asm
+++ b/src/VBox/Runtime/common/math/logl.asm
@@ -1,4 +1,4 @@
-; $Id: logl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: logl.asm $
;; @file
; IPRT - No-CRT logl - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/lrint.asm b/src/VBox/Runtime/common/math/lrint.asm
index 7e0f0e0f9..270a79f82 100644
--- a/src/VBox/Runtime/common/math/lrint.asm
+++ b/src/VBox/Runtime/common/math/lrint.asm
@@ -1,4 +1,4 @@
-; $Id: lrint.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: lrint.asm $
;; @file
; IPRT - No-CRT lrint - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/lrintf.asm b/src/VBox/Runtime/common/math/lrintf.asm
index 80a475587..997294971 100644
--- a/src/VBox/Runtime/common/math/lrintf.asm
+++ b/src/VBox/Runtime/common/math/lrintf.asm
@@ -1,4 +1,4 @@
-; $Id: lrintf.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: lrintf.asm $
;; @file
; IPRT - No-CRT lrintf - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/lrintl.asm b/src/VBox/Runtime/common/math/lrintl.asm
index 777a4a5d8..f336af6ac 100644
--- a/src/VBox/Runtime/common/math/lrintl.asm
+++ b/src/VBox/Runtime/common/math/lrintl.asm
@@ -1,4 +1,4 @@
-; $Id: lrintl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: lrintl.asm $
;; @file
; IPRT - No-CRT lrintl - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/remainder.asm b/src/VBox/Runtime/common/math/remainder.asm
index 1ad6af1e1..117aa502e 100644
--- a/src/VBox/Runtime/common/math/remainder.asm
+++ b/src/VBox/Runtime/common/math/remainder.asm
@@ -1,4 +1,4 @@
-; $Id: remainder.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: remainder.asm $
;; @file
; IPRT - No-CRT remainder - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/remainderf.asm b/src/VBox/Runtime/common/math/remainderf.asm
index 09e731259..c9b079b70 100644
--- a/src/VBox/Runtime/common/math/remainderf.asm
+++ b/src/VBox/Runtime/common/math/remainderf.asm
@@ -1,4 +1,4 @@
-; $Id: remainderf.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: remainderf.asm $
;; @file
; IPRT - No-CRT remainderf - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/remainderl.asm b/src/VBox/Runtime/common/math/remainderl.asm
index 3f58e9086..922f93a74 100644
--- a/src/VBox/Runtime/common/math/remainderl.asm
+++ b/src/VBox/Runtime/common/math/remainderl.asm
@@ -1,4 +1,4 @@
-; $Id: remainderl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: remainderl.asm $
;; @file
; IPRT - No-CRT remainderl - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/sinl.asm b/src/VBox/Runtime/common/math/sinl.asm
index 689d33c72..57f5ab8b1 100644
--- a/src/VBox/Runtime/common/math/sinl.asm
+++ b/src/VBox/Runtime/common/math/sinl.asm
@@ -1,4 +1,4 @@
-; $Id: sinl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: sinl.asm $
;; @file
; IPRT - No-CRT sinl - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/tanl.asm b/src/VBox/Runtime/common/math/tanl.asm
index fea96200b..85e61d04f 100644
--- a/src/VBox/Runtime/common/math/tanl.asm
+++ b/src/VBox/Runtime/common/math/tanl.asm
@@ -1,4 +1,4 @@
-; $Id: tanl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: tanl.asm $
;; @file
; IPRT - No-CRT tanl - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/trunc.asm b/src/VBox/Runtime/common/math/trunc.asm
index c079fcc50..9ea36820f 100644
--- a/src/VBox/Runtime/common/math/trunc.asm
+++ b/src/VBox/Runtime/common/math/trunc.asm
@@ -1,4 +1,4 @@
-; $Id: trunc.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: trunc.asm $
;; @file
; IPRT - No-CRT trunc - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/truncf.asm b/src/VBox/Runtime/common/math/truncf.asm
index e2a57264a..9fb8166c7 100644
--- a/src/VBox/Runtime/common/math/truncf.asm
+++ b/src/VBox/Runtime/common/math/truncf.asm
@@ -1,4 +1,4 @@
-; $Id: truncf.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: truncf.asm $
;; @file
; IPRT - No-CRT truncf - AMD64 & X86.
;
diff --git a/src/VBox/Runtime/common/math/truncl.asm b/src/VBox/Runtime/common/math/truncl.asm
index ff0fb816a..45576833e 100644
--- a/src/VBox/Runtime/common/math/truncl.asm
+++ b/src/VBox/Runtime/common/math/truncl.asm
@@ -1,4 +1,4 @@
-; $Id: truncl.asm 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: truncl.asm $
;; @file
; IPRT - No-CRT truncl - AMD64 & X86.
;