OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_hi
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libm/ld80/
s_exp2l.c
273
long double
t_hi
= tbl[i0];
local in function:exp2l
275
r = t_lo + (
t_hi
+ t_lo) * z * (P1.extu_ld + z * (P2 + z * (P3 + z * (P4
276
+ z * (P5 + z * P6))))) +
t_hi
;
/src/sys/arch/hpcmips/tx/
tx39clock.c
70
uint32_t
t_hi
;
member in struct:txtime
215
t->
t_hi
= TX39_TIMERRTCHI(reghi);
302
mytime = ((uint64_t)t.
t_hi
<< 32) | (uint64_t)t.t_lo;
305
t.
t_hi
= (uint32_t)((mytime >> 32) & TX39_TIMERALARMHI_MASK);
308
tx_conf_write(tc, TX39_TIMERALARMHI_REG, t.
t_hi
);
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025