Home
last modified time | relevance | path

Searched refs:int_value (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/arch/hppa/spmath/
H A Dcnv_float.h52 #define Int_isinexact_to_sgl(int_value) (int_value << (33 - SGL_EXP_LENGTH)) argument
54 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument
55 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
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h205 if (auto int_value = value_sp->GetAsInteger()) { in GetItemAtIndexAsInteger() local
206 result = static_cast<IntType>(int_value->GetValue()); in GetItemAtIndexAsInteger()
432 if (auto int_value = value_sp->GetAsInteger()) { in GetValueForKeyAsInteger() local
433 result = static_cast<IntType>(int_value->GetValue()); in GetValueForKeyAsInteger()
/openbsd-src/gnu/usr.bin/perl/ext/B/
H A DB.pm124 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
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c441 jint int_value = -1; local
614 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);
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp4380 uint32_t int_value = 0; in HandlePacket_GetProfileData() local
4381 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() local
4415 if (iss >> std::hex >> int_value) { in HandlePacket_SetEnableAsyncProfiling()
4416 scan_type = (DNBProfileDataScanType)int_value; in HandlePacket_SetEnableAsyncProfiling()
/openbsd-src/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm732 $hr->{svval} .= $sv->int_value;
/openbsd-src/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm604 $version = $version->int_value;
5582 my $str = $sv->int_value;