Searched refs:vprey (Results 1 – 3 of 3) sorted by relevance
36 const float vprey = XNN_UNPREDICTABLE(vabsx < vintegral_threshold) ? vrndx : vx; in xnn_math_f32_roundz__scalar_cvt() local38 const float vy = copysignf(vprey, vx); in xnn_math_f32_roundz__scalar_cvt()
42 const float vprey = XNN_UNPREDICTABLE(vrndx >= vx) ? vrndx : vrndx + vone; in xnn_math_f32_roundu__scalar_cvt() local44 const float vy = copysignf(vprey, vx); in xnn_math_f32_roundu__scalar_cvt()
49 const float vprey = XNN_UNPREDICTABLE(vrndx < vx) ? vrndx + vone : vrndx; in xnn_math_f32_roundu__scalar_addsub() local53 const float vy = copysignf(vprey, vrndx); in xnn_math_f32_roundu__scalar_addsub()