Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.cpp578 gMathForeignFunctions["acoshf"] = true; in init()
579 gMathForeignFunctions["acosh"] = true; in init()
590 gMathForeignFunctions["coshf"] = true; in init()
591 gMathForeignFunctions["cosh"] = true; in init()
592 gMathForeignFunctions["coshl"] = true; in init()
594 gMathForeignFunctions["sinhf"] = true; in init()
595 gMathForeignFunctions["sinh"] = true; in init()
596 gMathForeignFunctions["sinhl"] = true; in init()
598 gMathForeignFunctions["tanhf"] = true; in init()
599 gMathForeignFunctions["tanh"] = true; in init()
[all …]
H A Dglobal.hh184 map<string, bool> gMathForeignFunctions; // Map of math foreign functions member
605 … return has_internal_math_ff && (gMathForeignFunctions.find(name) != gMathForeignFunctions.end()); in hasMathForeignFunction()