1..1 not ok 1 - src/pmc/bigint.pmc # TODO Missing function docs # Failed (TODO) test 'src/pmc/bigint.pmc' # at t/codingstd/pmc_docs.t line 93. # src/pmc/bigint.pmc # Undocumented functions: # # PARROT_CANNOT_RETURN_NULL # PARROT_WARN_UNUSED_RESULT # static BIGINT* # bigint_get_self(PARROT_INTERP, ARGIN(PMC *self)) # Need: # =item C # # PARROT_WARN_UNUSED_RESULT # PARROT_CANNOT_RETURN_NULL # static char * # bigint_get_string(PARROT_INTERP, ARGIN(PMC *self), int base) # Need: # =item C # # PARROT_WARN_UNUSED_RESULT # static INTVAL # bigint_cmp(PARROT_INTERP, ARGIN(PMC *self), ARGIN(PMC *value)) # Need: # =item C # # PARROT_WARN_UNUSED_RESULT # static INTVAL # bigint_cmp_int(PARROT_INTERP, ARGIN(PMC *self), INTVAL value) # Need: # =item C # # PARROT_WARN_UNUSED_RESULT # static double # bigint_get_double(PARROT_INTERP, ARGIN(PMC *self)) # Need: # =item C # # PARROT_WARN_UNUSED_RESULT # static int # bigint_get_bool(PARROT_INTERP, ARGIN(PMC *self)) # Need: # =item C # # PARROT_WARN_UNUSED_RESULT # static long # bigint_get_long(PARROT_INTERP, ARGIN(PMC *self)) # Need: # =item C # # static void # bigint_abs(PARROT_INTERP, ARGIN(PMC *self), ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_add_bigint(PARROT_INTERP, ARGIN(PMC *self), ARGIN(PMC *value), ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_add_bigint_int(PARROT_INTERP, ARGIN(PMC *self), INTVAL value, ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_check_divide_zero(PARROT_INTERP, ARGIN(PMC *value)) # Need: # =item C # # static void # bigint_clear(PARROT_INTERP, ARGIN(PMC *self)) # Need: # =item C # # static void # bigint_div_bigint(PARROT_INTERP, ARGIN(PMC *self), ARGIN(PMC *value), ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_div_bigint_int(PARROT_INTERP, ARGIN(PMC *self), INTVAL value, ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_fdiv_bigint(PARROT_INTERP, ARGIN(PMC *self), ARGMOD(PMC *value), ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_fdiv_bigint_int(PARROT_INTERP, ARGIN(PMC *self), INTVAL value, ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_init(PARROT_INTERP, ARGIN(PMC *self)) # Need: # =item C # # static void # bigint_mod_bigint(PARROT_INTERP, ARGIN(PMC *self), ARGMOD(PMC *value), ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_mod_bigint_int(PARROT_INTERP, ARGIN(PMC *self), INTVAL value, ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_mul_bigint(PARROT_INTERP, ARGIN(PMC *self), ARGIN(PMC *value), ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_mul_bigint_int(PARROT_INTERP, ARGIN(PMC *self), INTVAL value, ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_neg(PARROT_INTERP, ARGIN(PMC *self), ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_pow_bigint_int(PARROT_INTERP, ARGIN(PMC *self), INTVAL value, ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_set(PARROT_INTERP, ARGMOD(PMC *dest), ARGIN(PMC *src)) # Need: # =item C # # static void # bigint_set_self(PARROT_INTERP, ARGMOD(PMC *self), ARGIN(BIGINT *value)) # Need: # =item C # # static void # bigint_set_str(PARROT_INTERP, ARGMOD(PMC *self), ARGIN(const char *value), int base) # Need: # =item C # # static void # bigint_sub_bigint(PARROT_INTERP, ARGIN(PMC *self), ARGIN(PMC *value), ARGMOD(PMC *dest)) # Need: # =item C # # static void # bigint_sub_bigint_int(PARROT_INTERP, ARGIN(PMC *self), INTVAL value, ARGMOD(PMC *dest)) # Need: # =item C # # static void # int_check_divide_zero(PARROT_INTERP, INTVAL value) # Need: # =item C # # Boilerplate only: # =item C #