/external/epid-sdk/epid/member/tiny/math/ |
D | efq.h | 67 FpElem const* exp0, EccPointFq const* base1, 80 FpElem const* exp0, EccPointJacobiFq const* base1,
|
D | fq12.h | 102 VeryLargeInt const* exp0, Fq12Elem const* base1,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | inst-select-amdgcn.exp.mir | 4 name: exp0 8 # CHECK: name: exp0
|
/external/epid-sdk/epid/member/tiny/math/src/ |
D | efq.c | 68 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()
|
D | fq12.c | 131 VeryLargeInt const* exp0, Fq12Elem const* base1, in Fq12MultiExp() argument 136 Fq12Exp(result, base0, exp0); in Fq12MultiExp()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_instruction_fusion_test.cc | 56 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/ |
D | algebraic_simplifier_test.cc | 1053 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/ |
D | dot_operation_test.cc | 195 auto exp0 = Exp(param0); in XLA_TYPED_TEST() local 196 Dot(exp0, param1); in XLA_TYPED_TEST()
|