Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dpower_fp32.h30 static inline bool CheckInteger(float f) { return fabsf(f - (int)(f)) < 0.000001; } in CheckInteger() function
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs674 private static void CheckInteger(double value) in ParseMapKey() method in Google.Protobuf.JsonParser
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcheck_convert_utils.cc596 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