Searched refs:zero (Results 1 – 11 of 11) sorted by relevance
/cts/tests/tests/rsblas/assets/ |
D | blas_gen.py | 52 def zero(a): function 187 zero(b); 192 zero(a); 202 zero(b); 207 zero(a); 217 zero(b); 222 zero(a); 232 zero(b); 237 zero(a); 257 zero(b); [all …]
|
/cts/tests/tests/util/src/android/util/cts/ |
D | RationalTest.java | 180 Rational zero = new Rational(0, -100); in testReduction() local 181 assertEquals(0, zero.getNumerator()); in testReduction() 182 assertEquals(1, zero.getDenominator()); in testReduction() 183 assertEquals(ZERO, zero); in testReduction()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | launchclip.rscript | 36 int RS_KERNEL zero() {
|
D | single_source_alloc.rscript | 27 // "index-of-the-cell-starting-from-zero". For vector types, the 'x' field 31 // 'z' will be zero for 2D and 1D allocations. 'y' will be zero for 1D
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | AbsSeekBarTest.java | 96 final int zero = 0; in testAccessThumbOffset() local 101 myAbsSeekBar.setThumbOffset(zero); in testAccessThumbOffset() 102 assertEquals(zero, myAbsSeekBar.getThumbOffset()); in testAccessThumbOffset()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layered_filter_fast_d1new.rscript | 169 // A valid, non-zero dilated_depth indicates distance transform is 229 // A valid, non-zero dilated_depth indicates distance transform is 481 // For such a pixel, its matte value can still be zero if its distance 512 // ComputeLayerMatteInFrontOfFocalDepth, which results in a zero matte. 535 // For such a pixel, its matte value can still be zero if its distance 565 // ComputeLayerMatteInFrontOfFocalDepth, which results in a zero matte. 598 // For such a pixel, its matte value can still be zero if its distance 645 // For such a pixel, its matte value can still be zero if its distance
|
D | pixel_format_f32.rsh | 43 // For inactive pixels with non-zero matte, dilated_depth is the depth of the
|
D | layered_filter_fast_f32.rscript | 191 // A valid, non-zero dilated_depth indicates distance transform is 349 // For such a pixel, its matte value can still be zero if its distance 381 // ComputeLayerMatteInFrontOfFocalDepth, which results in a zero matte. 412 // For such a pixel, its matte value can still be zero if its distance
|
D | layered_filter_f32_helper.rsh | 19 // sharp->actual_depth and must be non-zero. However, sharp->actual_depth may or
|
D | layered_filter_d1new_helper.rsh | 36 // sharp->actual_depth and must be non-zero. However, sharp->actual_depth may or
|
/cts/tests/tests/view/jni/ |
D | android_view_cts_ChoreographerNativeTest.cpp | 43 static constexpr std::chrono::nanoseconds ZERO{std::chrono::nanoseconds::zero()};
|