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

  /external/webkit/WebCore/svg/
SVGFECompositeElement.h 46 DECLARE_ANIMATED_PROPERTY(SVGFECompositeElement, SVGNames::k4Attr, float, K4, k4)
  /external/dbus/dbus/
dbus-sha.c 110 #define K4 0xCA62C1D6L /* Rounds 60-79 */
247 subRound (A, B, C, D, E, f4, K4, expand ( eData, 60) );
248 subRound (E, A, B, C, D, f4, K4, expand ( eData, 61) );
249 subRound (D, E, A, B, C, f4, K4, expand ( eData, 62) );
250 subRound (C, D, E, A, B, f4, K4, expand ( eData, 63) );
251 subRound (B, C, D, E, A, f4, K4, expand ( eData, 64) );
252 subRound (A, B, C, D, E, f4, K4, expand ( eData, 65) );
253 subRound (E, A, B, C, D, f4, K4, expand ( eData, 66) );
254 subRound (D, E, A, B, C, f4, K4, expand ( eData, 67) );
255 subRound (C, D, E, A, B, f4, K4, expand ( eData, 68) )
    [all...]
  /external/speex/libspeex/
math_approx.h 186 #define K4 -10
195 return ADD32(K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
199 return SUB32(-K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));

Completed in 3660 milliseconds