kernel/eka/compsupp/rvct2_2/dfprvct2_2-thunk.cpp
changeset 45 329ab0095843
parent 44 36bfc973b146
equal deleted inserted replaced
44:36bfc973b146 45:329ab0095843
     1 /*
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 * All rights reserved.
     3 // This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     4 // under the terms of the License "ARM EABI LICENCE.txt"
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     6 // in kernel/eka/compsupp.
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 *
     8 // Initial Contributors:
     9 * Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    10 //
    11 *
    11 // Contributors:
    12 * Contributors:
    12 //
    13 *
    13 // Description:
    14 * Description: 
    14 // dfprvct2_1-thunk.cpp
    15 * dfprvct2_1-thunk.cpp
    15 // Thunks for RVCT synonyms for AEABI functions
    16 * Thunks for RVCT synonyms for AEABI functions
    16 // 
    17 *
    17 //
    18 */
       
    19 
       
    20 
    18 
    21 extern "C" double __aeabi_l2d(long long val);
    19 extern "C" double __aeabi_l2d(long long val);
    22 extern "C" double __aeabi_ul2d(unsigned long long val);
    20 extern "C" double __aeabi_ul2d(unsigned long long val);
    23 extern "C" long long __aeabi_d2lz(double val);
    21 extern "C" long long __aeabi_d2lz(double val);
    24 extern "C" unsigned long long __aeabi_d2ulz(double val);
    22 extern "C" unsigned long long __aeabi_d2ulz(double val);