Searched refs:cmpRes (Results 1 – 9 of 9) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpbnarithsub.c | 123 int cmpRes= cpCmp_BNU(pDataA, nsA, pDataB, nsB); variable 125 if(0==cmpRes) { 132 if(0>cmpRes) { 141 BN_SIGN(pR) = cmpRes>0? sgnA : INVERSE_SIGN(sgnA);
|
D | pcpbnarithadd.c | 123 int cmpRes = cpCmp_BNU(pDataA, nsA, pDataB, nsB); variable 125 if(0==cmpRes) { 132 if(0>cmpRes) { 141 BN_SIGN(pR) = cmpRes>0? sgnA : INVERSE_SIGN(sgnA);
|
D | pcpbnarithmac.c | 136 int cmpRes = cpCmp_BNU(pDataR, room, pDataP, room); variable 137 if(0>cmpRes) { 142 BN_SIGN(pR) = cmpRes>0? sgnR : INVERSE_SIGN(sgnR);
|
D | gsmod_almmontinv.c | 98 int cmpRes = cpCmp_BNU(pu, mLen, pv, mLen); in alm_mont_inv() local 99 if(cmpRes>0) { // else if (u>v) { in alm_mont_inv()
|
D | pcpbnarithgcd.c | 119 int cmpRes = cpCmp_BNU(BN_NUMBER(x), BN_SIZE(x), BN_NUMBER(y), BN_SIZE(y)); variable 120 if(0>cmpRes) 122 if(0==cmpRes) {
|
/external/deqp/framework/delibs/depool/ |
D | dePoolHeap.h | 113 … int cmpRes = CMPFUNC(TYPENAME##Array_get(array, ndx), TYPENAME##Array_get(array, minChildNdx)); \ 114 if (cmpRes == 1) \ 133 int cmpRes = CMPFUNC(TYPENAME##Array_get(array, ndx), TYPENAME##Array_get(array, parentNdx)); \ 134 if (cmpRes == -1) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | avx512-calling-conv.ll | 105 %cmpRes = icmp sgt <8 x i32>%a, %b 106 %resi = call <8 x i1> @func8xi1(<8 x i1> %cmpRes) 155 %cmpRes = icmp sgt <16 x i32>%a, %b 156 %resi = call <16 x i1> @func16xi1(<16 x i1> %cmpRes) 185 %cmpRes = icmp sgt <4 x i32>%a, %b 186 %resi = call <4 x i1> @func4xi1(<4 x i1> %cmpRes) 227 %cmpRes = icmp sgt <8 x i32>%a, %b 228 %resi = call <8 x i1> @func8xi1(<8 x i1> %cmpRes)
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-calling-conv.ll | 174 %cmpRes = icmp sgt <8 x i32>%a, %b 175 %resi = call <8 x i1> @func8xi1(<8 x i1> %cmpRes) 228 %cmpRes = icmp sgt <16 x i32>%a, %b 229 %resi = call <16 x i1> @func16xi1(<16 x i1> %cmpRes) 273 %cmpRes = icmp sgt <4 x i32>%a, %b 274 %resi = call <4 x i1> @func4xi1(<4 x i1> %cmpRes) 336 %cmpRes = icmp sgt <8 x i32>%a, %b 337 %resi = call <8 x i1> @func8xi1(<8 x i1> %cmpRes)
|
/external/icu/icu4c/source/common/ |
D | ustrcase.cpp | 1400 int32_t cmpRes = 0; in _cmpFold() local 1522 cmpRes=0; /* c1==c2==-1 indicating end of strings */ in _cmpFold() 1567 cmpRes=-1; /* string 1 ends before string 2 */ in _cmpFold() 1570 cmpRes=1; /* string 2 ends before string 1 */ in _cmpFold() 1745 cmpRes=c1-c2; in _cmpFold() 1753 return cmpRes; in _cmpFold()
|