Searched refs:floatx80_chs (Results 1 – 3 of 3) sorted by relevance
303 res->d = floatx80_round(floatx80_chs(val->d), &env->fp_status); in HELPER()309 res->d = floatx80_round(floatx80_chs(val->d), &env->fp_status); in HELPER()316 res->d = floatx80_round(floatx80_chs(val->d), &env->fp_status); in HELPER()
640 ST0 = floatx80_chs(ST0); in helper_fchs_ST0()833 tmp = floatx80_chs(tmp); in helper_fbld_ST0()1793 ST0 = floatx80_div(floatx80_chs(floatx80_one), floatx80_zero, in helper_fxtract()2158 ST1 = floatx80_chs(ST1); in helper_fyl2x()2173 ST1 = floatx80_chs(ST0); in helper_fyl2x()2189 ST1 = floatx80_chs(ST1); in helper_fyl2x()2194 ST1 = floatx80_chs(floatx80_zero); in helper_fyl2x()2330 floatx80_chs(floatx80_zero) : in helper_fscale()2339 floatx80_chs(floatx80_infinity) : in helper_fscale()
984 static inline floatx80 floatx80_chs(floatx80 a) in floatx80_chs() function