Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A DText.cpp185 static string encodeJuliaFloat(const string& c, bool& need_suffix) in encodeJuliaFloat() function
214 string res = encodeJuliaFloat(num.str(), need_suffix); in TAux()