Home
last modified time | relevance | path

Searched refs:SetSign (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h98 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() function
105 constexpr Real SIGN(const Real &x) const { return SetSign(x.IsSignBitSet()); } in SIGN()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h222 bool IONAME(SetSign)(Cookie, const char *, std::size_t);
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp86 mkIOKey(SetRec), mkIOKey(SetRound), mkIOKey(SetSign),
980 ioFunc = getIORuntimeFunc<mkIOKey(SetSign)>(loc, builder); in genIOOption()
1041 ioFunc = getIORuntimeFunc<mkIOKey(SetSign)>(loc, builder); in genIOOption()
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp676 bool IONAME(SetSign)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument