Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c273 int exp0; in sources_are_constants_with_similar_magnitudes() local
276 frexpf(val0[swizzle0[i]].f32, &exp0); in sources_are_constants_with_similar_magnitudes()
285 if (abs(exp0 - exp1) > (23 / 2)) in sources_are_constants_with_similar_magnitudes()
290 int exp0; in sources_are_constants_with_similar_magnitudes() local
293 frexp(val0[swizzle0[i]].f64, &exp0); in sources_are_constants_with_similar_magnitudes()
302 if (abs(exp0 - exp1) > (52 / 2)) in sources_are_constants_with_similar_magnitudes()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dinst-select-amdgcn.exp.mir4 name: exp0
8 # CHECK: name: exp0
/external/llvm-project/libclc/amdgpu/lib/math/
Dsqrt.cl49 uint exp0 = vcc ? 0x100 : 0;
52 double v01 = ldexp(x, exp0);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc57 HloInstruction* exp0 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
60 MakeDot(ShapeUtil::MakeShape(F32, {1024}), exp0, arg1)); in TEST_F()
95 HloInstruction* exp0 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
98 ShapeUtil::MakeShape(F32, {1024, 256}), HloOpcode::kBitcast, exp0)); in TEST_F()
116 HloInstruction* exp0 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
120 ShapeUtil::MakeShape(F32, {1024, 256}), exp0)); in TEST_F()
534 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
540 HloInstruction::CreateMap(shape, {exp0, exp1}, CreateMax(module.get()))); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddot_operation_test.cc202 auto exp0 = Exp(param0); in XLA_TYPED_TEST() local
203 Dot(exp0, param1); in XLA_TYPED_TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc1345 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
1350 HloInstruction::CreateBinary(r0f32, HloOpcode::kDivide, exp0, exp1)); in TEST_F()
1375 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
1380 HloInstruction::CreateBinary(r0f32, HloOpcode::kMultiply, exp0, exp1)); in TEST_F()
1404 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
1407 HloInstruction::CreateBinary(r0f32, HloOpcode::kPower, exp0, param1)); in TEST_F()
1504 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
1507 HloInstruction::CreateUnary(r0f32, HloOpcode::kLog, exp0)); in TEST_F()
1529 HloInstruction* exp0 = builder.AddInstruction( in TEST_F() local
1534 HloInstruction::CreateBinary(r0f32, HloOpcode::kDivide, exp0, exp1)); in TEST_F()
/external/llvm-project/llvm/docs/
DTestSuiteGuide.md275 % test-suite/utils/compare.py base0.json base1.json base2.json vs exp0.json exp1.json exp2.json