Home
last modified time | relevance | path

Searched refs:targhi (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal128.c90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber() macro
114 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal128FromNumber()
120 if (dn->bits&DECNAN) targhi|=DECIMAL_NaN<<24; in decimal128FromNumber()
121 else targhi|=DECIMAL_sNaN<<24; in decimal128FromNumber()
156 msd=targhi>>14; in decimal128FromNumber()
157 targhi&=0x00003fff; in decimal128FromNumber()
163 targhi|=comb<<26; /* add combination field .. */ in decimal128FromNumber()
164 targhi|=(exp&0xfff)<<14; /* .. and exponent continuation */ in decimal128FromNumber()
167 if (dn->bits&DECNEG) targhi|=0x80000000; /* add sign bit */ in decimal128FromNumber()
175 UBFROMUI(d128->bytes+12, targhi); in decimal128FromNumber()
[all …]
H A Ddecimal64.c96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber() macro
118 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal64FromNumber()
124 if (dn->bits&DECNAN) targhi|=DECIMAL_NaN<<24; in decimal64FromNumber()
125 else targhi|=DECIMAL_sNaN<<24; in decimal64FromNumber()
168 targhi =dpd[3]>>2; in decimal64FromNumber()
169 targhi|=dpd[4]<<8; in decimal64FromNumber()
176 msd=targhi>>18; in decimal64FromNumber()
177 targhi&=0x0003ffff; in decimal64FromNumber()
184 targhi|=comb<<26; /* add combination field .. */ in decimal64FromNumber()
185 targhi|=(exp&0xff)<<18; /* .. and exponent continuation */ in decimal64FromNumber()
[all …]
/netbsd/external/gpl3/gdb.old/dist/libdecnumber/dpd/
H A Ddecimal128.c90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber() macro
114 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal128FromNumber()
120 if (dn->bits&DECNAN) targhi|=DECIMAL_NaN<<24; in decimal128FromNumber()
121 else targhi|=DECIMAL_sNaN<<24; in decimal128FromNumber()
156 msd=targhi>>14; in decimal128FromNumber()
157 targhi&=0x00003fff; in decimal128FromNumber()
163 targhi|=comb<<26; /* add combination field .. */ in decimal128FromNumber()
164 targhi|=(exp&0xfff)<<14; /* .. and exponent continuation */ in decimal128FromNumber()
167 if (dn->bits&DECNEG) targhi|=0x80000000; /* add sign bit */ in decimal128FromNumber()
175 UBFROMUI(d128->bytes+12, targhi); in decimal128FromNumber()
[all …]
H A Ddecimal64.c96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber() macro
118 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal64FromNumber()
124 if (dn->bits&DECNAN) targhi|=DECIMAL_NaN<<24; in decimal64FromNumber()
125 else targhi|=DECIMAL_sNaN<<24; in decimal64FromNumber()
168 targhi =dpd[3]>>2; in decimal64FromNumber()
169 targhi|=dpd[4]<<8; in decimal64FromNumber()
176 msd=targhi>>18; in decimal64FromNumber()
177 targhi&=0x0003ffff; in decimal64FromNumber()
184 targhi|=comb<<26; /* add combination field .. */ in decimal64FromNumber()
185 targhi|=(exp&0xff)<<18; /* .. and exponent continuation */ in decimal64FromNumber()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libdecnumber/dpd/
H A Ddecimal128.c90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber() macro
114 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal128FromNumber()
120 if (dn->bits&DECNAN) targhi|=DECIMAL_NaN<<24; in decimal128FromNumber()
121 else targhi|=DECIMAL_sNaN<<24; in decimal128FromNumber()
156 msd=targhi>>14; in decimal128FromNumber()
157 targhi&=0x00003fff; in decimal128FromNumber()
163 targhi|=comb<<26; /* add combination field .. */ in decimal128FromNumber()
164 targhi|=(exp&0xfff)<<14; /* .. and exponent continuation */ in decimal128FromNumber()
167 if (dn->bits&DECNEG) targhi|=0x80000000; /* add sign bit */ in decimal128FromNumber()
175 UBFROMUI(d128->bytes+12, targhi); in decimal128FromNumber()
[all …]
H A Ddecimal64.c96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber() macro
118 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal64FromNumber()
124 if (dn->bits&DECNAN) targhi|=DECIMAL_NaN<<24; in decimal64FromNumber()
125 else targhi|=DECIMAL_sNaN<<24; in decimal64FromNumber()
168 targhi =dpd[3]>>2; in decimal64FromNumber()
169 targhi|=dpd[4]<<8; in decimal64FromNumber()
176 msd=targhi>>18; in decimal64FromNumber()
177 targhi&=0x0003ffff; in decimal64FromNumber()
184 targhi|=comb<<26; /* add combination field .. */ in decimal64FromNumber()
185 targhi|=(exp&0xff)<<18; /* .. and exponent continuation */ in decimal64FromNumber()
[all …]
/netbsd/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal128.c90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber() macro
114 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal128FromNumber()
120 if (dn->bits&DECNAN) targhi|=DECIMAL_NaN<<24; in decimal128FromNumber()
121 else targhi|=DECIMAL_sNaN<<24; in decimal128FromNumber()
156 msd=targhi>>14; in decimal128FromNumber()
157 targhi&=0x00003fff; in decimal128FromNumber()
163 targhi|=comb<<26; /* add combination field .. */ in decimal128FromNumber()
164 targhi|=(exp&0xfff)<<14; /* .. and exponent continuation */ in decimal128FromNumber()
167 if (dn->bits&DECNEG) targhi|=0x80000000; /* add sign bit */ in decimal128FromNumber()
175 UBFROMUI(d128->bytes+12, targhi); in decimal128FromNumber()
[all …]
H A Ddecimal64.c96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber() macro
118 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal64FromNumber()
124 if (dn->bits&DECNAN) targhi|=DECIMAL_NaN<<24; in decimal64FromNumber()
125 else targhi|=DECIMAL_sNaN<<24; in decimal64FromNumber()
168 targhi =dpd[3]>>2; in decimal64FromNumber()
169 targhi|=dpd[4]<<8; in decimal64FromNumber()
176 msd=targhi>>18; in decimal64FromNumber()
177 targhi&=0x0003ffff; in decimal64FromNumber()
184 targhi|=comb<<26; /* add combination field .. */ in decimal64FromNumber()
185 targhi|=(exp&0xff)<<18; /* .. and exponent continuation */ in decimal64FromNumber()
[all …]