Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrixPriv.h150 static bool PostIDiv(SkMatrix* matrix, int divx, int divy) { in PostIDiv() argument
151 return matrix->postIDiv(divx, divy); in PostIDiv()
DSkMatrix.cpp389 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() argument
390 if (divx == 0 || divy == 0) { in postIDiv()
394 const float invX = 1.f / divx; in postIDiv()
/external/llvm-project/llvm/test/Transforms/LoopIdiom/
Dunsafe.ll25 %divx = sext i32 %div to i64
26 %0 = add nsw i64 %divx, %indvars.iv
/external/llvm/test/Transforms/IndVarSimplify/
Dudiv.ll152 %divx = udiv i64 %n, 7 ; <i64> [#uses=1]
153 %div = add i64 %divx, 1
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Dudiv.ll152 %divx = udiv i64 %n, 7 ; <i64> [#uses=1]
153 %div = add i64 %divx, 1
/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 |
1743 sx = 1 / divx
1752 I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N sy*O |
1756 #Param divx integer divisor for inverse scale on x-axis ##
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go401 func (p *poly3) divx() { func
947 f.divx()
/external/skqp/include/core/
DSkMatrix.h949 bool postIDiv(int divx, int divy);
/external/skia/include/core/
DSkMatrix.h1979 bool postIDiv(int divx, int divy);
/external/skqp/src/core/
DSkMatrix.cpp407 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() argument
408 if (divx == 0 || divy == 0) { in postIDiv()
412 const float invX = 1.f / divx; 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 …trix</a> constructed from scaling by (1/<a href='#SkMatrix_postIDiv_divx'>divx</a>, 1/<a href='#Sk…
2576 Returns false if either <a href='#SkMatrix_postIDiv_divx'>divx</a> or <a href='#SkMatrix_postIDiv_d…
2582 Matrix = | M N O |, I(divx, divy) = | 0 sy 0 |
2589 sx = 1 / divx
2597 I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N sy*O |
2603 <table> <tr> <td><a name='SkMatrix_postIDiv_divx'><code><strong>divx</strong></code></a></td>
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1559 | sx 0 0 | | J K L | | sx*J sx*K sx*L | I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N…