Lines Matching refs:getter
1480 { "prec", (getter)context_getprec, (setter)context_setprec, NULL, NULL},
1481 { "Emax", (getter)context_getemax, (setter)context_setemax, NULL, NULL},
1482 { "Emin", (getter)context_getemin, (setter)context_setemin, NULL, NULL},
1483 { "rounding", (getter)context_getround, (setter)context_setround, NULL, NULL},
1484 { "capitals", (getter)context_getcapitals, (setter)context_setcapitals, NULL, NULL},
1485 { "clamp", (getter)context_getclamp, (setter)context_setclamp, NULL, NULL},
1487 { "_allcr", (getter)context_getallcr, (setter)context_setallcr, NULL, NULL},
1488 { "_traps", (getter)context_gettraps, (setter)context_settraps, NULL, NULL},
1489 { "_flags", (getter)context_getstatus, (setter)context_setstatus, NULL, NULL},
4862 { "real", (getter)dec_real, NULL, NULL, NULL},
4863 { "imag", (getter)dec_imag, NULL, NULL, NULL},