Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h299 const Operator* NumberFround(); in NON_EXPORTED_BASE()
Dopcodes.h285 V(NumberFround) \
Dsimplified-operator.cc428 V(NumberFround, Operator::kNoProperties, 1, 0) \
Doperation-typer.cc374 Type* OperationTyper::NumberFround(Type* type) { in NumberFround() function in v8::internal::compiler::OperationTyper
Djs-builtin-reducer.cc1181 Node* value = graph()->NewNode(simplified()->NumberFround(), input); in ReduceMathFround()