Home
last modified time | relevance | path

Searched refs:exp0 (Results 1 – 8 of 8) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/
Defq.h67 FpElem const* exp0, EccPointFq const* base1,
80 FpElem const* exp0, EccPointJacobiFq const* base1,
Dfq12.h102 VeryLargeInt const* exp0, Fq12Elem const* base1,
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dinst-select-amdgcn.exp.mir4 name: exp0
8 # CHECK: name: exp0
/external/epid-sdk/epid/member/tiny/math/src/
Defq.c68 FpElem const* exp0, EccPointFq const* base1, in EFqAffineMultiExp() argument
74 EFqMultiExp(&efqj_base0, &efqj_base0, exp0, &efqj_base1, exp1); in EFqAffineMultiExp()
79 FpElem const* exp0, EccPointJacobiFq const* base1, in EFqMultiExp() argument
98 (int)((exp0->limbs.word[i] >> j) & (exp1->limbs.word[i] >> j) & in EFqMultiExp()
103 EFqCondSet(&efqj_a, &efqj_b, &efqj_a, (int)(((exp0->limbs.word[i] >> j) | in EFqMultiExp()
Dfq12.c131 VeryLargeInt const* exp0, Fq12Elem const* base1, in Fq12MultiExp() argument
136 Fq12Exp(result, base0, exp0); in Fq12MultiExp()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc56 HloInstruction* exp0 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
59 MakeDot(ShapeUtil::MakeShape(F32, {1024, 1}), exp0, arg1)); in TEST_F()
94 HloInstruction* exp0 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
97 ShapeUtil::MakeShape(S32, {1024, 256}), HloOpcode::kBitcast, exp0)); in TEST_F()
114 HloInstruction* exp0 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
118 ShapeUtil::MakeShape(S32, {1024, 256}), exp0)); in TEST_F()
532 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
538 HloInstruction::CreateMap(shape, {exp0, exp1}, CreateMax(module.get()))); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc1053 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
1058 HloInstruction::CreateBinary(r0f32, HloOpcode::kDivide, exp0, exp1)); in TEST_F()
1083 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
1088 HloInstruction::CreateBinary(r0f32, HloOpcode::kMultiply, exp0, exp1)); in TEST_F()
1112 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
1115 HloInstruction::CreateBinary(r0f32, HloOpcode::kPower, exp0, param1)); in TEST_F()
1164 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
1167 HloInstruction::CreateUnary(r0f32, HloOpcode::kLog, exp0)); in TEST_F()
1189 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
1194 HloInstruction::CreateBinary(r0f32, HloOpcode::kDivide, exp0, exp1)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddot_operation_test.cc195 auto exp0 = Exp(param0); in XLA_TYPED_TEST() local
196 Dot(exp0, param1); in XLA_TYPED_TEST()