Lines Matching defs:nan
1413 // NaN, +0, and -0 should return the false object
1421 // Detect NaN for IEEE double precision floating point.
11432 // NaN and less than zero clamp to zero.
11541 // Clamp undefined to NaN (default). All other types have been
11561 // Clamp undefined to NaN (default). All other types have been
12870 // Since the stamp is not NaN, the value is also not NaN.
12951 HeapNumber* nan = GetIsolate()->heap()->nan_value();
12952 set_cache_stamp(nan, SKIP_WRITE_BARRIER);
12953 set_year(nan, SKIP_WRITE_BARRIER);
12954 set_month(nan, SKIP_WRITE_BARRIER);
12955 set_day(nan, SKIP_WRITE_BARRIER);
12956 set_hour(nan, SKIP_WRITE_BARRIER);
12957 set_min(nan, SKIP_WRITE_BARRIER);
12958 set_sec(nan, SKIP_WRITE_BARRIER);
12959 set_weekday(nan, SKIP_WRITE_BARRIER);