Home
last modified time | relevance | path

Searched refs:vprey (Results 1 – 3 of 3) sorted by relevance

/external/XNNPACK/src/math/
Droundz-scalar-cvt.c36 const float vprey = XNN_UNPREDICTABLE(vabsx < vintegral_threshold) ? vrndx : vx; in xnn_math_f32_roundz__scalar_cvt() local
38 const float vy = copysignf(vprey, vx); in xnn_math_f32_roundz__scalar_cvt()
Droundu-scalar-cvt.c42 const float vprey = XNN_UNPREDICTABLE(vrndx >= vx) ? vrndx : vrndx + vone; in xnn_math_f32_roundu__scalar_cvt() local
44 const float vy = copysignf(vprey, vx); in xnn_math_f32_roundu__scalar_cvt()
Droundu-scalar-addsub.c49 const float vprey = XNN_UNPREDICTABLE(vrndx < vx) ? vrndx + vone : vrndx; in xnn_math_f32_roundu__scalar_addsub() local
53 const float vy = copysignf(vprey, vrndx); in xnn_math_f32_roundu__scalar_addsub()