Home
last modified time | relevance | path

Searched refs:IsNan (Results 1 – 25 of 41) sorted by relevance

12

/external/protobuf/src/google/protobuf/stubs/
Dmathutil.h44 bool IsNan(T value) { in IsNan() function
48 inline bool IsNan(float value) { in IsNan() function
56 inline bool IsNan(double value) { in IsNan() function
83 if (value == T(0) || ::google::protobuf::internal::IsNan<T>(value)) { in Sign()
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_IsNan.pbtxt2 graph_op_name: "IsNan"
4 name: "math.IsNan"
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_comparison.cc216 float IsNan(NativeT value) { in IsNan() function
221 float IsNan(half value) { in IsNan() function
222 return IsNan<float>(static_cast<float>(value)); in IsNan()
378 } else if (IsNan(expected) || IsNan(actual)) { in CompareValues()
379 if ((!error_.relaxed_nans && IsNan(expected) != IsNan(actual)) || in CompareValues()
380 (error_.relaxed_nans && !IsNan(expected) && IsNan(actual))) { in CompareValues()
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.isfinite.frag.out244 18: 8(bool) IsNan 17
249 23: 8(bool) IsNan 22
267 44: 8(bool) IsNan 43
277 58: 57(bvec2) IsNan 56
287 72: 71(bvec3) IsNan 70
Dspv.400.frag.out872 549: 428(bool) IsNan 548
875 551: 437(bvec2) IsNan 550
878 553: 446(bvec3) IsNan 552
881 555: 455(bvec4) IsNan 554
Dspv.Operations.frag.out430 307: 178(bool) IsNan 306
Dspv.float64.frag.out610 358: 107(bool) IsNan 357
Dspv.float16.frag.out645 355: 109(bool) IsNan 354
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunary_ops.cc69 XLAJIT_MAKE_UNARY(IsNan, xla::IsNan(x));
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_IsNan.pbtxt2 graph_op_name: "IsNan"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_IsNan.pbtxt2 graph_op_name: "IsNan"
/external/spirv-llvm/test/SPIRV/transcoding/
Drelationals.ll23 ; CHECK-SPIRV: 4 IsNan [[BoolTypeID]]
29 ; CHECK-SPIRV: 4 IsNan [[BoolVectorTypeID]]
Drelationals_half.ll23 ; CHECK-SPIRV: 4 IsNan [[BoolTypeID]]
29 ; CHECK-SPIRV: 4 IsNan [[BoolVectorTypeID]]
/external/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h157 bool IsNan() const { in IsNan() function
335 bool IsNan() const { in IsNan() function
Ddouble-conversion.cpp81 if (double_inspect.IsNan()) {
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.h29 XlaOp IsNan(XlaOp operand);
Dmath_test.cc77 Tuple(&b, {IsFinite(x), IsInf(x), IsPosInf(x), IsNegInf(x), IsNan(x)}); in TestIsInfOrNan()
197 {IsNan, "is_nan"}, in XLA_TEST_F()
Dmath.cc97 XlaOp IsNan(XlaOp operand) { in IsNan() function
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h168 const static char IsNan[] = "isnan"; variable
546 _SPIRV_OP(isnan, IsNan) in init()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCodeEnum.h145 _SPIRV_OP(IsNan, 156)
/external/deqp-deps/glslang/glslang/MachineIndependent/
DintermOut.cpp63 bool IsNan(double x) { in IsNan() function
1134 } else if (IsNan(value)) in OutputDouble()
/external/swiftshader/src/Pipeline/
DShaderCore.cpp1202 dst.x = As<Float4>(IsNan(src.x)); in isnan()
1203 dst.y = As<Float4>(IsNan(src.y)); in isnan()
1204 dst.z = As<Float4>(IsNan(src.z)); in isnan()
1205 dst.w = As<Float4>(IsNan(src.w)); in isnan()
/external/swiftshader/src/Shader/
DShaderCore.cpp1202 dst.x = As<Float4>(IsNan(src.x)); in isnan()
1203 dst.y = As<Float4>(IsNan(src.y)); in isnan()
1204 dst.z = As<Float4>(IsNan(src.z)); in isnan()
1205 dst.w = As<Float4>(IsNan(src.w)); in isnan()
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dcpu_supported_ops.md113 `IsNan` | `T={double,float}`
Dgpu_supported_ops.md113 `IsNan` | `T={double,float}`

12