Searched refs:IntMod (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | numeric.cpp | 95 inline T IntMod(T x, T p, const char *sourceFile, int sourceLine) { in IntMod() function 536 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME() 542 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME() 548 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME() 554 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME() 561 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME() 592 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME() 598 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME() 604 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME() 610 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME() [all …]
|