kernel/eka/compsupp/rvct3_1/dfprvct.cpp
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "ARM EABI LICENCE.txt"
       
     5 // which accompanies this distribution, and is available
       
     6 // in kernel/eka/compsupp.
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // This file is part of dfprvct.dll.
       
    15 // According to the EABI:
       
    16 // 1. "long int" is the same as "int", and
       
    17 // 2. "long double" is the same as "double".
       
    18 // 
       
    19 //
       
    20 
       
    21 
       
    22 __asm void __Symbian_exporter_dummy_1()
       
    23 	{
       
    24 	CODE32
       
    25 
       
    26 	IMPORT __ARM_scalbn
       
    27 
       
    28 	EXPORT __softfp_scalbln [DYNAMIC]
       
    29 	EXPORT __softfp_scalblnl [DYNAMIC]
       
    30 	EXPORT __softfp_scalbn [DYNAMIC]
       
    31 	EXPORT __softfp_scalbnl [DYNAMIC]
       
    32 
       
    33 __softfp_scalbln
       
    34 __softfp_scalblnl
       
    35 __softfp_scalbn
       
    36 __softfp_scalbnl
       
    37 
       
    38 	B __ARM_scalbn
       
    39 	}
       
    40 
       
    41 __asm void __Symbian_exporter_dummy_2()
       
    42 	{
       
    43 	CODE32
       
    44 
       
    45 	IMPORT __ARM_scalbnf
       
    46 
       
    47 	EXPORT __softfp_scalblnf [DYNAMIC]
       
    48 	EXPORT __softfp_scalbnf [DYNAMIC]
       
    49 
       
    50 __softfp_scalblnf
       
    51 __softfp_scalbnf
       
    52 
       
    53 	B __ARM_scalbnf
       
    54 	}
       
    55