Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2003 Label floatLess(env); in DoSort() local
2017 BRANCH(DoubleIsNAN(*presentValueFloat64), &floatLess, &presentIsNotNAN); in DoSort()
2022 … BRANCH(DoubleLessThan(*middleValueFloat64, *presentValueFloat64), &floatLess, in DoSort()
2024 Bind(&floatLess); in DoSort()