HomeSort by relevance Sort by last modified time
    Searched refs:modp (Results 1 - 11 of 11) sorted by null

  /system/bt/stack/smp/
p_256_multprecision.c 134 DWORD *modp; local
138 modp = curve.p;
142 modp = curve_p256.p;
150 multiprecision_sub(c, c, modp, keyLength);
152 else if (multiprecision_compare(c, modp, keyLength)>=0)
154 multiprecision_sub(c, c, modp, keyLength);
202 DWORD *modp; local
206 modp = curve.p;
210 modp = curve_p256.p;
218 multiprecision_sub(c, c, modp, keyLength)
230 DWORD *modp; local
303 DWORD *modp = curve.p; local
391 DWORD *modp = curve_p256.p; local
641 DWORD *modp; local
    [all...]
p_256_ecc_pp.c 208 DWORD *modp; local
212 modp = curve_p256.p;
216 modp = curve.p;
228 multiprecision_sub(minus_p.y, modp, p->y, keyLength);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfPizCompressor.cpp 61 using Imath::modp;
376 if (modp (y, cd.ys) != 0)
399 if (modp (y, cd.ys) != 0)
618 if (modp (y, cd.ys) != 0)
641 if (modp (y, cd.ys) != 0)
ImfB44Compressor.cpp 117 using Imath::modp;
691 if (modp (y, cd.ys) != 0)
730 if (modp (y, cd.ys) != 0)
1008 if (modp (y, cd.ys) != 0)
1041 if (modp (y, cd.ys) != 0)
ImfInputFile.cpp 61 using Imath::modp;
265 while (modp (xStart, toSlice.xSampling) != 0)
268 while (modp (yStart, toSlice.ySampling) != 0)
ImfPxr24Compressor.cpp 305 if (modp (y, c.ySampling) != 0)
450 if (modp (y, c.ySampling) != 0)
ImfMisc.cpp 57 using Imath::modp;
118 if (modp (y, c.channel().ySampling) == 0)
ImfScanLineInputFile.cpp 66 using Imath::modp;
525 if (modp (y, slice.ySampling) != 0)
ImfOutputFile.cpp 68 using Imath::modp;
375 if (modp (y, slice.ySampling) != 0)
521 if (modp (y, slice.ySampling) != 0)
    [all...]
ImfRgbaFile.cpp 1082 d = modp (d, N + 2);
1097 d = modp (d, 3);
  /external/opencv3/3rdparty/openexr/Imath/
ImathFun.h 198 // modp(x,y) == x - y * divp(x,y)
210 modp (int x, int y) function in namespace:Imath

Completed in 2597 milliseconds