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

/external/qemu/target-arm/
H A Dhelper.c2899 #define float32_two make_float32(0x40000000) macro
2911 return float32_two;
2913 return float32_sub(float32_two, float32_mul(a, b, s), s);
2928 return float32_div(float32_sub(float32_three, product, s), float32_two, s);

Completed in 358 milliseconds