kernel/eka/compsupp/rvct2_2/dfpaeabi.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 45 329ab0095843
--- a/kernel/eka/compsupp/rvct2_2/dfpaeabi.cpp	Thu Dec 17 09:24:54 2009 +0200
+++ b/kernel/eka/compsupp/rvct2_2/dfpaeabi.cpp	Thu Jan 07 13:38:45 2010 +0200
@@ -2,7 +2,7 @@
 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
+* under the terms of the License "Eclipse Public License v1.0"
 * which accompanies this distribution, and is available
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
 *
@@ -27,7 +27,7 @@
 
 	DCB "#<SYMEDIT>#\n"
 
-// Standard double precision floating-point arithmetic helper functions
+/// Standard double precision floating-point arithmetic helper functions
 
 	DCB "EXPORT __aeabi_dadd\n"
 	DCB "EXPORT __aeabi_ddiv\n"
@@ -36,7 +36,7 @@
 	DCB "EXPORT __aeabi_drsub\n"
 	DCB "EXPORT __aeabi_dsub\n"
 
-// Standard double precision floating-point comparison helper functions
+/// Standard double precision floating-point comparison helper functions
 
 	DCB "EXPORT __aeabi_cdcmpeq\n"
 	DCB "EXPORT __aeabi_cdcmple\n"
@@ -48,7 +48,7 @@
 	DCB "EXPORT __aeabi_dcmpgt\n"
 	DCB "EXPORT __aeabi_dcmpun\n"
 
-// Standard single precision floating-point arithmetic helper functions
+/// Standard single precision floating-point arithmetic helper functions
 
 	DCB "EXPORT __aeabi_fadd\n"
 	DCB "EXPORT __aeabi_fdiv\n"
@@ -57,7 +57,7 @@
 	DCB "EXPORT __aeabi_frsub\n"
 	DCB "EXPORT __aeabi_fsub\n"
 
-// Standard single precision floating-point comparison helper functions
+/// Standard single precision floating-point comparison helper functions
 
 	DCB "EXPORT __aeabi_cfcmpeq\n"
 	DCB "EXPORT __aeabi_cfcmple\n"
@@ -69,7 +69,7 @@
 	DCB "EXPORT __aeabi_fcmpgt\n"
 	DCB "EXPORT __aeabi_fcmpun\n"
 
-// Standard floating-point to integer conversions
+/// Standard floating-point to integer conversions
 
 	DCB "EXPORT __aeabi_d2iz\n"
 	DCB "EXPORT __aeabi_d2uiz\n"
@@ -80,12 +80,12 @@
 	DCB "EXPORT __aeabi_f2lz\n"
 	DCB "EXPORT __aeabi_f2ulz\n"
 
-// Standard conversions between floating types
+/// Standard conversions between floating types
 
 	DCB "EXPORT __aeabi_d2f\n"
 	DCB "EXPORT __aeabi_f2d\n"
 
-// Standard integer to floating-point conversions
+/// Standard integer to floating-point conversions
 
 	DCB "EXPORT __aeabi_i2d\n"
 	DCB "EXPORT __aeabi_ui2d\n"