Searched refs:RealMod (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | numeric.cpp | 107 inline T RealMod(T a, T p, const char *sourceFile, int sourceLine) { in RealMod() function 567 return RealMod<false>(x, p, sourceFile, sourceLine); in RTNAME() 572 return RealMod<false>(x, p, sourceFile, sourceLine); in RTNAME() 578 return RealMod<false>(x, p, sourceFile, sourceLine); in RTNAME() 584 return RealMod<false>(x, p, sourceFile, sourceLine); in RTNAME() 623 return RealMod<true>(x, p, sourceFile, sourceLine); in RTNAME() 628 return RealMod<true>(x, p, sourceFile, sourceLine); in RTNAME() 634 return RealMod<true>(x, p, sourceFile, sourceLine); in RTNAME() 640 return RealMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
|