OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mantissalo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixtdbitint.c
40
UDItype mantissahi,
mantissalo
, t;
local
50
mantissalo
= u.u[__FLOAT_WORD_ORDER__ == __ORDER_BIG_ENDIAN__];
59
&&
mantissalo
> (UDItype) 0x378d8e63ffffffff))
62
mantissalo
= 0;
68
mantissalo
= 0;
93
if (mantissahi == 0 &&
mantissalo
== 0)
110
limbs[BITINT_END (1, 0)] =
mantissalo
;
114
limbs[BITINT_END (2, 1)] =
mantissalo
>> 32;
115
limbs[BITINT_END (3, 0)] =
mantissalo
;
126
mantissalo
= limbs[BITINT_END (5, 4)]
[
all
...]
floatbitinttd.c
41
UDItype mantissahi,
mantissalo
;
local
196
mantissalo
= buf[q_limbs + pow10_limbs * 2 + 1 + BITINT_END (1, 0)];
202
mantissalo
212
mantissalo
= buf[BITINT_END (1, 0)];
216
mantissalo
= ((UDItype) buf[BITINT_END (2, 1)] << 32
226
mantissalo
= msb;
230
mantissalo
= i[BITINT_END (1, 0)];
236
mantissalo
= iprec < 0 ? (UDItype) (BILtype) msb : (UDItype) msb;
238
mantissalo
= (UDItype) msb << 32 | i[BITINT_END (1, 0)];
246
mantissalo
= ((UDItype) i[BITINT_END (in - 2, 1)] << 3
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026