Home
last modified time | relevance | path

Searched defs:int_value (Results 1 – 5 of 5) sorted by relevance

/openbsd/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
213 #define Int_negate(int_value) int_value = -int_value argument
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h205 if (auto int_value = value_sp->GetAsInteger()) { in GetItemAtIndexAsInteger() local
432 if (auto int_value = value_sp->GetAsInteger()) { in GetValueForKeyAsInteger() local
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c441 jint int_value = -1; local
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp4380 uint32_t int_value = 0; in HandlePacket_GetProfileData() local
4414 uint32_t int_value = 0; in HandlePacket_SetEnableAsyncProfiling() local
/openbsd/gnu/usr.bin/perl/
H A Dlocale.c6531 int int_value = (int) PTR2UV(nl_langinfo(item)); in S_langinfo_sv_i() local