OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Decimal32
(Results
1 - 25
of
106
) sorted by relevancy
1
2
3
4
5
/src/external/gpl3/gcc/dist/libdecnumber/bid/
bid-dpd.h
29
#define
_Decimal32
UINT32
34
void _bid_to_dpd32 (
_Decimal32
*,
_Decimal32
*);
35
void _dpd_to_bid32 (
_Decimal32
*,
_Decimal32
*);
host-ieee32.c
39
void __host_to_ieee_32 (
_Decimal32
in, decimal32 *out);
40
void __ieee_to_host_32 (decimal32 in,
_Decimal32
*out);
43
__host_to_ieee_32 (
_Decimal32
in, decimal32 *out)
49
__ieee_to_host_32 (decimal32 in,
_Decimal32
*out)
/src/external/gpl3/gcc.old/dist/libdecnumber/bid/
bid-dpd.h
29
#define
_Decimal32
UINT32
34
void _bid_to_dpd32 (
_Decimal32
*,
_Decimal32
*);
35
void _dpd_to_bid32 (
_Decimal32
*,
_Decimal32
*);
host-ieee32.c
39
void __host_to_ieee_32 (
_Decimal32
in, decimal32 *out);
40
void __ieee_to_host_32 (decimal32 in,
_Decimal32
*out);
43
__host_to_ieee_32 (
_Decimal32
in, decimal32 *out)
49
__ieee_to_host_32 (decimal32 in,
_Decimal32
*out)
/src/external/gpl3/gdb/dist/libdecnumber/bid/
bid-dpd.h
29
#define
_Decimal32
UINT32
34
void _bid_to_dpd32 (
_Decimal32
*,
_Decimal32
*);
35
void _dpd_to_bid32 (
_Decimal32
*,
_Decimal32
*);
host-ieee32.c
39
void __host_to_ieee_32 (
_Decimal32
in, decimal32 *out);
40
void __ieee_to_host_32 (decimal32 in,
_Decimal32
*out);
43
__host_to_ieee_32 (
_Decimal32
in, decimal32 *out)
49
__ieee_to_host_32 (decimal32 in,
_Decimal32
*out)
/src/external/gpl3/gdb.old/dist/libdecnumber/bid/
bid-dpd.h
29
#define
_Decimal32
UINT32
34
void _bid_to_dpd32 (
_Decimal32
*,
_Decimal32
*);
35
void _dpd_to_bid32 (
_Decimal32
*,
_Decimal32
*);
host-ieee32.c
39
void __host_to_ieee_32 (
_Decimal32
in, decimal32 *out);
40
void __ieee_to_host_32 (decimal32 in,
_Decimal32
*out);
43
__host_to_ieee_32 (
_Decimal32
in, decimal32 *out)
49
__ieee_to_host_32 (decimal32 in,
_Decimal32
*out)
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h
166
extern
_Decimal32
__bid_addsd3 (
_Decimal32
,
_Decimal32
);
167
extern
_Decimal32
__bid_subsd3 (
_Decimal32
,
_Decimal32
);
172
extern
_Decimal32
__bid_truncddsd2 (_Decimal64);
185
extern
_Decimal32
__bid_truncdfsd (DFtype);
188
extern
_Decimal32
__bid_floatdisd (DItype);
191
extern
_Decimal32
__bid_divsd3 (_Decimal32, _Decimal32)
[
all
...]
_addsub_sd.c
28
_Decimal32
29
__bid_addsd3 (
_Decimal32
x,
_Decimal32
y) {
42
_Decimal32
43
__bid_subsd3 (
_Decimal32
x,
_Decimal32
y) {
_div_sd.c
28
_Decimal32
29
__bid_divsd3 (
_Decimal32
x,
_Decimal32
y) {
_mul_sd.c
28
_Decimal32
29
__bid_mulsd3 (
_Decimal32
x,
_Decimal32
y) {
_df_to_sd.c
28
_Decimal32
_sf_to_sd.c
28
_Decimal32
_xf_to_sd.c
29
_Decimal32
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h
148
extern
_Decimal32
__bid_addsd3 (
_Decimal32
,
_Decimal32
);
149
extern
_Decimal32
__bid_subsd3 (
_Decimal32
,
_Decimal32
);
154
extern
_Decimal32
__bid_truncddsd2 (_Decimal64);
167
extern
_Decimal32
__bid_truncdfsd (DFtype);
170
extern
_Decimal32
__bid_floatdisd (DItype);
173
extern
_Decimal32
__bid_divsd3 (_Decimal32, _Decimal32)
[
all
...]
_addsub_sd.c
28
_Decimal32
29
__bid_addsd3 (
_Decimal32
x,
_Decimal32
y) {
42
_Decimal32
43
__bid_subsd3 (
_Decimal32
x,
_Decimal32
y) {
_div_sd.c
28
_Decimal32
29
__bid_divsd3 (
_Decimal32
x,
_Decimal32
y) {
_mul_sd.c
28
_Decimal32
29
__bid_mulsd3 (
_Decimal32
x,
_Decimal32
y) {
_df_to_sd.c
28
_Decimal32
_sf_to_sd.c
28
_Decimal32
_xf_to_sd.c
28
_Decimal32
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
dfp-test.c
39
_Decimal32
dec32_val1 = 3.14159df;
40
_Decimal32
dec32_val2 = -2.3765df;
41
_Decimal32
dec32_val3 = 0.2df;
42
_Decimal32
dec32_val4 = 1.2df;
43
_Decimal32
dec32_val5 = 2.2df;
44
_Decimal32
dec32_val6 = 3.2df;
45
_Decimal32
dec32_val7 = 4.2df;
46
_Decimal32
dec32_val8 = 5.2df;
47
_Decimal32
dec32_val9 = 6.2df;
48
_Decimal32
dec32_val10 = 7.2df
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dfp-test.c
39
_Decimal32
dec32_val1 = 3.14159df;
40
_Decimal32
dec32_val2 = -2.3765df;
41
_Decimal32
dec32_val3 = 0.2df;
42
_Decimal32
dec32_val4 = 1.2df;
43
_Decimal32
dec32_val5 = 2.2df;
44
_Decimal32
dec32_val6 = 3.2df;
45
_Decimal32
dec32_val7 = 4.2df;
46
_Decimal32
dec32_val8 = 5.2df;
47
_Decimal32
dec32_val9 = 6.2df;
48
_Decimal32
dec32_val10 = 7.2df
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixsdti.c
2
Convert
_Decimal32
to 128bit signed integer.
31
extern void __bid_fixsdbitint (UBILtype *, SItype,
_Decimal32
);
32
extern TItype __bid_fixsdti (
_Decimal32
);
35
__bid_fixsdti (
_Decimal32
a)
Completed in 27 milliseconds
1
2
3
4
5
Indexes created Wed Apr 15 00:22:22 UTC 2026