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