Home
last modified time | relevance | path

Searched defs:x_2 (Results 1 – 5 of 5) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java704 long x_2 = x[2] & M; in square() local
820 long x_2 = x[xOff + 2] & M; in square() local
DNat224.java782 long x_2 = x[2] & M; in square() local
921 long x_2 = x[xOff + 2] & M; in square() local
DNat256.java915 long x_2 = x[2] & M; in square() local
1079 long x_2 = x[xOff + 2] & M; in square() local
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c271 nir_ssa_def *x_2 = nir_fmul(b, x, x); in build_atan() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2996 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); in lp_build_sin_or_cos() local