Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dfloats.cpp40 static const char* mathsuffix[5]; // suffix for math functions variable
51 mathsuffix[0] = ""; in initFaustFloat()
52 mathsuffix[1] = "f"; in initFaustFloat()
53 mathsuffix[2] = ""; in initFaustFloat()
54 mathsuffix[3] = "l"; in initFaustFloat()
55 mathsuffix[4] = ""; in initFaustFloat()
214 return mathsuffix[gGlobal->gFloatSize]; in isuffix()