Lines Matching refs:IntMod
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()
617 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME()