HomeSort by relevance Sort by last modified time
    Searched full:__isnanf (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/llvm/test/Object/Inputs/
IsNAN.o 
GNU.a 87   %6IsNAN.cpp_ZN4llvm5IsNANEf__isnanf_ZN4llvm5IsNANEd__isnan ' ?? (…)
MacOSX.a 84   %6IsNAN.cpp_ZN4llvm5IsNANEf__isnanf_ZN4llvm5IsNANEd__isnan ' ?? (…)
SVR4.a 89   %6IsNAN.cpp_ZN4llvm5IsNANEf__isnanf_ZN4llvm5IsNANEd__isnan ' ?? (…)
xpg4.a 89   %6IsNAN.cpp_ZN4llvm5IsNANEf__isnanf_ZN4llvm5IsNANEd__isnan ' ?? (…)
  /bionic/libc/bionic/
fpclassify.cpp 58 extern "C" int __isnanf(float f) { function
61 __strong_alias(isnanf, __isnanf);
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
isnanf_ieee754.c 55 __isnanf(float x) function
  /external/llvm/test/Object/
nm-archive.test 70 THIN: U __isnanf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 260 (sizeof (x) == sizeof (float) ? __isnanf (x) : __isnan (x))
264 ? __isnanf (x) \
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 107 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 107 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 107 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 107 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /bionic/tests/
math_test.cpp 323 extern "C" int __isnanf(float);
333 TEST(MATH_TEST, __isnanf) {
334 ASSERT_FALSE(__isnanf(123.0f));
335 ASSERT_TRUE(__isnanf(nanf("")));
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 337 int __isnanf(float);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 109 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 86 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 86 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 86 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 86 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 86 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 86 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 86 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 109 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 86 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); }

Completed in 1025 milliseconds

1 2 3 4 5