Home
last modified time | relevance | path

Searched refs:token0 (Results 1 – 18 of 18) sorted by relevance

/external/antlr/runtime/Cpp/tests/
Dt001.cpp40 t001lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testValid() local
43 std::cout << token0->getText() << std::endl; in testValid()
65 t001lexerTraits::CommonTokenType const *token0 = tstream->_LT(1); in testIteratorInterface() local
68 std::cout << token0->getText() << std::endl; in testIteratorInterface()
90 t001lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput() local
91 std::cout << token0->getText() << std::endl; in testMalformedInput()
Dt002.cpp74 t002lexerTraits::CommonTokenType const *token0 = tstream->_LT(1); in testIteratorInterface() local
78 std::cout << token0->getText() << std::endl; in testIteratorInterface()
101 t002lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput() local
102 std::cout << token0->getText() << std::endl; in testMalformedInput()
Dt005.cpp97 t005lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput1() local
98 std::cout << token0->getText() << std::endl; in testMalformedInput1()
122 t005lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput2() local
123 std::cout << token0->getText() << std::endl; in testMalformedInput2()
Dt003.cpp84 t003lexerTraits::CommonTokenType const *token0 = tstream->_LT(1); in testIteratorInterface() local
89 std::cout << token0->getText() << std::endl; in testIteratorInterface()
113 t003lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput() local
114 std::cout << token0->getText() << std::endl; in testMalformedInput()
Dt004.cpp94 t004lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput() local
95 std::cout << token0->getText() << std::endl; in testMalformedInput()
Dt007.cpp94 t007lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput() local
95 std::cout << token0->getText() << std::endl; in testMalformedInput()
/external/llvm-project/mlir/test/mlir-cpu-runner/
Dasync-group.mlir16 %token0 = async.execute { async.yield }
22 %0 = async.add_to_group %token0, %group : !async.token
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtoken_hlo_test.cc58 auto token0 = builder.AddInstruction(HloInstruction::CreateToken()); in XLA_TEST_F() local
62 HloInstruction::CreateAfterAll({token0, token0, token1, token2})); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser_test.cc337 %token0 = token[] after-all() in CreateTestCases()
338 %recv = (f32[], u32[], token[]) recv(token[] %token0), channel_id=15, sharding={maximal device=1} in CreateTestCases()
341 …%send = (f32[], u32[], token[]) send(f32[] %constant, token[] %token0), channel_id=16, sharding={m… in CreateTestCases()
352 %token0 = token[] after-all() in CreateTestCases()
353 %recv = (f32[], u32[], token[]) recv(token[] %token0), channel_id=15, is_host_transfer=true in CreateTestCases()
356 …%send = (f32[], u32[], token[]) send(f32[] %constant, token[] %token0), channel_id=16, is_host_tra… in CreateTestCases()
1223 token0 = token[] after-all() in CreateTestCases()
1224 infeed = ((u32[3]{0}, pred[]), token[]) infeed(token0) in CreateTestCases()
1226 outfeed = token[] outfeed(infeed.data, token0), outfeed_shape=(u32[3]{0}, pred[]) in CreateTestCases()
1227 ROOT infeed.1 = ((u32[3]{0}, pred[]), token[]) infeed(token0) in CreateTestCases()
[all …]
Dhlo_reachability_test.cc192 auto token0 = builder.AddInstruction(HloInstruction::CreateToken()); in TEST_F() local
194 builder.AddInstruction(HloInstruction::CreateSend(param, token0, 1)); in TEST_F()
/external/llvm-project/mlir/test/Conversion/AsyncToLLVM/
Dconvert-to-llvm.mlir77 %token0 = async.execute {
92 async.await %token0 : !async.token
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1976 VGPU10OpcodeToken0 token0; in emit_opcode_precise() local
1978 token0.value = 0; /* init all fields to zero */ in emit_opcode_precise()
1979 token0.opcodeType = vgpu10_opcode; in emit_opcode_precise()
1980 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode_precise()
1981 token0.saturate = saturate; in emit_opcode_precise()
1986 token0.preciseValues = precise && emit->version >= 50; in emit_opcode_precise()
1988 emit_dword(emit, token0.value); in emit_opcode_precise()
1990 emit->uses_precise_qualifier |= token0.preciseValues; in emit_opcode_precise()
2016 VGPU10OpcodeToken0 token0; in emit_opcode_resinfo() local
2018 token0.value = 0; /* init all fields to zero */ in emit_opcode_resinfo()
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc380 auto token0 = LiteralUtil::CreateToken(); in TEST_F() local
384 EXPECT_EQ(token0, token1); in TEST_F()
385 EXPECT_NE(token0, scalar); in TEST_F()
387 EXPECT_EQ(LiteralUtil::MakeTuple({&token0}), in TEST_F()
388 LiteralUtil::MakeTuple({&token0})); in TEST_F()
389 EXPECT_EQ(LiteralUtil::MakeTuple({&token0, &scalar}), in TEST_F()
391 EXPECT_NE(LiteralUtil::MakeTuple({&token0, &scalar}), in TEST_F()
/external/tensorflow/tensorflow/python/kernel_tests/
Dcollective_ops_test.py958 token0 = resource_variable_ops.ResourceVariable(0.)
971 ordering_token=token0.handle)
991 ordering_token=token0.handle)
/external/llvm-project/mlir/test/Dialect/Async/
Dops.mlir98 %token0 = async.execute [] () -> () { async.yield }
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt28 %test_after_all (token0: token[], token1: token[] ) -> token[] {
29 token0 = token[] parameter(0)
32 ROOT after-all = token[] after-all(token0, token1)
450 %test_infeed (token0: token[]) -> (s32[3], token[]) {
451 %token0 = token[] parameter(0)
454 ROOT %infeed = (s32[3], token[]) infeed(token[] %token0), infeed_config="foobar"
/external/llvm-project/llvm/test/CodeGen/X86/
Dstatepoint-vreg.ll627 …%token0 = call token (i64, i32, void (float)*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f…
628 …%reloc1 = call coldcc i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %token0, i32 0, i…
/external/deqp/external/openglcts/data/gles3/
Dpreprocessor.test1539 float token0 = 1.0;