Home
last modified time | relevance | path

Searched defs:ConvertDoubleToInt32 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_safe_arithmetic.cpp274 std::int32_t ConvertDoubleToInt32(double val) { in ConvertDoubleToInt32() function
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc2085 __ ConvertDoubleToInt32(i.OutputRegister(0), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc1216 void TurboAssembler::ConvertDoubleToInt32(const Register dst, in CallRecordWriteStub() function in v8::internal::TurboAssembler