Home
last modified time | relevance | path

Searched refs:get_PP (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/emacs_mode/
H A DTraceData.cc56 PrintContext context( PST_NONE, Workspace::get_PP(), 100000 ); in display_value_for_trace()
63 PrintContext context( PST_NONE, Workspace::get_PP(), 100000 ); in display_value_for_trace()
66 PrintContext context2( PST_NONE, Workspace::get_PP(), 100000 ); in display_value_for_trace()
/dports/lang/gnu-apl/apl-1.8/src/
H A DPrintContext.hh58 int get_PP() const { return precision; } in get_PP() function in PrintContext
H A DComplexCell.cc875 if (pctx.get_PP() < MAX_Quad_PP) in character_representation()
880 loop(p, pctx.get_PP()) ten_to_PP = ten_to_PP * 10.0; in character_representation()
965 return FloatCell::need_scaling(value.cval[0], pctx.get_PP()) || in need_scaling()
967 FloatCell::need_scaling(value.cval[1], pctx.get_PP())); in need_scaling()
H A DWorkspace.hh101 static int get_PP() in get_PP() function in Workspace
H A DFloatCell.hh210 { return need_scaling(dfval(), pctx.get_PP()); } in need_scaling()
H A DUCS_string.cc169 int quad_pp = pctx.get_PP(); in UCS_string()