Home
last modified time | relevance | path

Searched refs:temp_c (Results 1 – 4 of 4) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/src/
Dfq6.c44 Fq2Elem* temp_c = &tmpc; in Fq6Mul() local
49 Fq2Mul(temp_c, &left->y2, &right->y2); // temp_c = t2 in Fq6Mul()
54 Fq2Sub(temp_d, temp_d, temp_c); in Fq6Mul()
59 Fq2MulXi(&result->y1, temp_c); // result->y1 = Fq2.mulXi(t2) in Fq6Mul()
64 Fq2Sub(temp_b, temp_b, temp_c); in Fq6Mul()
65 Fq2Add(temp_c, &right->y0, &right->y2); in Fq6Mul()
67 Fq2Mul(temp_d, temp_d, temp_c); in Fq6Mul()
79 Fq2Elem* temp_c = &tmpc; in Fq6Inv() local
89 Fq2Square(temp_c, &in->y1); in Fq6Inv()
91 Fq2Sub(temp_c, temp_c, temp_d); in Fq6Inv()
[all …]
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc366 std::int32_t* temp_c = reinterpret_cast<std::int32_t*>(scratch->buffer()); in EightBitIntGemm() local
371 b, b_offset, ldb, temp_c, ldc, \ in EightBitIntGemm()
390 std::int32_t* src_row = temp_c + i * ldc; in EightBitIntGemm()
399 std::int32_t* src_column = temp_c + i * ldc; in EightBitIntGemm()
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.proto152 double temp_c = 8; field
/external/golang-protobuf/proto/test_proto/
Dtest.proto558 double temp_c = 8; field