Home
last modified time | relevance | path

Searched refs:ord_suffix (Results 1 – 5 of 5) sorted by relevance

/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/discrete_log/pohlig_hellman/
H A Ddlp.cc33 static char *ord_suffix(const bigint &k) in ord_suffix() function
352 << q << ord_suffix(q) << " powers" << std::endl; in dl()
/dports/print/pcal/pcal-4.11.0/src/
H A Dpcaldefs.h1331 extern char *ord_suffix[];
H A Dpcal.c559 char *ord_suffix[] = { "th", "st", "nd", "rd", NULL }; variable
H A Dreadfile.c1343 for (psuf = ord_suffix; *psuf; psuf++) { /* find suffix */ in get_ordinal()
H A Dwritefil.c2315 strcpy(buf, ord_suffix[(units > 3 || tens == 1) ? 0 : units]); in ordinal_suffix()