OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTItype
(Results
1 - 25
of
87
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixunsddti.c
32
extern
UTItype
__bid_fixunsddti (_Decimal64);
34
UTItype
42
return ((((
UTItype
) rb[BITINT_END (0, 1)]) << 64)
45
return ((((
UTItype
) rb[BITINT_END (0, 3)]) << 96)
46
| (((
UTItype
) rb[BITINT_END (1, 2)]) << 64)
47
| (((
UTItype
) rb[BITINT_END (2, 1)]) << 32)
fixunssdti.c
32
extern
UTItype
__bid_fixunssdti (_Decimal32);
34
UTItype
42
return ((((
UTItype
) rb[BITINT_END (0, 1)]) << 64)
45
return ((((
UTItype
) rb[BITINT_END (0, 3)]) << 96)
46
| (((
UTItype
) rb[BITINT_END (1, 2)]) << 64)
47
| (((
UTItype
) rb[BITINT_END (2, 1)]) << 32)
fixunstdti.c
32
extern
UTItype
__bid_fixunstdti (_Decimal128);
34
UTItype
42
return ((((
UTItype
) rb[BITINT_END (0, 1)]) << 64)
45
return ((((
UTItype
) rb[BITINT_END (0, 3)]) << 96)
46
| (((
UTItype
) rb[BITINT_END (1, 2)]) << 64)
47
| (((
UTItype
) rb[BITINT_END (2, 1)]) << 32)
fixunsdfti.c
32
UTItype
37
UTItype
r;
fixunshfti.c
32
UTItype
37
UTItype
r;
fixunssfti.c
32
UTItype
37
UTItype
r;
fixunstfti.c
32
UTItype
37
UTItype
r;
floatuntibf.c
33
__floatuntibf (
UTItype
i)
40
FP_FROM_INT_B (A, i, TI_BITS,
UTItype
);
floatuntidf.c
33
__floatuntidf (
UTItype
i)
40
FP_FROM_INT_D (A, i, TI_BITS,
UTItype
);
floatuntihf.c
33
__floatuntihf (
UTItype
i)
40
FP_FROM_INT_H (A, i, TI_BITS,
UTItype
);
floatuntisf.c
33
__floatuntisf (
UTItype
i)
40
FP_FROM_INT_S (A, i, TI_BITS,
UTItype
);
floatuntitf.c
33
__floatuntitf (
UTItype
i)
40
FP_FROM_INT_Q (A, i, TI_BITS,
UTItype
);
fixddti.c
42
return ((((
UTItype
) rb[BITINT_END (0, 1)]) << 64)
45
return ((((
UTItype
) rb[BITINT_END (0, 3)]) << 96)
46
| (((
UTItype
) rb[BITINT_END (1, 2)]) << 64)
47
| (((
UTItype
) rb[BITINT_END (2, 1)]) << 32)
fixsdti.c
42
return ((((
UTItype
) rb[BITINT_END (0, 1)]) << 64)
45
return ((((
UTItype
) rb[BITINT_END (0, 3)]) << 96)
46
| (((
UTItype
) rb[BITINT_END (1, 2)]) << 64)
47
| (((
UTItype
) rb[BITINT_END (2, 1)]) << 32)
/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
fixunskfti-sw.c
37
UTItype
42
UTItype
r;
/src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
fixunskfti-sw.c
37
UTItype
42
UTItype
r;
/src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
fixunsdfti.c
33
UTItype
38
UTItype
r;
fixunshfti.c
32
UTItype
37
UTItype
r;
fixunssfti.c
33
UTItype
38
UTItype
r;
fixunstfti.c
33
UTItype
38
UTItype
r;
floatuntidf.c
34
__floatuntidf (
UTItype
i)
41
FP_FROM_INT_D (A, i, TI_BITS,
UTItype
);
floatuntihf.c
33
__floatuntihf (
UTItype
i)
40
FP_FROM_INT_H (A, i, TI_BITS,
UTItype
);
floatuntisf.c
34
__floatuntisf (
UTItype
i)
41
FP_FROM_INT_S (A, i, TI_BITS,
UTItype
);
floatuntitf.c
34
__floatuntitf (
UTItype
i)
41
FP_FROM_INT_Q (A, i, TI_BITS,
UTItype
);
/src/external/gpl3/gcc.old/dist/libgcc/config/spu/
divmodti4.c
24
typedef unsigned int
UTItype
__attribute__ ((mode (TI)));
28
UTItype
__udivti3 (
UTItype
u,
UTItype
v);
29
UTItype
__umodti3 (
UTItype
u,
UTItype
v);
30
UTItype
__udivmodti4 (
UTItype
u,
UTItype
v, UTItype *w)
[
all
...]
Completed in 32 milliseconds
1
2
3
4
Indexes created Sat Feb 28 05:31:39 UTC 2026