• Home
  • Raw
  • Download

Lines Matching refs:rj

367     UINT rj{MakeReal(j)};  in subsetTests()  local
368 u.ui = rj; in subsetTests()
370 REAL x{typename REAL::Word{std::uint64_t{rj}}}; in subsetTests()
390 ("%d AINT(0x%jx)", pass, static_cast<std::intmax_t>(rj)); in subsetTests()
392 ("%d AINT(0x%jx)", pass, static_cast<std::intmax_t>(rj)); in subsetTests()
396 MATCH(IsNaN(rj), x.IsNotANumber()) in subsetTests()
397 ("%d IsNaN(0x%jx)", pass, static_cast<std::intmax_t>(rj)); in subsetTests()
398 MATCH(IsInfinite(rj), x.IsInfinite()) in subsetTests()
399 ("%d IsInfinite(0x%jx)", pass, static_cast<std::intmax_t>(rj)); in subsetTests()
407 if (IsNaN(rj)) { in subsetTests()
410 ("%d invalid(0x%jx)", pass, static_cast<std::intmax_t>(rj)); in subsetTests()
411 } else if (IsInfinite(rj)) { in subsetTests()
413 if (IsNegative(rj)) { in subsetTests()
418 ("%d overflow(0x%jx)", pass, static_cast<std::intmax_t>(rj)); in subsetTests()
425 MATCH(rj, readBack.value.RawBits().ToUInt64()) in subsetTests()
427 static_cast<std::intmax_t>(rj), s.data(), static_cast<double>(fj)); in subsetTests()
430 static_cast<std::intmax_t>(rj), s.data(), in subsetTests()
452 ("%d 0x%jx + 0x%jx", pass, static_cast<std::intmax_t>(rj), in subsetTests()
455 ("%d 0x%jx + 0x%jx", pass, static_cast<std::intmax_t>(rj), in subsetTests()
469 ("%d 0x%jx - 0x%jx", pass, static_cast<std::intmax_t>(rj), in subsetTests()
472 ("%d 0x%jx - 0x%jx", pass, static_cast<std::intmax_t>(rj), in subsetTests()
486 ("%d 0x%jx * 0x%jx", pass, static_cast<std::intmax_t>(rj), in subsetTests()
489 ("%d 0x%jx * 0x%jx", pass, static_cast<std::intmax_t>(rj), in subsetTests()
503 ("%d 0x%jx / 0x%jx", pass, static_cast<std::intmax_t>(rj), in subsetTests()
506 ("%d 0x%jx / 0x%jx", pass, static_cast<std::intmax_t>(rj), in subsetTests()