Searched refs:signed_value (Results 1 – 9 of 9) sorted by relevance
46 auto signed_value = computation->AddInstruction( in BitcastConvertFloatingPointToIntegral() local57 compare_shape, signed_value, zero, ComparisonDirection::kLt)); in BitcastConvertFloatingPointToIntegral()60 is_negative, flipped_value, signed_value)); in BitcastConvertFloatingPointToIntegral()
329 long long signed_value = 0; in TestLength() local335 signed_value = static_cast<int>(value); in TestLength()338 signed_value = static_cast<unsigned>(value); in TestLength()342 signed_value = static_cast<long long>(value); in TestLength()346 signed_value = static_cast<typename make_signed<T>::type>(value); in TestLength()350 os << signed_value; in TestLength()
4342 signed_value; in ReadBlobLSBSignedLong() member4346 return(quantum.signed_value); in ReadBlobLSBSignedLong()4428 signed_value; in ReadBlobLSBSignedShort() member4432 return(quantum.signed_value); in ReadBlobLSBSignedShort()4618 signed_value; in ReadBlobMSBSignedLong() member4622 return(quantum.signed_value); in ReadBlobMSBSignedLong()4656 signed_value; in ReadBlobMSBSignedShort() member4660 return(quantum.signed_value); in ReadBlobMSBSignedShort()4694 signed_value; in ReadBlobSignedLong() member4698 return(quantum.signed_value); in ReadBlobSignedLong()[all …]
2027 signed_value; in ReadProfileShort() member2038 return(quantum.signed_value); in ReadProfileShort()2043 return(quantum.signed_value); in ReadProfileShort()2055 signed_value; in ReadProfileLong() member2068 return(quantum.signed_value); in ReadProfileLong()2075 return(quantum.signed_value); in ReadProfileLong()
510 signed_value; in ReadPropertyMSBLong() member538 return(quantum.signed_value); in ReadPropertyMSBLong()550 signed_value; in ReadPropertyMSBShort() member576 return(quantum.signed_value); in ReadPropertyMSBShort()741 signed_value; in ReadPropertySignedLong() member754 return(quantum.signed_value); in ReadPropertySignedLong()761 return(quantum.signed_value); in ReadPropertySignedLong()794 signed_value; in ReadPropertySignedShort() member805 return(quantum.signed_value); in ReadPropertySignedShort()810 return(quantum.signed_value); in ReadPropertySignedShort()
2094 uint64_t signed_value = value->value.uint64; in SetRegisterValue() local2098 … signed_value = (uint64_t) ptrauth_strip((void*) signed_value, ptrauth_key_function_pointer); in SetRegisterValue()2099 …signed_value = (uint64_t) ptrauth_sign_unauthenticated((void*) signed_value, ptrauth_key_function_… in SetRegisterValue()2102 arm_thread_state64_set_pc_fptr (m_state.context.gpr, (void*) signed_value); in SetRegisterValue()2104 arm_thread_state64_set_lr_fptr (m_state.context.gpr, (void*) signed_value); in SetRegisterValue()
274 signed_value = b'signed-content'276 return_value=signed_value)
43 // Crash if signed_value is out of range for buff_size.44 size_t buff_size = checked_cast<size_t>(signed_value);
2823 signed_value; in ReadDCMSignedShort() member2827 return(quantum.signed_value); in ReadDCMSignedShort()