Home
last modified time | relevance | path

Searched refs:divy (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/drivers/clk/
Dclk_stm32mp1.c814 int divm, divn, divy, src; in stm32mp1_read_pll_freq() local
836 divy = (cfgr2 >> shift[div_id]) & RCC_PLLNCFGR2_DIVX_MASK; in stm32mp1_read_pll_freq()
838 debug(" DIVN=%d DIVM=%d DIVY=%d\n", divn, divm, divy); in stm32mp1_read_pll_freq()
860 (divy + 1)) << 13); in stm32mp1_read_pll_freq()
862 dfout = (ulong)(refclk * (divn + 1) / (divm + 1) * (divy + 1)); in stm32mp1_read_pll_freq()
/external/skqp/docs/
DSkMatrix_Reference.bmh1721 #Method bool postIDiv(int divx, int divy)
1725 Sets Matrix to Matrix constructed from scaling by (1/divx, 1/divy),
1728 Returns false if either divx or divy is zero.
1735 Matrix = | M N O |, I(divx, divy) = | 0 sy 0 |
1744 sy = 1 / divy
1752 I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N sy*O |
1757 #Param divy integer divisor for inverse scale on y-axis ##
/external/skia/docs/
DSkMatrix_Reference.bmh1703 #Method bool postIDiv(int divx, int divy)
1707 Sets Matrix to Matrix constructed from scaling by (1/divx, 1/divy),
1710 Returns false if either divx or divy is zero.
1717 Matrix = | M N O |, I(divx, divy) = | 0 sy 0 |
1726 sy = 1 / divy
1734 I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N sy*O |
1739 #Param divy integer divisor for inverse scale on y-axis ##
/external/skqp/include/core/
DSkMatrix.h949 bool postIDiv(int divx, int divy);
/external/skia/include/core/
DSkMatrix.h949 bool postIDiv(int divx, int divy);
/external/skia/src/core/
DSkMatrix.cpp407 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() argument
408 if (divx == 0 || divy == 0) { in postIDiv()
413 const float invY = 1.f / divy; in postIDiv()
/external/skqp/src/core/
DSkMatrix.cpp407 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() argument
408 if (divx == 0 || divy == 0) { in postIDiv()
413 const float invY = 1.f / divy; in postIDiv()
/external/skqp/site/user/api/
DSkMatrix_Reference.md89 bool <a href='#SkMatrix_postIDiv'>postIDiv</a>(int divx, int divy);
2570 bool <a href='#SkMatrix_postIDiv'>postIDiv</a>(int divx, int divy)
2573 …ng by (1/<a href='#SkMatrix_postIDiv_divx'>divx</a>, 1/<a href='#SkMatrix_postIDiv_divy'>divy</a>),
2576 …r <a href='#SkMatrix_postIDiv_divx'>divx</a> or <a href='#SkMatrix_postIDiv_divy'>divy</a> is zero.
2582 Matrix = | M N O |, I(divx, divy) = | 0 sy 0 |
2590 sy = 1 / divy
2597 I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N sy*O |
2606 <tr> <td><a name='SkMatrix_postIDiv_divy'><code><strong>divy</strong></code></a></td>
/external/skia/site/user/api/
DSkMatrix_Reference.md89 bool <a href='#SkMatrix_postIDiv'>postIDiv</a>(int divx, int divy);
2570 bool <a href='#SkMatrix_postIDiv'>postIDiv</a>(int divx, int divy)
2573 …ng by (1/<a href='#SkMatrix_postIDiv_divx'>divx</a>, 1/<a href='#SkMatrix_postIDiv_divy'>divy</a>),
2576 …r <a href='#SkMatrix_postIDiv_divx'>divx</a> or <a href='#SkMatrix_postIDiv_divy'>divy</a> is zero.
2582 Matrix = | M N O |, I(divx, divy) = | 0 sy 0 |
2590 sy = 1 / divy
2597 I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N sy*O |
2606 <tr> <td><a name='SkMatrix_postIDiv_divy'><code><strong>divy</strong></code></a></td>