Home
last modified time | relevance | path

Searched refs:y_i (Results 1 – 7 of 7) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java220 int y_i = y[i] ^ Integer.MIN_VALUE; in gte() local
221 if (x_i < y_i) in gte()
223 if (x_i > y_i) in gte()
234 int y_i = y[yOff + i] ^ Integer.MIN_VALUE; in gte() local
235 if (x_i < y_i) in gte()
237 if (x_i > y_i) in gte()
DNat224.java291 int y_i = y[i] ^ Integer.MIN_VALUE; in gte() local
292 if (x_i < y_i) in gte()
294 if (x_i > y_i) in gte()
305 int y_i = y[yOff + i] ^ Integer.MIN_VALUE; in gte() local
306 if (x_i < y_i) in gte()
308 if (x_i > y_i) in gte()
DNat256.java314 int y_i = y[i] ^ Integer.MIN_VALUE; in gte() local
315 if (x_i < y_i) in gte()
317 if (x_i > y_i) in gte()
328 int y_i = y[yOff + i] ^ Integer.MIN_VALUE; in gte() local
329 if (x_i < y_i) in gte()
331 if (x_i > y_i) in gte()
DNat.java323 int y_i = y[i] ^ Integer.MIN_VALUE; in gte() local
324 if (x_i < y_i) in gte()
326 if (x_i > y_i) in gte()
/external/ceres-solver/examples/
Dmore_garbow_hillstrom.cc231 const T y_i = T(y[i]); variable
232 residual[i] = x1 * exp(-x2 * (t_i - x3) * (t_i - x3) / T(2.0)) - y_i;
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2223 LLVMValueRef y_i = LLVMBuildBitCast(b, y_10, bld->int_vec_type, "y_i"); in lp_build_sin() local
2227 LLVMValueRef y_and = LLVMBuildAnd(b, y_i, poly_mask_inv, "y_and"); in lp_build_sin()
2441 LLVMValueRef y_i = LLVMBuildBitCast(b, y_10, bld->int_vec_type, "y_i"); in lp_build_cos() local
2444 LLVMValueRef y_and = LLVMBuildAnd(b, y_i, poly_mask_inv, "y_and"); in lp_build_cos()
/external/ceres-solver/docs/source/
Dsolving.rst274 Given a set of pairs :math:`\{(x_i, y_i)\}`, the user wishes to estimate