HomeSort by relevance Sort by last modified time
    Searched defs:is_nan (Results 1 - 25 of 31) 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/skqp/src/utils/
SkFloatUtils.h 99 bool is_nan() const { function in class:SkFloatingPoint
115 if (is_nan() || rhs.is_nan()) return false;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
float_comparison.h 236 bool is_nan() const { function in class:FloatingPoint
251 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/r16/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/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
hex_float.h 596 bool is_nan = local
599 !is_nan &&
610 if (is_nan) {
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 594 bool is_nan = local
597 !is_nan &&
608 if (is_nan) {
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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...]
  /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...]
  /external/python/cpython3/Lib/
_pydecimal.py 3168 def is_nan(self): member in class:Decimal
4573 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...]

Completed in 773 milliseconds

1 2