Searched refs:eqn (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java802 public void glGetClipPlanef(int pname, FloatBuffer eqn) { argument
803 ((GL11)mGL).glGetClipPlanef(pname, eqn);
807 public void glGetClipPlanef(int pname, float[] eqn, int offset) { argument
808 ((GL11)mGL).glGetClipPlanef(pname, eqn, offset);
812 public void glGetClipPlanex(int pname, IntBuffer eqn) { argument
813 ((GL11)mGL).glGetClipPlanex(pname, eqn);
817 public void glGetClipPlanex(int pname, int[] eqn, int offset) { argument
818 ((GL11)mGL).glGetClipPlanex(pname, eqn, offset);
/external/dropbear/libtommath/
H A Dbn.tex1277 as (\ref{eqn:mod}) the modular reduction is equivalent to the remainder of $b$ divided by $c$.
1281 \label{eqn:mod}

Completed in 335 milliseconds