Home
last modified time | relevance | path

Searched defs:IsNan (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dmathutil.h54 bool IsNan(T val) { in IsNan() function
60 bool IsNan(T val) { in IsNan() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dfloat_status_impl.cu21 __global__ void IsNan(const size_t size, const T* input, bool* out) { in IsNan() function
32 __global__ void IsNan(const size_t size, const half* input, bool* out) { in IsNan() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h146 bool IsNan() const { in IsNan() function
332 bool IsNan() const { in IsNan() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h160 bool IsNan() const { in IsNan() function
346 bool IsNan() const { in IsNan() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h160 bool IsNan() const { in IsNan() function
346 bool IsNan() const { in IsNan() function
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h160 bool IsNan() const { in IsNan() function
346 bool IsNan() const { in IsNan() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h157 bool IsNan() const { in IsNan() function
335 bool IsNan() const { in IsNan() function
/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp67 bool IsNan(double x) { in IsNan() function
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc2240 TEST(IsNan, FloatMatchesNan) { in TEST() argument
2262 TEST(IsNan, DoubleMatchesNan) { in TEST() argument
2284 TEST(IsNan, LongDoubleMatchesNan) { in TEST() argument
2306 TEST(IsNan, NotMatchesNan) { in TEST() argument
2324 TEST(IsNan, CanDescribeSelf) { in TEST() argument
2336 TEST(IsNan, CanDescribeSelfWithNot) { in TEST() argument
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py3936 class IsNan(PrimitiveWithInfer): class
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp4295 RValue<Int4> IsNan(RValue<Float4> x) in IsNan() function