Searched refs:ToReal (Results 1 – 3 of 3) sorted by relevance
61 ComplexConstructor<KIND>{ToReal<KIND>(context, std::move(re)), in FoldIntrinsicFunction()62 ToReal<KIND>(context, std::move(im))}}); in FoldIntrinsicFunction()
226 return ToReal<KIND>(context, std::move(*expr)); in FoldIntrinsicFunction()
1981 Expr<Type<TypeCategory::Real, KIND>> ToReal( in ToReal() function