Home
last modified time | relevance | path

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

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