sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "ARM EABI LICENCE.txt" sl@0: // which accompanies this distribution, and is available sl@0: // in kernel/eka/compsupp. sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // This file is part of dfprvct.dll. sl@0: // According to the EABI: sl@0: // 1. "long int" is the same as "int", and sl@0: // 2. "long double" is the same as "double". sl@0: // sl@0: // sl@0: sl@0: sl@0: __asm void __Symbian_exporter_dummy_1() sl@0: { sl@0: CODE32 sl@0: sl@0: IMPORT __ARM_scalbn sl@0: sl@0: EXPORT __softfp_scalbln [DYNAMIC] sl@0: EXPORT __softfp_scalblnl [DYNAMIC] sl@0: EXPORT __softfp_scalbn [DYNAMIC] sl@0: EXPORT __softfp_scalbnl [DYNAMIC] sl@0: sl@0: __softfp_scalbln sl@0: __softfp_scalblnl sl@0: __softfp_scalbn sl@0: __softfp_scalbnl sl@0: sl@0: B __ARM_scalbn sl@0: } sl@0: sl@0: __asm void __Symbian_exporter_dummy_2() sl@0: { sl@0: CODE32 sl@0: sl@0: IMPORT __ARM_scalbnf sl@0: sl@0: EXPORT __softfp_scalblnf [DYNAMIC] sl@0: EXPORT __softfp_scalbnf [DYNAMIC] sl@0: sl@0: __softfp_scalblnf sl@0: __softfp_scalbnf sl@0: sl@0: B __ARM_scalbnf sl@0: } sl@0: