HomeSort by relevance Sort by last modified time
    Searched refs:divp (Results 1 - 9 of 9) sorted by null

  /external/opencv3/3rdparty/openexr/Imath/
ImathFun.h 197 // divp(x,y) == floor (double(x) / double (y))
198 // modp(x,y) == x - y * divp(x,y)
202 divp (int x, int y) function in namespace:Imath
212 return x - y * divp (x, y);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfInputFile.cpp 60 using Imath::divp;
285 divp (y, toSlice.ySampling) * toSlice.yStride +
286 divp (xStart, toSlice.xSampling) * toSlice.xStride;
ImfMisc.cpp 56 using Imath::divp;
94 int a1 = divp (a, s);
95 int b1 = divp (b, s);
ImfScanLineInputFile.cpp 65 using Imath::divp;
534 int dMinX = divp (_ifd->minX, slice.xSampling);
535 int dMaxX = divp (_ifd->maxX, slice.xSampling);
557 divp (y, slice.ySampling) *
ImfOutputFile.cpp 67 using Imath::divp;
384 int dMinX = divp (ofd->minX, slice.xSampling);
385 int dMaxX = divp (ofd->maxX, slice.xSampling);
530 int dMinX = divp (_ofd->minX, slice.xSampling);
531 int dMaxX = divp (_ofd->maxX, slice.xSampling);
555 divp (y, slice.ySampling) *
    [all...]
ImfPizCompressor.cpp 60 using Imath::divp;
ImfB44Compressor.cpp 116 using Imath::divp;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
opcode.s 111 divp
opcode.d 107 d2: 7c3d [ ]*divp

Completed in 233 milliseconds