Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dreal.h97 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() function
104 constexpr Real SIGN(const Real &x) const { return SetSign(x.IsSignBitSet()); } in SIGN()
/external/llvm-project/flang/runtime/
Dio-api.h216 bool IONAME(SetSign)(Cookie, const char *, std::size_t);
Dio-api.cpp557 bool IONAME(SetSign)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp55 mkIOKey(SetRec), mkIOKey(SetRound), mkIOKey(SetSign),
600 ioFunc = getIORuntimeFunc<mkIOKey(SetSign)>(loc, builder); in genIOOption()
668 ioFunc = getIORuntimeFunc<mkIOKey(SetSign)>(loc, builder); in genIOOption()