HomeSort by relevance Sort by last modified time
    Searched defs:sub0 (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
bfloat16_conversion_folding_test.cc 164 HloInstruction* sub0 = builder.AddInstruction( local
167 builder.AddInstruction(HloInstruction::CreateConvert(bf16_shape, sub0));
182 EXPECT_EQ(sub0->shape().element_type(), F32);
bfloat16_normalization_test.cc 162 HloInstruction* sub0 = builder.AddInstruction( local
166 HloInstruction::CreateBinary(bf16_shape, HloOpcode::kSubtract, sub0, c));
175 EXPECT_EQ(sub0->shape().element_type(), F32);
  /art/compiler/optimizing/
scheduler_test.cc 234 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, i, c0); local
246 new (GetAllocator()) HArraySet(arr, sub0, c0, DataType::Type::kInt32, 0);
267 sub0,
load_store_analysis_test.cc 203 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); local
214 new (GetAllocator()) HArraySet(array, sub0, c0, DataType::Type::kInt32, 0);
226 entry->AddInstruction(sub0);
  /external/icu/icu4c/source/i18n/
ulocdata.cpp 333 static const UChar sub0[4] = { 0x007b, 0x0030, 0x007d , 0x0000 }; /* {0} */ local
371 p0=u_strstr(separator, sub0);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleData.java 420 String sub0 = "{0}"; local
424 int index0 = localeSeparator.indexOf(sub0);
427 return localeSeparator.substring(index0 + sub0.length(), index1);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleData.java 435 String sub0 = "{0}"; local
439 int index0 = localeSeparator.indexOf(sub0);
442 return localeSeparator.substring(index0 + sub0.length(), index1);
  /external/icu/icu4c/source/common/
locdispnames.cpp 471 static const UChar sub0[4] = { 0x007b, 0x0030, 0x007d , 0x0000 } ; /* {0} */ local
538 UChar *p0=u_strstr(separator, sub0);
555 UChar *p0=u_strstr(pattern, sub0);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
deblock_msa.c 548 v4i32 sub0, sub1, sub2, sub3; local
576 UNPCK_SH_SW(sub_r, sub0, sub1);
580 MUL4(sum0_w, sub0, sum1_w, sub1, sum2_w, sub2, sum3_w, sub3, mul0, mul1,
643 v4i32 sub0, sub1, sub2, sub3, total0, total1, total2, total3; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c 994 const int16x8_t sub0 = vsubq_s16(above0, top_left); local
1054 const int16x8_t sub0 = vsubq_s16(above0, top_left); local
    [all...]
intrapred_neon.c 957 const int16x8_t sub0 = vreinterpretq_s16_u16( local
1014 const int16x8_t sub0 = vreinterpretq_s16_u16( local
    [all...]
  /external/virglrenderer/src/
vrend_renderer.c 545 struct vrend_sub_context *sub0; member in struct:vrend_context
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 641 milliseconds