Lines Matching refs:cmp
57 sv_call_f64 (double (*f) (double), svfloat64_t x, svfloat64_t y, svbool_t cmp) in sv_call_f64() argument
59 svbool_t p = svpfirst (cmp, svpfalse ()); in sv_call_f64()
60 while (svptest_any (cmp, p)) in sv_call_f64()
66 p = svpnext_b64 (cmp, p); in sv_call_f64()
73 svfloat64_t y, svbool_t cmp) in sv_call2_f64() argument
75 svbool_t p = svpfirst (cmp, svpfalse ()); in sv_call2_f64()
76 while (svptest_any (cmp, p)) in sv_call2_f64()
83 p = svpnext_b64 (cmp, p); in sv_call2_f64()
115 sv_call_f32 (float (*f) (float), svfloat32_t x, svfloat32_t y, svbool_t cmp) in sv_call_f32() argument
117 svbool_t p = svpfirst (cmp, svpfalse ()); in sv_call_f32()
118 while (svptest_any (cmp, p)) in sv_call_f32()
124 p = svpnext_b32 (cmp, p); in sv_call_f32()
131 svfloat32_t y, svbool_t cmp) in sv_call2_f32() argument
133 svbool_t p = svpfirst (cmp, svpfalse ()); in sv_call2_f32()
134 while (svptest_any (cmp, p)) in sv_call2_f32()
141 p = svpnext_b32 (cmp, p); in sv_call2_f32()