Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Draw-machine-assembler.h459 Node* TruncateFloat64ToUint64(Node* a) { in TruncateFloat64ToUint64() function
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5761 m.Return(m.TruncateFloat64ToUint64(m.Parameter(0))); in TEST()