OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rslt_hi
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hppa/spmath/
mpyaccs.c
63
sign = result_hi ^ temp.
rslt_hi
;
64
result_hi += temp.
rslt_hi
+ carry;
65
if (sign >= 0 && (temp.
rslt_hi
^ result_hi) < 0) overflow = true;
mpyaccu.c
64
if ((result_hi += (unsigned)temp.
rslt_hi
+ carry) <
65
(unsigned)temp.
rslt_hi
) overflow = true;
md.h
51
int
rslt_hi
,
member in struct:mdsfu_register
56
#define result_hi result->
rslt_hi
Completed in 56 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026