Home
last modified time | relevance | path

Searched defs:add1 (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/llvm/test/tools/llvm-objdump/X86/Inputs/
Dsource-interleave-header1.h1 int add1(int a) { return a + 1; } in add1() function
/external/tensorflow/tensorflow/compiler/jit/
Dcluster_scoping_pass_test.cc108 Node* add1 = in TEST() local
156 Node* add1 = ops::BinaryOp("Add", unstage, b, in TEST() local
Ddeadness_analysis_test.cc413 Output add1 = ops::Add(root.WithOpName("add1"), m0.output, m1.output); in TEST() local
436 Output add1 = in TEST() local
461 Output add1 = in TEST() local
487 Output add1 = in TEST() local
573 Output add1 = ops::Add(root.WithOpName("add1"), iv1, iv2); in TEST() local
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DMachO_ARM64_relocations.s62 add1: label
/external/python/cffi/demo/
Dapi.py48 def add1(n): function
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DMachO_ARM64_relocations.s70 add1: label
DCOFF_AArch64.s89 add1: label
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment_test.cc148 auto add1 = ops::Add(s.WithOpName("add1"), feed, feed); in TEST_F() local
196 auto add1 = ops::Add(s.WithOpName("add1"), feed, feed); in TEST_F() local
259 auto add1 = ops::Add(s.WithOpName("add1"), feed, feed); in TEST_F() local
287 auto add1 = ops::Add(s.WithOpName("add1"), feed, feed); in TEST_F() local
336 auto add1 = ops::Add(s.WithOpName("add1"), add0, add0); in TEST_F() local
/external/llvm-project/flang/test/Semantics/
Dresolve68.f907 procedure, pass(x) :: add1 => add method
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc110 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
275 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
326 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
558 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
723 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
811 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
938 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
Dfusion_node_indexing_evaluation_test.cc157 HloInstruction* add1 = fusion->mutable_operand(0); in TEST_F() local
Dhlo_cse_test.cc499 auto add1 = builder.AddInstruction( in TEST_F() local
544 auto add1 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc62 auto add1 = builder.AddInstruction( in TEST_F() local
250 auto add1 = builder.AddInstruction( in TEST_F() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListAtomicLFStressTest.kt123 val add1 = list1.describeAddLast(node1) in <lambda>() constant
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc609 TF_Operation* add1 = Add(feed1, feed2, func_graph_, s_, "add1"); in TEST_F() local
704 TF_Operation* add1 = Add(feed1, feed2, func_graph_, s_, "add1"); in TEST_F() local
744 TF_Operation* add1 = Add(feed1, feed2, func_graph_, s_, "add1"); in TEST_F() local
927 TF_Operation* add1 = Add(params->body_inputs[0], params->body_inputs[1], in TEST_F() local
1089 TF_Operation* add1 = Add(feed1, feed2, func_graph_, s_, "add1"); in TEST_F() local
1477 TF_Operation* add1 = Add(feed1, feed2, func_graph_, s_, "add1"); in TEST_F() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp276 struct threadParams add1 = { EE, add1F, 1000 }; in main() local
/external/llvm-project/clang/test/CodeGen/
Dubsan-promoted-arith.cpp17 char add1(char c) { return c + c; } in add1() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc193 auto add1 = ops::Add(s.WithOpName("add1"), segment_root_1, segment_root_1); in TEST_F() local
/external/llvm-project/llvm/examples/ParallelJIT/
DParallelJIT.cpp275 struct threadParams add1 = { EE, add1F, 1000 }; in main() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dwhile_transformer_test.cc76 auto add1 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildBodyComputation() local
Dgpu_hlo_schedule_test.cc135 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_quat.inl127 __m128 add1 = _mm_dp_ps(mul1, _mm_set_ps(1.0f, 1.0f, 1.0f, -1.0f), 0xff); local
136 __m128 add1 = _mm_add_ps(mul1, _mm_movehl_ps(mul1, mul1)); local
/external/libvpx/libvpx/vpx_dsp/arm/
Dloopfilter_neon.c174 const uint8x8_t add0, const uint8x8_t add1, in filter_update_8()
185 const uint8x16_t add1, uint16x8_t *sum0, in filter_update_16()
200 const uint8x8_t add1, in calc_7_tap_filter_8_kernel()
208 const uint8x16_t add1, uint16x8_t *sum0, uint16x8_t *sum1) { in calc_7_tap_filter_16_kernel()
215 const uint8x8_t add0, const uint8x8_t add1, const uint8x8_t in, in apply_15_tap_filter_8_kernel()
223 const uint8x16_t add0, const uint8x16_t add1, const uint8x16_t in, in apply_15_tap_filter_16_kernel()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc146 auto add1 = ops::Add(s.WithOpName("add1"), a, b); in TEST_F() local
155 auto add1 = ops::Add(s.WithOpName("add1"), a, b); in TEST_F() local
459 auto add1 = ops::Add(s, shape, shape_n[0]); in TEST_F() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h266 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize); in acquire() local

123