Searched defs:IsNegativeZero (Results 1 – 1 of 1) sorted by relevance
285 static bool IsNegativeZero(T value) { in IsNegativeZero() function291 static bool IsNegativeZero(T value) { in IsNegativeZero() function296 static bool IsNegativeZero(std::complex<T> value) { in IsNegativeZero() function300 static bool IsNegativeZero(Eigen::QUInt8 value) { return false; } in IsNegativeZero() function301 static bool IsNegativeZero(Eigen::QInt8 value) { return false; } in IsNegativeZero() function302 static bool IsNegativeZero(Eigen::QUInt16 value) { return false; } in IsNegativeZero() function303 static bool IsNegativeZero(Eigen::QInt16 value) { return false; } in IsNegativeZero() function304 static bool IsNegativeZero(Eigen::QInt32 value) { return false; } in IsNegativeZero() function305 static bool IsNegativeZero(Eigen::half value) { in IsNegativeZero() function308 static bool IsNegativeZero(tensorflow::bfloat16 value) { in IsNegativeZero() function