Searched refs:v2A (Results 1 – 7 of 7) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Functions.c | 45 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A ) in bts_maxAbsIntLog2Of2() argument 47 uint32 maxL = bbs_max( ( uint32 )bbs_abs( v1A ), ( uint32 )bbs_abs( v2A ) ); in bts_maxAbsIntLog2Of2() 53 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A ) in bts_maxAbsIntLog2Of3() argument 56 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v2A ) ); in bts_maxAbsIntLog2Of3() 63 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A ) in bts_maxAbsIntLog2Of4() argument 66 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v2A ) ); in bts_maxAbsIntLog2Of4()
|
D | Functions.h | 56 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A ); 59 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A ); 62 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A );
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/endo/ |
D | GLVTypeBParameters.java | 21 protected final BigInteger v1A, v1B, v2A, v2B; field in GLVTypeBParameters 35 this.v2A = v2[0]; in GLVTypeBParameters() 75 return new BigInteger[]{ v2A, v2B }; in getV2() 80 return v2A; in getV2A()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/ |
D | GLVTypeBParameters.java | 17 protected final BigInteger v1A, v1B, v2A, v2B; field in GLVTypeBParameters 31 this.v2A = v2[0]; in GLVTypeBParameters() 71 return new BigInteger[]{ v2A, v2B }; in getV2() 76 return v2A; in getV2A()
|
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Math.c | 857 void bbs_mulU32( uint32 v1A, uint32 v2A, uint32* manPtrA, int32* expPtrA ) in bbs_mulU32() argument 860 uint32 log2L = bbs_intLog2( v2A ); in bbs_mulU32() 864 *manPtrA = v1A * v2A; in bbs_mulU32() 870 uint32 v2L = v2A; in bbs_mulU32() 898 void bbs_mulS32( int32 v1A, int32 v2A, int32* manPtrA, int32* expPtrA ) in bbs_mulS32() argument 901 uint32 log2L = bbs_intLog2( v2A > 0 ? v2A : -v2A ); in bbs_mulS32() 905 *manPtrA = v1A * v2A; in bbs_mulS32() 911 int32 v2L = v2A; in bbs_mulS32()
|
D | Math.h | 171 void bbs_mulU32( uint32 v1A, uint32 v2A, uint32* manPtrA, int32* expPtrA ); 177 void bbs_mulS32( int32 v1A, int32 v2A, int32* manPtrA, int32* expPtrA );
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | cea97a26f9b201b22bbdc2a6cd29e960.000c942f.honggfuzz.cov | 631 �r(�1���Q�e�{%�2�c�T)Y��dK�؏8Vw� �GhfT�j�i�v2A�[<�n:��-��5%��x�$��U�f}Zv�
|