Searched refs:__isnan (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/tr1/
H A Dspecial_function_util.h110 inline bool __isnan(_Tp __x) function in namespace:tr1::__detail
116 inline bool __isnan(const _Tp __x) function in namespace:tr1::__detail
120 inline bool __isnan<float>(float __x) function in namespace:tr1::__detail
124 inline bool __isnan<long double>(long double __x) function in namespace:tr1::__detail
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/tr1/
H A Dspecial_function_util.h111 inline bool __isnan(const _Tp __x) function in namespace:tr1::__detail
119 inline bool __isnan(const _Tp __x) function in namespace:tr1::__detail
125 inline bool __isnan<float>(const float __x) function in namespace:tr1::__detail
131 inline bool __isnan<long double>(const long double __x) function in namespace:tr1::__detail
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/tr1/
H A Dspecial_function_util.h111 inline bool __isnan(const _Tp __x) function in namespace:std::tr1::__detail
119 inline bool __isnan(const _Tp __x) function in namespace:std::tr1::__detail
125 inline bool __isnan<float>(const float __x) function in namespace:std::tr1::__detail
131 inline bool __isnan<long double>(const long double __x) function in namespace:std::tr1::__detail
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/tr1/
H A Dspecial_function_util.h111 inline bool __isnan(const _Tp __x) function in namespace:std::tr1::__detail
119 inline bool __isnan(const _Tp __x) function in namespace:std::tr1::__detail
125 inline bool __isnan<float>(const float __x) function in namespace:std::tr1::__detail
131 inline bool __isnan<long double>(const long double __x) function in namespace:std::tr1::__detail
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/
H A Dmath.h278 we already have this functions `__isnan' and it is faster. */
281 (sizeof (x) == sizeof (float) ? __isnanf (x) : __isnan (x))
287 ? __isnan (x) : __isnanl (x))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/
H A Dmath.h278 we already have this functions `__isnan' and it is faster. */
281 (sizeof (x) == sizeof (float) ? __isnanf (x) : __isnan (x))
287 ? __isnan (x) : __isnanl (x))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/
H A Dmath.h278 we already have this functions `__isnan' and it is faster. */
281 (sizeof (x) == sizeof (float) ? __isnanf (x) : __isnan (x))
287 ? __isnan (x) : __isnanl (x))

Completed in 76 milliseconds