Searched refs:dtop (Results 1 – 6 of 6) sorted by relevance
202 const float dtop = (1 - y_lerp) * input_grad[in_idx]; in ResizeBilinearGradKernel() local208 static_cast<T>((1 - x_lerp) * dtop)); in ResizeBilinearGradKernel()214 static_cast<T>(x_lerp * dtop)); in ResizeBilinearGradKernel()365 const float dtop = (1 - y_lerp) * input_grad[in_idx]; in LegacyResizeBilinearGradKernel() local371 static_cast<T>((1 - x_lerp) * dtop)); in LegacyResizeBilinearGradKernel()377 static_cast<T>(x_lerp * dtop)); in LegacyResizeBilinearGradKernel()
188 const float dtop = (1 - y_lerp) * grads_ptr[out_idx]; in CropAndResizeBackpropImageKernel() local194 static_cast<T>((1 - x_lerp) * dtop)); in CropAndResizeBackpropImageKernel()200 static_cast<T>(x_lerp * dtop)); in CropAndResizeBackpropImageKernel()
508 const float dtop = (1 - y_lerp) * grads(b, y, x, d); in operator ()() local510 static_cast<T>((1 - x_lerp) * dtop); in operator ()()512 static_cast<T>(x_lerp * dtop); in operator ()()
2391 dtop, /* Difference in top margins */ in _ppdCacheGetPageSize() local2524 dtop = size->top - jobsize.top; in _ppdCacheGetPageSize()2528 dtop <= -35 || dtop >= 35 || dbottom <= -35 || dbottom >= 35) in _ppdCacheGetPageSize()2533 dtop = dtop < 0 ? -dtop : dtop; in _ppdCacheGetPageSize()2534 dmin = dleft + dright + dbottom + dtop; in _ppdCacheGetPageSize()2583 dtop = pc->custom_size.top - jobsize.top; in _ppdCacheGetPageSize()2587 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