HomeSort by: relevance | last modified time | path
    Searched refs:f_j (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/rand/
statlib.c 92 mpf_t f_j; /* j */ local
104 mpf_init (Kt); mpf_init (f_x); mpf_init (f_j); mpf_init (f_jnq);
109 mpf_set_ui (f_j, j);
111 mpf_div_ui (f_jnq, f_j, n);
124 mpf_sub_ui (f_j, f_j, 1);
125 mpf_div_ui (f_jnq, f_j, n);
142 mpf_clear (Kt); mpf_clear (f_x); mpf_clear (f_j); mpf_clear (f_jnq);
  /src/external/mit/isl/dist/doc/
implementation.tex 541 $\min_i b_i(\vec p) \ge f_j(\vec p)$, then each of these constraints
1087 of $k$ elements $(\vec f_j, 1)$ in $\Delta_i'(\vec s)$.
1098 \vec f_j \\ 1
1109 i.e., $A_3 \vec f_j \ge \vec r(\vec s) \ge \vec 0$

Completed in 24 milliseconds