OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UBILtype
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/soft-fp/
bitint.h
36
typedef UDItype __attribute__ ((__may_alias__))
UBILtype
;
40
typedef USItype __attribute__ ((__may_alias__))
UBILtype
;
44
typedef UHItype __attribute__ ((__may_alias__))
UBILtype
;
48
typedef UQItype __attribute__ ((__may_alias__))
UBILtype
;
55
bitint_reduce_prec (const
UBILtype
**p, SItype prec)
57
UBILtype
mslimb;
67
if (mslimb & ((
UBILtype
) 1 << (((USItype) -1 - prec) % BIL_TYPE_SIZE)))
72
mslimb |= ((
UBILtype
) -1 << (((USItype) -1 - prec) % BIL_TYPE_SIZE));
73
if (mslimb == (
UBILtype
) -1)
87
while (mslimb == (
UBILtype
) -1
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/
libgcc2.h
405
typedef UWtype __attribute__((__may_alias__))
UBILtype
;
406
extern void __mulbitint3 (
UBILtype
*, SItype, const
UBILtype
*, SItype,
407
const
UBILtype
*, SItype);
408
extern void __divmodbitint4 (
UBILtype
*, SItype,
UBILtype
*, SItype,
409
const
UBILtype
*, SItype, const
UBILtype
*,
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026