OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quotient_bit
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
softdivide.c
88
uint32_t
quotient_bit
= max_qbit >> shift;
local
92
quotient_bit
>>= too_big;
94
quotient |=
quotient_bit
;
144
uint64_t
quotient_bit
= max_qbit >> shift;
local
148
quotient_bit
>>= too_big;
150
quotient |=
quotient_bit
;
Completed in 61 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026