Home
last modified time | relevance | path

Searched defs:CheckInteger (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dpower_fp16.h34 static inline bool CheckInteger(float16_t f) { return floorf(f) == f; } in CheckInteger() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpower_fp32.h34 static inline bool CheckInteger(float f) { return fabsf(f - (int)(f)) < 0.000001; } in CheckInteger() function
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs681 private static void CheckInteger(double value) in ParseMapKey() method in Google.Protobuf.JsonParser
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc347 int64_t CheckAndConvertUtils::CheckInteger(const std::string &arg_name, int64_t arg_value, CompareE… in CheckInteger() function in mindspore::CheckAndConvertUtils
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2577 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckInteger() function