Home
last modified time | relevance | path

Searched refs:targar (Results 1 – 25 of 78) sorted by last modified time

1234

/dports/emulators/qemu/qemu-6.2.0/libdecnumber/dpd/
H A Ddecimal128.c91 uInt targar[4]={0,0,0,0}; /* target 128-bit */ in decimal128FromNumber() local
92 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber()
93 #define targmh targar[2] /* name the words */ in decimal128FromNumber()
94 #define targml targar[1] /* .. */ in decimal128FromNumber()
95 #define targlo targar[0] /* .. */ in decimal128FromNumber()
120 decDigitsToDPD(dn, targar, 0); in decimal128FromNumber()
156 decDigitsToDPD(dn, targar, pad); in decimal128FromNumber()
H A Ddecimal64.c97 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber() local
98 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber()
99 #define targlo targar[0] /* and the other */ in decimal64FromNumber()
124 decDigitsToDPD(dn, targar, 0); in decimal64FromNumber()
176 decDigitsToDPD(dn, targar, pad); in decimal64FromNumber()
195 pu[0]=targar[0]; /* directly store the low int */ in decimal64FromNumber()
196 pu[1]=targar[1]; /* then the high int */ in decimal64FromNumber()
199 pu[0]=targar[1]; /* directly store the high int */ in decimal64FromNumber()
200 pu[1]=targar[0]; /* then the low int */ in decimal64FromNumber()
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dca_CAVA-CatalanValencian.dic189498 targarí/_G
189499 targarí/_H
H A Dca_ES-Catalan.dic189125 targarí/_G
189126 targarí/_H
/dports/lang/gcc12-devel/gcc-12-20211205/libdecnumber/dpd/
H A Ddecimal128.c89 uInt targar[4]={0,0,0,0}; /* target 128-bit */ in decimal128FromNumber() local
90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber()
91 #define targmh targar[2] /* name the words */ in decimal128FromNumber()
92 #define targml targar[1] /* .. */ in decimal128FromNumber()
93 #define targlo targar[0] /* .. */ in decimal128FromNumber()
118 decDigitsToDPD(dn, targar, 0); in decimal128FromNumber()
154 decDigitsToDPD(dn, targar, pad); in decimal128FromNumber()
H A Ddecimal64.c95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber() local
96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber()
97 #define targlo targar[0] /* and the other */ in decimal64FromNumber()
122 decDigitsToDPD(dn, targar, 0); in decimal64FromNumber()
174 decDigitsToDPD(dn, targar, pad); in decimal64FromNumber()
193 UBFROMUI(d64->bytes, targar[0]); in decimal64FromNumber()
194 UBFROMUI(d64->bytes+4, targar[1]); in decimal64FromNumber()
198 UBFROMUI(d64->bytes, targar[1]); in decimal64FromNumber()
199 UBFROMUI(d64->bytes+4, targar[0]); in decimal64FromNumber()
/dports/www/dooble/dooble-2021.12.05/Dictionaries/ca/
H A Dca.dic120853 targarí/_G
120854 targarí/_H
H A Dca-valencia.dic120949 targarí/_G
120950 targarí/_H
/dports/www/dooble/dooble-2021.12.05/Dictionaries/oc_FR/
H A Doc_FR.dic52870 targar/gh
/dports/lang/gcc11-devel/gcc-11-20211009/libdecnumber/dpd/
H A Ddecimal128.c89 uInt targar[4]={0,0,0,0}; /* target 128-bit */ in decimal128FromNumber() local
90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber()
91 #define targmh targar[2] /* name the words */ in decimal128FromNumber()
92 #define targml targar[1] /* .. */ in decimal128FromNumber()
93 #define targlo targar[0] /* .. */ in decimal128FromNumber()
118 decDigitsToDPD(dn, targar, 0); in decimal128FromNumber()
154 decDigitsToDPD(dn, targar, pad); in decimal128FromNumber()
H A Ddecimal64.c95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber() local
96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber()
97 #define targlo targar[0] /* and the other */ in decimal64FromNumber()
122 decDigitsToDPD(dn, targar, 0); in decimal64FromNumber()
174 decDigitsToDPD(dn, targar, pad); in decimal64FromNumber()
193 UBFROMUI(d64->bytes, targar[0]); in decimal64FromNumber()
194 UBFROMUI(d64->bytes+4, targar[1]); in decimal64FromNumber()
198 UBFROMUI(d64->bytes, targar[1]); in decimal64FromNumber()
199 UBFROMUI(d64->bytes+4, targar[0]); in decimal64FromNumber()
/dports/lang/gcc10-devel/gcc-10-20211008/libdecnumber/dpd/
H A Ddecimal64.c95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber() local
96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber()
97 #define targlo targar[0] /* and the other */ in decimal64FromNumber()
122 decDigitsToDPD(dn, targar, 0); in decimal64FromNumber()
174 decDigitsToDPD(dn, targar, pad); in decimal64FromNumber()
193 UBFROMUI(d64->bytes, targar[0]); in decimal64FromNumber()
194 UBFROMUI(d64->bytes+4, targar[1]); in decimal64FromNumber()
198 UBFROMUI(d64->bytes, targar[1]); in decimal64FromNumber()
199 UBFROMUI(d64->bytes+4, targar[0]); in decimal64FromNumber()
H A Ddecimal128.c89 uInt targar[4]={0,0,0,0}; /* target 128-bit */
90 #define targhi targar[3] /* name the word with the sign */
91 #define targmh targar[2] /* name the words */
92 #define targml targar[1] /* .. */
93 #define targlo targar[0] /* .. */
118 decDigitsToDPD(dn, targar, 0);
154 decDigitsToDPD(dn, targar, pad);
/dports/lang/gcc9-devel/gcc-9-20211007/libdecnumber/dpd/
H A Ddecimal64.c95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber() local
96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber()
97 #define targlo targar[0] /* and the other */ in decimal64FromNumber()
122 decDigitsToDPD(dn, targar, 0); in decimal64FromNumber()
174 decDigitsToDPD(dn, targar, pad); in decimal64FromNumber()
193 UBFROMUI(d64->bytes, targar[0]); in decimal64FromNumber()
194 UBFROMUI(d64->bytes+4, targar[1]); in decimal64FromNumber()
198 UBFROMUI(d64->bytes, targar[1]); in decimal64FromNumber()
199 UBFROMUI(d64->bytes+4, targar[0]); in decimal64FromNumber()
H A Ddecimal128.c89 uInt targar[4]={0,0,0,0}; /* target 128-bit */ in decimal128FromNumber() local
90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber()
91 #define targmh targar[2] /* name the words */ in decimal128FromNumber()
92 #define targml targar[1] /* .. */ in decimal128FromNumber()
93 #define targlo targar[0] /* .. */ in decimal128FromNumber()
118 decDigitsToDPD(dn, targar, 0); in decimal128FromNumber()
154 decDigitsToDPD(dn, targar, pad); in decimal128FromNumber()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/libdecnumber/dpd/
H A Ddecimal128.c91 uInt targar[4]={0,0,0,0}; /* target 128-bit */ in decimal128FromNumber() local
92 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber()
93 #define targmh targar[2] /* name the words */ in decimal128FromNumber()
94 #define targml targar[1] /* .. */ in decimal128FromNumber()
95 #define targlo targar[0] /* .. */ in decimal128FromNumber()
120 decDigitsToDPD(dn, targar, 0); in decimal128FromNumber()
156 decDigitsToDPD(dn, targar, pad); in decimal128FromNumber()
H A Ddecimal64.c97 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber() local
98 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber()
99 #define targlo targar[0] /* and the other */ in decimal64FromNumber()
124 decDigitsToDPD(dn, targar, 0); in decimal64FromNumber()
176 decDigitsToDPD(dn, targar, pad); in decimal64FromNumber()
195 pu[0]=targar[0]; /* directly store the low int */ in decimal64FromNumber()
196 pu[1]=targar[1]; /* then the high int */ in decimal64FromNumber()
199 pu[0]=targar[1]; /* directly store the high int */ in decimal64FromNumber()
200 pu[1]=targar[0]; /* then the low int */ in decimal64FromNumber()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libdecnumber/dpd/
H A Ddecimal64.c95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber() local
96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber()
97 #define targlo targar[0] /* and the other */ in decimal64FromNumber()
122 decDigitsToDPD(dn, targar, 0); in decimal64FromNumber()
174 decDigitsToDPD(dn, targar, pad); in decimal64FromNumber()
193 UBFROMUI(d64->bytes, targar[0]); in decimal64FromNumber()
194 UBFROMUI(d64->bytes+4, targar[1]); in decimal64FromNumber()
198 UBFROMUI(d64->bytes, targar[1]); in decimal64FromNumber()
199 UBFROMUI(d64->bytes+4, targar[0]); in decimal64FromNumber()
H A Ddecimal128.c89 uInt targar[4]={0,0,0,0}; /* target 128-bit */ in decimal128FromNumber() local
90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber()
91 #define targmh targar[2] /* name the words */ in decimal128FromNumber()
92 #define targml targar[1] /* .. */ in decimal128FromNumber()
93 #define targlo targar[0] /* .. */ in decimal128FromNumber()
118 decDigitsToDPD(dn, targar, 0); in decimal128FromNumber()
154 decDigitsToDPD(dn, targar, pad); in decimal128FromNumber()
/dports/lang/gcc11/gcc-11.2.0/libdecnumber/dpd/
H A Ddecimal128.c89 uInt targar[4]={0,0,0,0}; /* target 128-bit */ in decimal128FromNumber() local
90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber()
91 #define targmh targar[2] /* name the words */ in decimal128FromNumber()
92 #define targml targar[1] /* .. */ in decimal128FromNumber()
93 #define targlo targar[0] /* .. */ in decimal128FromNumber()
118 decDigitsToDPD(dn, targar, 0); in decimal128FromNumber()
154 decDigitsToDPD(dn, targar, pad); in decimal128FromNumber()
H A Ddecimal64.c95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber() local
96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber()
97 #define targlo targar[0] /* and the other */ in decimal64FromNumber()
122 decDigitsToDPD(dn, targar, 0); in decimal64FromNumber()
174 decDigitsToDPD(dn, targar, pad); in decimal64FromNumber()
193 UBFROMUI(d64->bytes, targar[0]); in decimal64FromNumber()
194 UBFROMUI(d64->bytes+4, targar[1]); in decimal64FromNumber()
198 UBFROMUI(d64->bytes, targar[1]); in decimal64FromNumber()
199 UBFROMUI(d64->bytes+4, targar[0]); in decimal64FromNumber()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/
H A Dtest_nanops.py189 targar = testar
191 targar = testar[:-4]
194 targarval = getattr(self, targar)
/dports/lang/gcc9/gcc-9.4.0/libdecnumber/dpd/
H A Ddecimal64.c95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber() local
96 #define targhi targar[1] /* name the word with the sign */ in decimal64FromNumber()
97 #define targlo targar[0] /* and the other */ in decimal64FromNumber()
122 decDigitsToDPD(dn, targar, 0); in decimal64FromNumber()
174 decDigitsToDPD(dn, targar, pad); in decimal64FromNumber()
193 UBFROMUI(d64->bytes, targar[0]); in decimal64FromNumber()
194 UBFROMUI(d64->bytes+4, targar[1]); in decimal64FromNumber()
198 UBFROMUI(d64->bytes, targar[1]); in decimal64FromNumber()
199 UBFROMUI(d64->bytes+4, targar[0]); in decimal64FromNumber()
H A Ddecimal128.c89 uInt targar[4]={0,0,0,0}; /* target 128-bit */ in decimal128FromNumber() local
90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber()
91 #define targmh targar[2] /* name the words */ in decimal128FromNumber()
92 #define targml targar[1] /* .. */ in decimal128FromNumber()
93 #define targlo targar[0] /* .. */ in decimal128FromNumber()
118 decDigitsToDPD(dn, targar, 0); in decimal128FromNumber()
154 decDigitsToDPD(dn, targar, pad); in decimal128FromNumber()
/dports/lang/gcc8/gcc-8.5.0/libdecnumber/dpd/
H A Ddecimal128.c89 uInt targar[4]={0,0,0,0}; /* target 128-bit */ in decimal128FromNumber() local
90 #define targhi targar[3] /* name the word with the sign */ in decimal128FromNumber()
91 #define targmh targar[2] /* name the words */ in decimal128FromNumber()
92 #define targml targar[1] /* .. */ in decimal128FromNumber()
93 #define targlo targar[0] /* .. */ in decimal128FromNumber()
118 decDigitsToDPD(dn, targar, 0); in decimal128FromNumber()
154 decDigitsToDPD(dn, targar, pad); in decimal128FromNumber()

1234