Home
last modified time | relevance | path

Searched refs:temp_d (Results 1 – 2 of 2) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/src/
Dfq6.c45 Fq2Elem* temp_d = &tmpd; in Fq6Mul() local
50 Fq2Add(temp_d, &left->y1, &left->y2); // temp_d = t3 in Fq6Mul()
52 Fq2Mul(temp_d, temp_d, temp_e); // temp_d = t3 in Fq6Mul()
53 Fq2Sub(temp_d, temp_d, temp_b); in Fq6Mul()
54 Fq2Sub(temp_d, temp_d, temp_c); in Fq6Mul()
55 Fq2MulXi(temp_e, temp_d); in Fq6Mul()
56 Fq2Add(temp_d, &left->y0, &left->y1); in Fq6Mul()
58 Fq2Mul(temp_d, temp_d, &result->y1); in Fq6Mul()
60 Fq2Add(&result->y1, &result->y1, temp_d); in Fq6Mul()
63 Fq2Add(temp_d, &left->y0, &left->y2); in Fq6Mul()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tes.cpp234 dst_reg temp_d = retype(temp, BRW_REGISTER_TYPE_D); in nir_emit_intrinsic() local
237 emit(VEC4_OPCODE_URB_READ, temp_d, src_reg(header)); in nir_emit_intrinsic()
242 read = emit(VEC4_OPCODE_URB_READ, byte_offset(temp_d, REG_SIZE), in nir_emit_intrinsic()