HomeSort by relevance Sort by last modified time
    Searched refs:isnan (Results 226 - 250 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 514 /* Define to 1 if you have the `isnan' function. */
1283 # define isnan macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 514 /* Define to 1 if you have the `isnan' function. */
1283 # define isnan macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 514 /* Define to 1 if you have the `isnan' function. */
1283 # define isnan macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 514 /* Define to 1 if you have the `isnan' function. */
1283 # define isnan macro
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 451 if (isnan(SRC))
452 return isnan(RES);
459 return isnan(RES);
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c 451 if (isnan(SRC))
452 return isnan(RES);
459 return isnan(RES);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.cpp 140 if (std::isnan(duration))
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 116 #define isnan(x) _isnan((double)(x)) macro
  /external/chromium_org/v8/src/
conversions-inl.h 89 if (std::isnan(x)) return 0;
platform-cygwin.cc 59 if (std::isnan(time)) return "";
platform-macos.cc 235 if (std::isnan(time)) return "";
platform-openbsd.cc 68 if (std::isnan(time)) return "";
platform-solaris.cc 88 if (std::isnan(time)) return "";
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 116 #define isnan(x) _isnan((double)(x)) macro
  /external/v8/src/
code-stubs.cc 410 return value != 0 && !isnan(value);
conversions-inl.h 84 if (isnan(x)) return 0;
platform-posix.cc 197 if (isnan(time)) return nan_value();
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 36 if (isnan(normalizer_) || __isinff(normalizer_))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 514 /* Define to 1 if you have the `isnan' function. */
1283 # define isnan macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 632 /* Define to 1 if you have the `isnan' function. */
1421 # define isnan macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 632 /* Define to 1 if you have the `isnan' function. */
1421 # define isnan macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 632 /* Define to 1 if you have the `isnan' function. */
1421 # define isnan macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 632 /* Define to 1 if you have the `isnan' function. */
1421 # define isnan macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 632 /* Define to 1 if you have the `isnan' function. */
1421 # define isnan macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 632 /* Define to 1 if you have the `isnan' function. */
1421 # define isnan macro
    [all...]

Completed in 757 milliseconds

1 2 3 4 5 6 7 8 91011>>