Searched refs:ieee754dp_sub (Results 1 – 4 of 4) sorted by relevance
24 y = ieee754dp_sub(ieee754dp_zero(0), x); in ieee754dp_neg()43 y = ieee754dp_sub(ieee754dp_zero(0), x); in ieee754dp_abs()
103 z = ieee754dp_mul(ieee754dp_sub(x, z), y); in ieee754dp_sqrt()
12 union ieee754dp ieee754dp_sub(union ieee754dp x, union ieee754dp y) in ieee754dp_sub() function
91 union ieee754dp ieee754dp_sub(union ieee754dp x, union ieee754dp y);