/external/boringssl/src/crypto/modes/asm/ |
D | aesni-gcm-x86_64.pl | 59 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8)); 81 vmovdqu $Z0,16+8(%rsp) # "$Z3" = 0 95 vpclmulqdq \$0x10,$Hkey,$Z3,$Z1 98 vpclmulqdq \$0x01,$Hkey,$Z3,$Z2 105 vpclmulqdq \$0x00,$Hkey,$Z3,$T1 109 vpclmulqdq \$0x11,$Hkey,$Z3,$Z3 127 vpxor 16+8(%rsp),$Xi,$Xi # modulo-scheduled [vpxor $Z3,$Xi,$Xi] 148 vpxor $Hkey,$Z3,$Z3 167 vpxor $Z1,$Z3,$Z3 189 vpxor $T1,$Z3,$Z3 [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP192R1Point.java | 178 SecP192R1FieldElement Z3 = new SecP192R1FieldElement(H); in add() local 181 SecP192R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 185 SecP192R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 188 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 256 SecP192R1FieldElement Z3 = new SecP192R1FieldElement(M); in twice() local 257 SecP192R1Field.twice(Y1.x, Z3.x); in twice() 260 SecP192R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 263 return new SecP192R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP256K1Point.java | 179 SecP256K1FieldElement Z3 = new SecP256K1FieldElement(H); in add() local 182 SecP256K1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 186 SecP256K1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 189 ECFieldElement[] zs = new ECFieldElement[] { Z3 }; in add() 244 SecP256K1FieldElement Z3 = new SecP256K1FieldElement(M); in twice() local 245 SecP256K1Field.twice(Y1.x, Z3.x); in twice() 248 SecP256K1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 251 return new SecP256K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP224K1Point.java | 179 SecP224K1FieldElement Z3 = new SecP224K1FieldElement(H); in add() local 182 SecP224K1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 186 SecP224K1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 189 ECFieldElement[] zs = new ECFieldElement[] { Z3 }; in add() 244 SecP224K1FieldElement Z3 = new SecP224K1FieldElement(M); in twice() local 245 SecP224K1Field.twice(Y1.x, Z3.x); in twice() 248 SecP224K1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 251 return new SecP224K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP192K1Point.java | 179 SecP192K1FieldElement Z3 = new SecP192K1FieldElement(H); in add() local 182 SecP192K1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 186 SecP192K1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 189 ECFieldElement[] zs = new ECFieldElement[] { Z3 }; in add() 244 SecP192K1FieldElement Z3 = new SecP192K1FieldElement(M); in twice() local 245 SecP192K1Field.twice(Y1.x, Z3.x); in twice() 248 SecP192K1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 251 return new SecP192K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP224R1Point.java | 177 SecP224R1FieldElement Z3 = new SecP224R1FieldElement(H); in add() local 180 SecP224R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 184 SecP224R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 187 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 254 SecP224R1FieldElement Z3 = new SecP224R1FieldElement(M); in twice() local 255 SecP224R1Field.twice(Y1.x, Z3.x); in twice() 258 SecP224R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 261 return new SecP224R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP256R1Point.java | 177 SecP256R1FieldElement Z3 = new SecP256R1FieldElement(H); in add() local 180 SecP256R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 184 SecP256R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 187 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 254 SecP256R1FieldElement Z3 = new SecP256R1FieldElement(M); in twice() local 255 SecP256R1Field.twice(Y1.x, Z3.x); in twice() 258 SecP256R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 261 return new SecP256R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP384R1Point.java | 178 SecP384R1FieldElement Z3 = new SecP384R1FieldElement(H); in add() local 181 SecP384R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 185 SecP384R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 188 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 255 SecP384R1FieldElement Z3 = new SecP384R1FieldElement(M); in twice() local 256 SecP384R1Field.twice(Y1.x, Z3.x); in twice() 259 SecP384R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 262 return new SecP384R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP521R1Point.java | 173 SecP521R1FieldElement Z3 = new SecP521R1FieldElement(H); in add() local 176 SecP521R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 180 SecP521R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 183 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 249 SecP521R1FieldElement Z3 = new SecP521R1FieldElement(M); in twice() local 250 SecP521R1Field.twice(Y1.x, Z3.x); in twice() 253 SecP521R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 256 return new SecP521R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECPoint.java | 559 ECFieldElement Z2 = Z.square(), Z3 = Z.multiply(Z2); in satisfiesCurveEquation() local 562 B = B.multiply(Z3); in satisfiesCurveEquation() 746 ECFieldElement Z3 = vCubed.multiply(w); in add() local 748 … return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in add() 759 ECFieldElement X3, Y3, Z3, Z3Squared = null; in add() local 781 Z3 = dx; in add() 783 Z3 = Z3.multiply(Z1); in add() 837 Z3 = H; in add() 840 Z3 = Z3.multiply(Z1); in add() 844 Z3 = Z3.multiply(Z2); in add() [all …]
|
/external/llvm/test/Transforms/BBVectorize/ |
D | simple3.ll | 23 %Z3 = fadd double %Y3, %B3 26 %R = fmul double %R1, %Z3
|
/external/opencv3/modules/calib3d/src/ |
D | p3p.cpp | 62 double mu3, double mv3, double X3, double Y3, double Z3) in solve() argument 74 double X3p = Rs[i][0][0] * X3 + Rs[i][0][1] * Y3 + Rs[i][0][2] * Z3 + ts[i][0]; in solve() 75 double Y3p = Rs[i][1][0] * X3 + Rs[i][1][1] * Y3 + Rs[i][1][2] * Z3 + ts[i][1]; in solve() 76 double Z3p = Rs[i][2][0] * X3 + Rs[i][2][1] * Y3 + Rs[i][2][2] * Z3 + ts[i][2]; in solve()
|
D | p3p.h | 22 double mu3, double mv3, double X3, double Y3, double Z3);
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_mat4x3.hpp | 86 typename X3, typename Y3, typename Z3, 91 X3 const & x3, Y3 const & y3, Z3 const & z3,
|
D | type_mat3x4.hpp | 83 typename X3, typename Y3, typename Z3, typename W3> 87 X3 const & x3, Y3 const & y3, Z3 const & z3, W3 const & w3);
|
D | type_mat4x4.hpp | 91 typename X3, typename Y3, typename Z3, typename W3, 96 X3 const & x3, Y3 const & y3, Z3 const & z3, W3 const & w3,
|
D | type_mat3x3.hpp | 88 typename X3, typename Y3, typename Z3> 92 X3 const & x3, Y3 const & y3, Z3 const & z3);
|
D | type_mat4x4.inl | 171 typename X3, typename Y3, typename Z3, typename W3, 177 X3 const & x3, Y3 const & y3, Z3 const & z3, W3 const & w3, 193 …GLM_STATIC_ASSERT(std::numeric_limits<Z3>::is_iec559 || std::numeric_limits<Z3>::is_integer, "*mat…
|
D | type_mat3x4.inl | 146 typename X3, typename Y3, typename Z3, typename W3> 151 X3 const & x3, Y3 const & y3, Z3 const & z3, W3 const & w3
|
D | type_mat4x3.inl | 150 typename X3, typename Y3, typename Z3, 156 X3 const & x3, Y3 const & y3, Z3 const & z3,
|
D | type_mat3x3.inl | 148 typename X3, typename Y3, typename Z3> 153 X3 const & x3, Y3 const & y3, Z3 const & z3
|
/external/clang/test/Index/ |
D | index-templates.cpp | 33 struct Z3 { }; struct
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_kdt_posp.pkb | 165 …���!.<E�z0�Z3���\b-V��+ c��V=�@� H$0r|*�F�ߊd}����D�`��G��QSR՞28�h�`4���h���О…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_phs.pkb | 1059 >I���`Z3
|
/external/curl/src/macos/ |
D | curl.mcp.xml.sit.hqx | 152 $DdVZbrG[S8$eBj!!@$Z3!%C,DD1H[Dr+iFXKGGD&**8$2mqBZG+M+&`P%``#e8Y
|