Home
last modified time | relevance | path

Searched refs:txty (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/compute/skc/platforms/cl_12/
Dsurface_cl_12.c59 skc_uint txty[2]; member
333 int32_t const txty[2], in skc_surface_pfn_render()
364 render->txty[0] = txty[0]; in skc_surface_pfn_render()
365 render->txty[1] = txty[1]; in skc_surface_pfn_render()
/external/skia/src/compute/skc/platforms/cl_12/
Dsurface_cl_12.c59 skc_uint txty[2]; member
333 int32_t const txty[2], in skc_surface_pfn_render()
364 render->txty[0] = txty[0]; in skc_surface_pfn_render()
365 render->txty[1] = txty[1]; in skc_surface_pfn_render()
/external/skia/src/compute/skc/
Dsurface.c47 int32_t const txty[2], in skc_surface_render()
76 fb,clip,txty, in skc_surface_render()
Dmain.c271 int32_t const txty[] = { 0, 0 }; in main() local
279 txty, in main()
Dsurface.h36 int32_t const txty[2],
Dskc.h338 int32_t const txty[2],
/external/skqp/src/compute/skc/
Dsurface.c47 int32_t const txty[2], in skc_surface_render()
76 fb,clip,txty, in skc_surface_render()
Dmain.c271 int32_t const txty[] = { 0, 0 }; in main() local
279 txty, in main()
Dsurface.h36 int32_t const txty[2],
Dskc.h338 int32_t const txty[2],
/external/python/cpython2/Modules/
Dcmathmodule.c777 double tx, ty, cx, txty, denom; in c_tanh() local
816 txty = tx*ty; in c_tanh()
817 denom = 1. + txty*txty; in c_tanh()
/external/python/cpython3/Modules/
Dcmathmodule.c895 double tx, ty, cx, txty, denom; in cmath_tanh_impl() local
934 txty = tx*ty; in cmath_tanh_impl()
935 denom = 1. + txty*txty; in cmath_tanh_impl()