Searched refs:DCMASK_SIGNALING_NAN (Results 1 – 2 of 2) sorted by relevance
802 const bool sig_a = dcmask_a & DCMASK_SIGNALING_NAN; in vfmin_res()803 const bool sig_b = dcmask_b & DCMASK_SIGNALING_NAN; in vfmin_res()805 if ((dcmask_a | dcmask_b) & DCMASK_SIGNALING_NAN) { in vfmin_res()850 const bool sig_a = dcmask_a & DCMASK_SIGNALING_NAN; in vfmax_res()851 const bool sig_b = dcmask_b & DCMASK_SIGNALING_NAN; in vfmax_res()855 if ((dcmask_a | dcmask_b) & DCMASK_SIGNALING_NAN) { in vfmax_res()
310 #define DCMASK_SIGNALING_NAN 0x0003 macro