Searched refs:int_value (Results 1 – 7 of 7) sorted by relevance
52 #define Int_isinexact_to_sgl(int_value) (int_value << (33 - SGL_EXP_LENGTH)) argument54 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument55 if (int_value & 1<<(SGL_EXP_LENGTH - 2)) /* round bit */ \56 if ((int_value << (34 - SGL_EXP_LENGTH)) || Slow(sgl_value)) \213 #define Int_negate(int_value) int_value = -int_value argument
205 if (auto int_value = value_sp->GetAsInteger()) { in GetItemAtIndexAsInteger() local206 result = static_cast<IntType>(int_value->GetValue()); in GetItemAtIndexAsInteger()432 if (auto int_value = value_sp->GetAsInteger()) { in GetValueForKeyAsInteger() local433 result = static_cast<IntType>(int_value->GetValue()); in GetValueForKeyAsInteger()
124 sub B::IV::int_value {130 *B::IV::as_string = *B::IV::as_string = \*B::IV::int_value;660 C<int_value> method instead?666 =item int_value
441 jint int_value = -1; local614 int_value = i;985 int_value = -1;1144 if (int_value >= 0 && prevpc >= 0)1157 int_value = -1;1161 int_value = -1;1162 type = build_java_array_type (type, int_value);
4380 uint32_t int_value = 0; in HandlePacket_GetProfileData() local4381 if (iss >> std::hex >> int_value) { in HandlePacket_GetProfileData()4382 scan_type = (DNBProfileDataScanType)int_value; in HandlePacket_GetProfileData()4414 uint32_t int_value = 0; in HandlePacket_SetEnableAsyncProfiling() local4415 if (iss >> std::hex >> int_value) { in HandlePacket_SetEnableAsyncProfiling()4416 scan_type = (DNBProfileDataScanType)int_value; in HandlePacket_SetEnableAsyncProfiling()
732 $hr->{svval} .= $sv->int_value;
604 $version = $version->int_value;5582 my $str = $sv->int_value;