POK
/home/jaouen/pok_official/pok/trunk/libpok/libm/namespace.h
00001 /*
00002  *                               POK header
00003  * 
00004  * The following file is a part of the POK project. Any modification should
00005  * made according to the POK licence. You CANNOT use this file or a part of
00006  * this file is this part of a file for your own project
00007  *
00008  * For more information on the POK licence, please see our LICENCE FILE
00009  *
00010  * Please follow the coding guidelines described in doc/CODING_GUIDELINES
00011  *
00012  *                                      Copyright (c) 2007-2009 POK team 
00013  *
00014  * Created by julien on Fri Jan 30 14:41:34 2009 
00015  */
00016 
00017 /* $NetBSD: namespace.h,v 1.2 2007/08/20 16:01:39 drochner Exp $ */
00018 
00019 /*
00020  * #define atan2 _atan2
00021  * #define atan2f _atan2f
00022  */
00023 #define hypot _hypot
00024 #define hypotf _hypotf
00025 
00026 #define exp _exp
00027 #define expf _expf
00028 #define log _log
00029 #define logf _logf
00030 
00031 #if 0 /* not yet - need to review use in machdep code first */
00032 #define sin _sin
00033 #define sinf _sinf
00034 #define cos _cos
00035 #define cosf _cosf
00036 #endif /* notyet */
00037 #define sinh _sinh
00038 #define sinhf _sinhf
00039 #define cosh _cosh
00040 #define coshf _coshf
00041 #define asin _asin
00042 #define asinf _asinf
00043 
00044 #define casin _casin
00045 #define casinf _casinf
00046 #define catan _catan
00047 #define catanf _catanf