Searched refs:destA (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/hppa/spmath/
H A Dcnv_float.h70 #define Sgl_to_dbl_mantissa(src_mantissa,destA,destB) \
71 Deposit_dmantissap1(destA,src_mantissa>>3); \
256 #define Dint_from_dbl_mantissa(dbl_valueA,dbl_valueB,exponent,destA,destB) \
258 Dintp1(destA) = 0; \
266 Dintp1(destA) = Dallp1(dbl_valueA) >> (52-(exponent)); \
273 84-exponent,Dintp1(destA)); \
302 #define Dint_copyfromptr(src,destA,destB) \
303 Dintp1(destA) = src->wd0; \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c145252 SelectDest destA; /* Destination for coroutine A */ local
[all...]

Completed in 651 milliseconds