HomeSort by: relevance | last modified time | path
    Searched refs:destA (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/spmath/
cnv_float.h 70 #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; \
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 81 milliseconds