Home
last modified time | relevance | path

Searched defs:isFloat32 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dconst_folding_test.cpp201 bool isFloat32 = IsFloat32InputValue(input); in CheckNegNan() local
240 bool isFloat32 = IsFloat32InputValue(input0); in CheckBinaryMathWithNan() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1761 GateRef CircuitBuilder::FloatArrayElementConvert(GateRef value, bool isFloat32) in FloatArrayElementConvert()