Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkVM.h253 to_i32, to_f32, enumerator
DSkVM.cpp212 I32 Builder::to_i32(F32 x) { return {this->push(Op::to_i32, x.id)}; } in to_i32() function in skvm::Builder