Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1529 static void EnableFastMath() in EnableFastMath() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp580 opts::cg::fastMath ? EnableFastMath() : DisableFastMath(); in SolveOptions()