Home
last modified time | relevance | path

Searched refs:fth_number_add (Results 1 – 4 of 4) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dfth.c204 fth_number_add(fth_variable_ref("*nr*"), FTH_ONE)); in repl_in_place()
H A Dfth.h770 FTH fth_number_add(FTH, FTH);
H A Dnumbers.c3814 return (fth_number_add(dx, in fth_rationalize()
3986 fth_number_add(FTH m, FTH n) in fth_number_add() function
H A Dobject.c2183 res = fth_number_add(fth_object_value_ref(obj, idx), value); in ficl_add_store_object()