|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <math.h>
#include <stl/_cstdlib.h>
Go to the source code of this file.
Defines |
| #define | _STLP_CMATH_FUNC_NAMESPACE |
| #define | _STLP_MATH_INLINE(float_type, func, cfunc) inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); } |
| #define | _STLP_MATH_INLINE2(float_type, type, func, cfunc) inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); } |
| #define | _STLP_MATH_INLINE_D(float_type, func, cfunc) |
| #define | _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) |
| #define | _STLP_MATH_INLINEX(__type, func, cfunc) |
| #define | _STLP_MATH_INLINE2X(__type1, __type2, func, cfunc) |
| #define | _STLP_MATH_INLINE2PX(__type, func, cfunc) |
| #define | _STLP_MATH_INLINE2XX(__type, func, cfunc) |
| #define | _STLP_DEF_MATH_INLINE(func, cf) |
| #define | _STLP_DEF_MATH_INLINE2(func, cf) |
| #define | _STLP_DEF_MATH_INLINE2P(func, cf) |
| #define | _STLP_DEF_MATH_INLINE2PI(func, cf) |
| #define | _STLP_DEF_MATH_INLINE2I(func, cf) |
Functions |
| double | abs (double __x) |
| float | pow (float __x, int __y) |
| double | pow (double __x, int __y) |
| long double | pow (long double __x, int __y) |
Generated on Sat May 26 2012 05:27:20 for ReactOS by
1.7.6.1
|