HomeSort by relevance Sort by last modified time
    Searched defs:is_nan (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/src/utils/
SkFloatUtils.h 99 bool is_nan() const { function in class:SkFloatingPoint
115 if (is_nan() || rhs.is_nan()) return false;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 153 LLVMValueRef infcheck_src, is_inf, is_nan; local
163 is_nan = lp_build_compare(gallivm, i32_type, PIPE_FUNC_GREATER,
167 is_nan_or_inf = lp_build_or(&i32_bld, is_nan, is_inf);
172 lp_build_and(&i32_bld, is_nan, i32_qnanbit));
  /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/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 398 bool is_nan() const { function in class:testing::internal::FloatingPoint
413 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 346 bool is_nan() const { function in class:testing::internal::FloatingPoint
361 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 346 bool is_nan() const { function in class:testing::internal::FloatingPoint
361 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 427 bool is_nan() const { function in class:testing::internal::FloatingPoint
442 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 316 bool is_nan() const { function in class:testing::internal::FloatingPoint
331 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /external/swiftshader/third_party/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/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 346 bool is_nan() const { function in class:testing::internal::FloatingPoint
361 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 316 bool is_nan() const { function in class:testing::internal::FloatingPoint
331 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 312 bool is_nan() const { function in class:testing::internal::FloatingPoint
327 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 312 bool is_nan() const { function in class:testing::internal::FloatingPoint
327 if (is_nan() || rhs.is_nan()) return false;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 605 bool is_nan = local
608 !is_nan &&
619 if (is_nan) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 2999 def is_nan(self): member in class:Decimal
4332 def is_nan(self, a): member in class:Context
    [all...]
  /external/python/cpython2/Lib/
decimal.py 3025 def is_nan(self): member in class:Decimal
4360 def is_nan(self, a): member in class:Context
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 3027 def is_nan(self): member in class:Decimal
4360 def is_nan(self, a): member in class:Context
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 3027 def is_nan(self): member in class:Decimal
4360 def is_nan(self, a): member in class:Context
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 3027 def is_nan(self): member in class:Decimal
4360 def is_nan(self, a): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 3027 def is_nan(self): member in class:Decimal
4360 def is_nan(self, a): member in class:Context
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 4412 Label lost_precision, is_nan, minus_zero, done; local
4438 Label lost_precision, is_nan, minus_zero, done; local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 3859 Label is_nan; local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 4687 Label lost_precision, is_nan, minus_zero, done; local
4714 Label lost_precision, is_nan, minus_zero, done; local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 4814 Label lost_precision, is_nan, minus_zero, done; local
4838 Label lost_precision, is_nan, minus_zero, done; local
    [all...]
  /external/fmtlib/test/gtest/
gtest.h 7276 bool is_nan() const { function in class:testing::internal::FloatingPoint
    [all...]

Completed in 1548 milliseconds

1 2