Searched refs:dtop (Results 1 – 6 of 6) sorted by relevance
119 const float dtop = (1 - y_lerp) * input_grad[in_idx]; in ResizeBilinearGradKernel() local125 static_cast<T>((1 - x_lerp) * dtop)); in ResizeBilinearGradKernel()131 static_cast<T>(x_lerp * dtop)); in ResizeBilinearGradKernel()230 const float dtop = (1 - y_lerp) * input_grad[in_idx]; in LegacyResizeBilinearGradKernel() local236 static_cast<T>((1 - x_lerp) * dtop)); in LegacyResizeBilinearGradKernel()242 static_cast<T>(x_lerp * dtop)); in LegacyResizeBilinearGradKernel()
187 const float dtop = (1 - y_lerp) * grads_ptr[out_idx]; in CropAndResizeBackpropImageKernel() local193 static_cast<T>((1 - x_lerp) * dtop)); in CropAndResizeBackpropImageKernel()199 static_cast<T>(x_lerp * dtop)); in CropAndResizeBackpropImageKernel()
487 const float dtop = (1 - y_lerp) * grads(b, y, x, d); in operator ()() local489 static_cast<T>((1 - x_lerp) * dtop); in operator ()()491 static_cast<T>(x_lerp * dtop); in operator ()()
2324 dtop, /* Difference in top margins */ in _ppdCacheGetPageSize() local2457 dtop = size->top - jobsize.top; in _ppdCacheGetPageSize()2461 dtop <= -35 || dtop >= 35 || dbottom <= -35 || dbottom >= 35) in _ppdCacheGetPageSize()2466 dtop = dtop < 0 ? -dtop : dtop; in _ppdCacheGetPageSize()2467 dmin = dleft + dright + dbottom + dtop; in _ppdCacheGetPageSize()2516 dtop = pc->custom_size.top - jobsize.top; in _ppdCacheGetPageSize()2520 dtop > -35 && dtop < 35 && dbottom > -35 && dbottom < 35) in _ppdCacheGetPageSize()
156 def dtop(DD): return (((DD) + NDPP - 1) >> (PAGESHIFT - DEV_BSHIFT)) function
153 def dtop(DD): return (((DD) + NDPP - 1) >> (PAGESHIFT - DEV_BSHIFT)) function