Searched refs:this_value (Results 1 – 4 of 4) sorted by relevance
427 uint64_t this_value = base; in AssignPowerUInt16() local431 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()432 this_value = this_value * this_value; in AssignPowerUInt16()438 bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()440 this_value *= base; in AssignPowerUInt16()447 AssignUInt64(this_value); in AssignPowerUInt16()
871 double this_value = Number(); in SameValue() local873 bool equal = this_value == other_value; in SameValue()875 if (!equal) return std::isnan(this_value) && std::isnan(other_value); in SameValue()877 return (this_value != 0) || ((1 / this_value) == (1 / other_value)); in SameValue()892 double this_value = Number(); in SameValueZero() local895 return this_value == other_value in SameValueZero()896 || (std::isnan(this_value) && std::isnan(other_value)); in SameValueZero()
450 uint64_t this_value = base; in AssignPowerUInt16() local454 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()455 this_value = this_value * this_value; in AssignPowerUInt16()461 bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()463 this_value *= base; in AssignPowerUInt16()470 AssignUInt64(this_value); in AssignPowerUInt16()
120 std::string this_value; in AppendToHeaderBlock() local137 this_value = extra_headers[1 + (i * 2)]; in AppendToHeaderBlock()149 new_value += this_value; in AppendToHeaderBlock()152 new_value = this_value; in AppendToHeaderBlock()