Home
last modified time | relevance | path

Searched refs:ConvertDoubleToInt32 (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_stream.cpp853 return ConvertDoubleToInt32(x - 0.5); in TagValue_int32()
863 return ConvertDoubleToInt32(x + 0.5); in TagValue_int32()
1015 result.n = ConvertDoubleToInt32(x + 0.5); in TagValue_srational()
1031 result.n = ConvertDoubleToInt32(x - 0.5); in TagValue_srational()
H A Ddng_lens_correction.cpp1142 const int32 y = ConvertDoubleToInt32 (floor (src.v));
1156 const int32 y = ConvertDoubleToInt32 (ceil (src.v));
1177 const int32 x = ConvertDoubleToInt32 (floor (src.h));
1191 const int32 x = ConvertDoubleToInt32 (ceil (src.h));
1260 const int32 dim = ConvertDoubleToInt32 (ceil (maxSrcGap * fNormRadius));
1284 srcTileSize.v += ConvertDoubleToInt32 (ceil (srcTanGap.v * fNormRadius));
1285 srcTileSize.h += ConvertDoubleToInt32 (ceil (srcTanGap.h * fNormRadius));
1356 dng_point sInt (ConvertDoubleToInt32 (floor (sPos.v)),
1357 ConvertDoubleToInt32 (floor (sPos.h)));
1359 dng_point sFct (ConvertDoubleToInt32 ((sPo
[all...]
H A Ddng_safe_arithmetic.h222 std::int32_t ConvertDoubleToInt32(double val);
H A Ddng_safe_arithmetic.cpp274 std::int32_t ConvertDoubleToInt32(double val) { in ConvertDoubleToInt32() function
283 ThrowProgramError("Argument not in range in ConvertDoubleToInt32"); in ConvertDoubleToInt32()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h1904 ConvertDoubleToInt32(dst.gp(), src.fp()); in emit_type_conversion()
1952 ConvertDoubleToInt32(dst.gp(), src.fp()); in emit_type_conversion()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h763 void ConvertDoubleToInt32(const Register dst,
H A Dmacro-assembler-s390.cc1216 void TurboAssembler::ConvertDoubleToInt32(const Register dst, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc2085 __ ConvertDoubleToInt32(i.OutputRegister(0), i.InputDoubleRegister(0), in AssembleArchInstruction()

Completed in 28 milliseconds