HomeSort by relevance Sort by last modified time
    Searched full:convert1 (Results 1 - 9 of 9) sorted by null

  /tools/metalava/src/test/java/com/android/tools/metalava/
NullnessMigrationTest.kt 31 method @Nullable public Double convert1(@NonNull Float);
43 method public Double? convert1(Float);
62 method @Nullable public Double convert1(Float);
69 method public Double convert1(Float);
76 method @RecentlyNullable public Double convert1(Float);
92 method public Double convert1(@NonNull Float);
99 method public Double convert1(Float);
106 method public Double convert1(@RecentlyNonNull Float);
124 method @Nullable public Double convert1(@NonNull Float);
136 method public Double convert1(Float)
    [all...]
AnnotationStatisticsTest.kt 73 method @androidx.annotation.Nullable public java.lang.Double convert1(@androidx.annotation.NonNull java.lang.Float);
CompatibilityCheckTest.kt 149 method public Double convert1(Float);
162 method @Nullable public Double convert1(@Nullable Float);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
bfloat16_conversion_folding_test.cc 92 HloInstruction* convert1 = builder.AddInstruction( local
96 HloInstruction::CreateBinary(f32_shape, HloOpcode::kAdd, convert1, c));
126 HloInstruction* convert1 = builder.AddInstruction( local
130 f32_shape, HloOpcode::kMultiply, convert1, c));
142 EXPECT_EQ(mul1->operand(0), convert1);
161 HloInstruction* convert1 = builder.AddInstruction( local
165 f32_shape, HloOpcode::kSubtract, convert1, c));
177 EXPECT_EQ(sub1->operand(0), convert1);
196 HloInstruction* convert1 = local
204 EXPECT_EQ(computation->root_instruction(), convert1);
    [all...]
  /external/webp/src/dsp/
upsampling_neon.c 165 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \
186 CONVERT1(FUNC, XSTEP, len, top_y, uv, top_dst, cur_x); \
188 CONVERT1(FUNC, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
  /tools/metalava/
README.md 112 method @Nullable public java.lang.Double convert1(@NonNull java.lang.Float);
117 method public java.lang.Double? convert1(java.lang.Float);
  /external/valgrind/VEX/priv/
host_s390_isel.c     [all...]
  /external/testng/doc/
eclipse.html 226 <img border="0" src="http://testng.org/pictures/convert1.png" />
  /external/libchrome/base/trace_event/
trace_event_unittest.cc     [all...]

Completed in 516 milliseconds