Searched refs:ToReal (Results 1 – 3 of 3) sorted by relevance
45 Expr<T>{ComplexConstructor<KIND>{ToReal<KIND>(context, std::move(re)), in FoldIntrinsicFunction()46 ToReal<KIND>(context, std::move(im))}}); in FoldIntrinsicFunction()54 Expr<T>{ComplexConstructor<KIND>{ToReal<KIND>(context, std::move(re)), in FoldIntrinsicFunction()55 ToReal<KIND>(context, std::move(im))}}); in FoldIntrinsicFunction()
118 return ToReal<KIND>(context, std::move(*expr)); in FoldIntrinsicFunction()
1442 Expr<Type<TypeCategory::Real, KIND>> ToReal( in ToReal() function