Searched defs:CheckInteger (Results 1 – 5 of 5) sorted by relevance
34 static inline bool CheckInteger(float16_t f) { return floorf(f) == f; } in CheckInteger() function
34 static inline bool CheckInteger(float f) { return fabsf(f - (int)(f)) < 0.000001; } in CheckInteger() function
681 private static void CheckInteger(double value) in ParseMapKey() method in Google.Protobuf.JsonParser
347 int64_t CheckAndConvertUtils::CheckInteger(const std::string &arg_name, int64_t arg_value, CompareE… in CheckInteger() function in mindspore::CheckAndConvertUtils
2577 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckInteger() function