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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
special_function_util.h 110 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
special_function_util.h 110 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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
special_function_util.h 110 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
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
special_function_util.h 110 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
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
special_function_util.h 110 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
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
special_function_util.h 110 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
  /bionic/libc/bionic/
fpclassify.cpp 37 extern "C" int __isnan(double);
84 int __isnan(double d) { function
87 __strong_alias(isnan, __isnan);
162 __strong_alias(__isnanl, __isnan);
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 83 #ifdef __isnan
84 #define isnan(__x) __isnan(__x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 256 we already have this functions `__isnan' and it is faster. */
259 (sizeof (x) == sizeof (float) ? __isnanf (x) : __isnan (x))
265 ? __isnan (x) : __isnanl (x))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 257 we already have this functions `__isnan' and it is faster. */
260 (sizeof (x) == sizeof (float) ? __isnanf (x) : __isnan (x))
266 ? __isnan (x) : __isnanl (x))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 231 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 232 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 232 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 520 extern int __cdecl __isnan (double);
525 __CRT_INLINE int __cdecl __isnan (double _x) function
578 __isnan(_x);
594 __isnan(x), \
601 __dfp_expansion(__isnan,(__builtin_trap(),x),x))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 110 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); }

Completed in 5096 milliseconds

1 2