Searched refs:sourar (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libdecnumber/dpd/ |
| HD | decimal128.c | 202 uInt sourar[4]; /* source 128-bit */ in decimal128ToNumber() local 203 #define sourhi sourar[3] /* name the word with the sign */ in decimal128ToNumber() 204 #define sourmh sourar[2] /* and the mid-high word */ in decimal128ToNumber() 205 #define sourml sourar[1] /* and the mod-low word */ in decimal128ToNumber() 206 #define sourlo sourar[0] /* and the lowest word */ in decimal128ToNumber() 257 decDigitsFromDPD(dn, sourar, need); /* process declets */ in decimal128ToNumber() 295 uInt sourar[4]; /* source 128-bit */ in decimal128ToString() local 296 #define sourhi sourar[3] /* name the word with the sign */ in decimal128ToString() 297 #define sourmh sourar[2] /* and the mid-high word */ in decimal128ToString() 298 #define sourml sourar[1] /* and the mod-low word */ in decimal128ToString() [all …]
|
| HD | decimal64.c | 219 uInt sourar[2]; /* source 64-bit */ in decimal64ToNumber() local 220 #define sourhi sourar[1] /* name the word with the sign */ in decimal64ToNumber() 221 #define sourlo sourar[0] /* and the lower word */ in decimal64ToNumber() 273 decDigitsFromDPD(dn, sourar, need); /* process declets */ in decimal64ToNumber() 311 uInt sourar[2]; /* source 64-bit */ in decimal64ToString() local 312 #define sourhi sourar[1] /* name the word with the sign */ in decimal64ToString() 313 #define sourlo sourar[0] /* and the lower word */ in decimal64ToString()
|
| /dragonfly/contrib/gdb-7/libdecnumber/dpd/ |
| HD | decimal128.c | 202 uInt sourar[4]; /* source 128-bit */ in decimal128ToNumber() local 203 #define sourhi sourar[3] /* name the word with the sign */ in decimal128ToNumber() 204 #define sourmh sourar[2] /* and the mid-high word */ in decimal128ToNumber() 205 #define sourml sourar[1] /* and the mod-low word */ in decimal128ToNumber() 206 #define sourlo sourar[0] /* and the lowest word */ in decimal128ToNumber() 257 decDigitsFromDPD(dn, sourar, need); /* process declets */ in decimal128ToNumber() 295 uInt sourar[4]; /* source 128-bit */ in decimal128ToString() local 296 #define sourhi sourar[3] /* name the word with the sign */ in decimal128ToString() 297 #define sourmh sourar[2] /* and the mid-high word */ in decimal128ToString() 298 #define sourml sourar[1] /* and the mod-low word */ in decimal128ToString() [all …]
|
| HD | decimal64.c | 219 uInt sourar[2]; /* source 64-bit */ in decimal64ToNumber() local 220 #define sourhi sourar[1] /* name the word with the sign */ in decimal64ToNumber() 221 #define sourlo sourar[0] /* and the lower word */ in decimal64ToNumber() 273 decDigitsFromDPD(dn, sourar, need); /* process declets */ in decimal64ToNumber() 311 uInt sourar[2]; /* source 64-bit */ in decimal64ToString() local 312 #define sourhi sourar[1] /* name the word with the sign */ in decimal64ToString() 313 #define sourlo sourar[0] /* and the lower word */ in decimal64ToString()
|
| /dragonfly/contrib/gcc-8.0/libdecnumber/dpd/ |
| HD | decimal128.c | 202 uInt sourar[4]; /* source 128-bit */ in decimal128ToNumber() local 203 #define sourhi sourar[3] /* name the word with the sign */ in decimal128ToNumber() 204 #define sourmh sourar[2] /* and the mid-high word */ in decimal128ToNumber() 205 #define sourml sourar[1] /* and the mod-low word */ in decimal128ToNumber() 206 #define sourlo sourar[0] /* and the lowest word */ in decimal128ToNumber() 257 decDigitsFromDPD(dn, sourar, need); /* process declets */ in decimal128ToNumber() 295 uInt sourar[4]; /* source 128-bit */ in decimal128ToString() local 296 #define sourhi sourar[3] /* name the word with the sign */ in decimal128ToString() 297 #define sourmh sourar[2] /* and the mid-high word */ in decimal128ToString() 298 #define sourml sourar[1] /* and the mod-low word */ in decimal128ToString() [all …]
|
| HD | decimal64.c | 219 uInt sourar[2]; /* source 64-bit */ in decimal64ToNumber() local 220 #define sourhi sourar[1] /* name the word with the sign */ in decimal64ToNumber() 221 #define sourlo sourar[0] /* and the lower word */ in decimal64ToNumber() 273 decDigitsFromDPD(dn, sourar, need); /* process declets */ in decimal64ToNumber() 311 uInt sourar[2]; /* source 64-bit */ in decimal64ToString() local 312 #define sourhi sourar[1] /* name the word with the sign */ in decimal64ToString() 313 #define sourlo sourar[0] /* and the lower word */ in decimal64ToString()
|