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