Home
last modified time | relevance | path

Searched defs:fastMath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp490 maplecl::Option<bool> fastMath({"--fast-math"}, variable
Dcg_option.cpp120 bool CGOptions::fastMath = false; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1732 static bool fastMath; variable