Searched refs:TFLAGSimaginary (Results 1 – 1 of 1) sorted by relevance
2901 #define TFLAGSimaginary 0x10 macro2968 flags |= TFLAGSfloating | TFLAGSimaginary; in TypeBasic()2972 flags |= TFLAGSfloating | TFLAGSimaginary; in TypeBasic()2976 flags |= TFLAGSfloating | TFLAGSimaginary; in TypeBasic()3577 return (flags & TFLAGSimaginary) != 0; in isimaginary()3645 if (tob->flags & (TFLAGSimaginary | TFLAGScomplex)) in implicitConvTo()3677 if (flags & (TFLAGSreal | TFLAGSimaginary) && in implicitConvTo()3682 if ((flags & (TFLAGSreal | TFLAGSimaginary)) != in implicitConvTo()3683 (tob->flags & (TFLAGSreal | TFLAGSimaginary))) in implicitConvTo()