Searched refs:dcmask_a (Results 1 – 1 of 1) sorted by relevance
795 const bool neg_a = dcmask_a & DCMASK_NEGATIVE; in vfmin_res()796 const bool nan_a = dcmask_a & DCMASK_NAN; in vfmin_res()801 if (unlikely((dcmask_a | dcmask_b) & DCMASK_NAN)) { in vfmin_res()802 const bool sig_a = dcmask_a & DCMASK_SIGNALING_NAN; in vfmin_res()805 if ((dcmask_a | dcmask_b) & DCMASK_SIGNALING_NAN) { in vfmin_res()849 if (unlikely((dcmask_a | dcmask_b) & DCMASK_NAN)) { in vfmax_res()850 const bool sig_a = dcmask_a & DCMASK_SIGNALING_NAN; in vfmax_res()852 const bool nan_a = dcmask_a & DCMASK_NAN; in vfmax_res()855 if ((dcmask_a | dcmask_b) & DCMASK_SIGNALING_NAN) { in vfmax_res()878 const bool neg_a = dcmask_a & DCMASK_NEGATIVE; in vfmax_res()[all …]