Searched defs:IsNan (Results 1 – 11 of 11) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/ |
D | mathutil.h | 54 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/ |
D | float_status_impl.cu | 21 __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/ |
D | ieee.h | 146 bool IsNan() const { in IsNan() function 332 bool IsNan() const { in IsNan() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-ieee.h | 160 bool IsNan() const { in IsNan() function 346 bool IsNan() const { in IsNan() function
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-ieee.h | 160 bool IsNan() const { in IsNan() function 346 bool IsNan() const { in IsNan() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-ieee.h | 160 bool IsNan() const { in IsNan() function 346 bool IsNan() const { in IsNan() function
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-ieee.h | 157 bool IsNan() const { in IsNan() function 335 bool IsNan() const { in IsNan() function
|
/third_party/glslang/glslang/MachineIndependent/ |
D | intermOut.cpp | 67 bool IsNan(double x) { in IsNan() function
|
/third_party/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 2240 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/ |
D | math_ops.py | 3936 class IsNan(PrimitiveWithInfer): class
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Reactor.cpp | 4295 RValue<Int4> IsNan(RValue<Float4> x) in IsNan() function
|