Searched defs:make_float64 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat.h140 #define make_float64(x) __extension__ ({ float64 f64_val = {x}; f64_val; }) macro
147 #define make_float64(x) (x) macro
374 return make_float64(float64_val(a) & 0x7fffffffffffffffLL);
379 return make_float64(float64_val(a) ^ 0x8000000000000000LL);
397 #define float64_zero make_float64(0)
398 #define float64_one make_float64(0x3ff0000000000000LL)
399 #define float64_ln2 make_float64(0x3fe62e42fefa39efLL)

Completed in 34 milliseconds