IsNaN 663 base/debug/trace_event_impl.cc } else if (IsNaN(val)){ IsNaN 26 base/float_util.h inline bool IsNaN(const Float& number) { IsNaN 130 base/time/time.cc if (dt == 0 || IsNaN(dt)) IsNaN 15 content/renderer/media/websourcebuffer_impl.cc DCHECK(!base::IsNaN(time)); IsNaN 1066 third_party/protobuf/src/google/protobuf/stubs/strutil.cc } else if (IsNaN(value)) { IsNaN 1121 third_party/protobuf/src/google/protobuf/stubs/strutil.cc } else if (IsNaN(value)) { IsNaN 713 third_party/protobuf/src/google/protobuf/text_format_unittest.cc EXPECT_TRUE(IsNaN(message.repeated_double(11))); IsNaN 714 third_party/protobuf/src/google/protobuf/text_format_unittest.cc EXPECT_TRUE(IsNaN(message.repeated_double(12))); IsNaN 309 ui/events/gesture_detection/scale_gesture_detector.cc const bool has_last_accepted = !base::IsNaN(touch_history_last_accepted_); IsNaN 323 ui/events/gesture_detection/scale_gesture_detector.cc if (base::IsNaN(touch_upper_) || major > touch_upper_) { IsNaN 326 ui/events/gesture_detection/scale_gesture_detector.cc if (base::IsNaN(touch_lower_) || major < touch_lower_) {