HomeSort by relevance Sort by last modified time
    Searched refs:__isnan (Results 1 - 14 of 14) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
special_function_util.h 111 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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
special_function_util.h 111 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
special_function_util.h 111 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
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 111 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
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 111 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
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 111 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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 111 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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 252 we already have this functions `__isnan' and it is faster. */
255 (sizeof (x) == sizeof (float) ? __isnanf (x) : __isnan (x))
261 ? __isnan (x) : __isnanl (x))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 252 we already have this functions `__isnan' and it is faster. */
255 (sizeof (x) == sizeof (float) ? __isnanf (x) : __isnan (x))
261 ? __isnan (x) : __isnanl (x))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 252 we already have this functions `__isnan' and it is faster. */
255 (sizeof (x) == sizeof (float) ? __isnanf (x) : __isnan (x))
261 ? __isnan (x) : __isnanl (x))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 231 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 231 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 231 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /external/v8/test/mjsunit/tools/
tickprocessor.js 101 '0002a5f0 0000002d T __isnan',
115 ['__isnan', 0x0002a5f0, 0x0002a5f0 + 0x2d],

Completed in 232 milliseconds