Searched refs:ReinterpretBits (Results 1 – 9 of 9) sorted by relevance
375 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function383 return ReinterpretBits(kExponentBitMask); in Infinity()
388 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function396 return ReinterpretBits(kExponentBitMask); in Infinity()
366 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function374 return ReinterpretBits(kExponentBitMask); in Infinity()
391 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function399 return ReinterpretBits(kExponentBitMask); in Infinity()
372 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() function380 return ReinterpretBits(kExponentBitMask); in Infinity()
2478 close_to_positive_zero_ = Floating::ReinterpretBits(zero_bits + max_ulps/2); in SetUp()2479 close_to_negative_zero_ = -Floating::ReinterpretBits( in SetUp()2481 further_from_negative_zero_ = -Floating::ReinterpretBits( in SetUp()2488 close_to_one_ = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()2489 further_from_one_ = Floating::ReinterpretBits(one_bits + max_ulps + 1); in SetUp()2498 close_to_infinity_ = Floating::ReinterpretBits(infinity_bits - max_ulps); in SetUp()2499 further_from_infinity_ = Floating::ReinterpretBits( in SetUp()2503 nan1_ = Floating::ReinterpretBits(Floating::kExponentBitMask | 1); in SetUp()2504 nan2_ = Floating::ReinterpretBits(Floating::kExponentBitMask | 200); in SetUp()
2722 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp()2724 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp()2726 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp()2733 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()2734 values_.further_from_one = Floating::ReinterpretBits( in SetUp()2744 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp()2746 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp()2752 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()2754 values_.nan2 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()
2973 values_.close_to_positive_zero = Floating::ReinterpretBits( in SetUp()2975 values_.close_to_negative_zero = -Floating::ReinterpretBits( in SetUp()2977 values_.further_from_negative_zero = -Floating::ReinterpretBits( in SetUp()2984 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); in SetUp()2985 values_.further_from_one = Floating::ReinterpretBits( in SetUp()2995 values_.close_to_infinity = Floating::ReinterpretBits( in SetUp()2997 values_.further_from_infinity = Floating::ReinterpretBits( in SetUp()3003 values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()3005 values_.nan2 = Floating::ReinterpretBits(Floating::kExponentBitMask in SetUp()