HomeSort by relevance Sort by last modified time
    Searched full:is_nan (Results 1 - 13 of 13) sorted by null

  /external/quake/quake/src/QW/client/
mathlib.h 39 #define IS_NAN(x) (((*(int *)&x)&nanmask)==nanmask)
  /external/quake/quake/src/WinQuake/
mathlib.h 39 #define IS_NAN(x) isnanf(x) // (((*(int *)&x)&nanmask)==nanmask)
sv_phys.cpp 99 if (IS_NAN(ent->u.v.velocity[i]))
104 if (IS_NAN(ent->u.v.origin[i]))
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 401 bool is_nan() const { function in class:testing::internal::FloatingPoint
416 if (is_nan() || rhs.is_nan()) return false;
  /external/gtest/include/gtest/internal/
gtest-internal.h 419 bool is_nan() const { function in class:testing::internal::FloatingPoint
434 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 414 bool is_nan() const { function in class:testing::internal::FloatingPoint
429 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
php-brief.php 82 'parse_str', 'str_pad', 'chop', 'strchr', 'sprintf', 'printf', 'vprintf', 'vsprintf', 'sscanf', 'fscanf', 'parse_url', 'urlencode', 'urldecode', 'rawurlencode', 'rawurldecode', 'readlink', 'linkinfo', 'link', 'unlink', 'exec', 'system', 'escapeshellcmd', 'escapeshellarg', 'passthru', 'shell_exec', 'proc_open', 'proc_close', 'rand', 'srand', 'getrandmax', 'mt_rand', 'mt_srand', 'mt_getrandmax', 'base64_decode', 'base64_encode', 'abs', 'ceil', 'floor', 'round', 'is_finite', 'is_nan', 'is_infinite', 'bindec', 'hexdec', 'octdec', 'decbin', 'decoct', 'dechex', 'base_convert', 'number_format', 'fmod', 'ip2long', 'long2ip', 'getenv', 'putenv', 'getopt', 'microtime', 'gettimeofday', 'getrusage', 'uniqid', 'quoted_printable_decode', 'set_time_limit', 'get_cfg_var', 'magic_quotes_runtime', 'set_magic_quotes_runtime', 'get_magic_quotes_gpc', 'get_magic_quotes_runtime',
php.php 419 'is_int','is_integer','is_link','is_long','is_nan','is_null',
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 392 bool is_nan() const { function in class:testing::internal::FloatingPoint
407 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 418 bool is_nan() const { function in class:testing::internal::FloatingPoint
433 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /external/quake/quake/src/QW/server/
sv_phys.c 99 if (IS_NAN(ent->v.velocity[i]))
104 if (IS_NAN(ent->v.origin[i]))
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]

Completed in 2068 milliseconds