Home
last modified time | relevance | path

Searched refs:setPrefixForUnit (Results 1 – 3 of 3) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-convert.cc352 bool MathStructure::setPrefixForUnit(Unit *u, Prefix *new_prefix) { in setPrefixForUnit() function in MathStructure
366 if(CHILD(i).setPrefixForUnit(u, new_prefix)) { in setPrefixForUnit()
H A DMathStructure.h813 bool setPrefixForUnit(Unit *u, Prefix *new_prefix);
H A DCalculator-convert.cc430 mstruct_new.setPrefixForUnit(u, p); in convert()