Searched refs:quadratic (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegListSource.cpp123 SVGPathSegCurvetoQuadratic* quadratic = static_cast<SVGPathSegCurvetoQuadratic*>(m_segment.get()); local
124 point1 = FloatPoint(quadratic->x1(), quadratic->y1());
125 targetPoint = FloatPoint(quadratic->x(), quadratic->y());
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DSceneLoader.java165 String quadraticStr = attribs.getValue("quadratic");
169 float quadratic = parseFloat(quadraticStr);
171 if (constant == 1 && quadratic == 0 && linear > 0){
/external/dropbear/libtommath/
H A Dbn.tex1806 then the result will be $-1$ when $a$ is not a quadratic residue modulo $p$. The result will be $0$ if $a$ divides $p$
1807 and the result will be $1$ if $a$ is a quadratic residue modulo $p$.
/external/iproute2/doc/
H A Dip-cref.tex2544 also by their source, the task gets quadratic complexity and its solution

Completed in 8555 milliseconds