Lines Matching refs:real32
191 !SafeUint32Mult (bufferSize, (uint32) sizeof (real32), &bufferSize)) in Initialize()
223 real32 *w32 = fWeights32->Buffer_real32 () + fWeightStep * sample; in Initialize()
238 w32 [j] = (real32) kernel.Evaluate (x); in Initialize()
246 real32 s32 = (real32) (1.0 / t32); in Initialize()
343 !SafeUint32Mult (bufferSize, (uint32) sizeof (real32), &bufferSize)) in Initialize()
382 real32 *w32 = (real32 *) Weights32 (dng_point ((int32) y, in Initialize()
414 w32 [index] = (real32) kernel.Evaluate (r); in Initialize()
420 w32 [index] = (real32) kernel.Evaluate (xPos) * in Initialize()
421 (real32) kernel.Evaluate (yPos); in Initialize()
435 const real32 s32 = (real32) (1.0 / t32); in Initialize()
669 static_cast<uint32> (sizeof (real32)), in Start()
720 const real32 *weightsH = fWeightsH.Weights32 (0); in ProcessArea()
722 real32 *tPtr = fTempBuffer [threadIndex]->Buffer_real32 (); in ProcessArea()
724 real32 *ttPtr = tPtr + offsetH - srcArea.l; in ProcessArea()
733 const real32 *weightsV = fWeightsV.Weights32 (rowFract); in ProcessArea()
740 const real32 *sPtr = srcBuffer.ConstPixel_real32 (srcRow, in ProcessArea()
751 real32 *dPtr = dstBuffer.DirtyPixel_real32 (dstRow, in ProcessArea()