Home
last modified time | relevance | path

Searched defs:small (Results 1 – 25 of 212) sorted by relevance

123456789

/external/rust/android-crates-io/crates/zerocopy/tests/ui-msrv/
Dptr-is-invariant-over-v.rs6 fn _when_exclusive<'big: 'small, 'small>( in _when_exclusive()
7 big: Ptr<'small, &'big u32, (Exclusive, Aligned, Valid)>, in _when_exclusive()
8 mut _small: Ptr<'small, &'small u32, (Exclusive, Aligned, Valid)>, in _when_exclusive()
13 fn _when_shared<'big: 'small, 'small>( in _when_shared()
14 big: Ptr<'small, &'big u32, (Shared, Aligned, Valid)>, in _when_shared()
15 mut _small: Ptr<'small, &'small u32, (Shared, Aligned, Valid)>, in _when_shared()
/external/rust/android-crates-io/crates/zerocopy/tests/ui-stable/
Dptr-is-invariant-over-v.rs6 fn _when_exclusive<'big: 'small, 'small>( in _when_exclusive()
7 big: Ptr<'small, &'big u32, (Exclusive, Aligned, Valid)>, in _when_exclusive()
8 mut _small: Ptr<'small, &'small u32, (Exclusive, Aligned, Valid)>, in _when_exclusive()
13 fn _when_shared<'big: 'small, 'small>( in _when_shared()
14 big: Ptr<'small, &'big u32, (Shared, Aligned, Valid)>, in _when_shared()
15 mut _small: Ptr<'small, &'small u32, (Shared, Aligned, Valid)>, in _when_shared()
/external/rust/android-crates-io/crates/zerocopy/tests/ui-nightly/
Dptr-is-invariant-over-v.rs6 fn _when_exclusive<'big: 'small, 'small>( in _when_exclusive()
7 big: Ptr<'small, &'big u32, (Exclusive, Aligned, Valid)>, in _when_exclusive()
8 mut _small: Ptr<'small, &'small u32, (Exclusive, Aligned, Valid)>, in _when_exclusive()
13 fn _when_shared<'big: 'small, 'small>( in _when_shared()
14 big: Ptr<'small, &'big u32, (Shared, Aligned, Valid)>, in _when_shared()
15 mut _small: Ptr<'small, &'small u32, (Shared, Aligned, Valid)>, in _when_shared()
/external/skia/bench/
DLightingBench.cpp19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench()
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench()
118 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench()
136 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench()
155 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench()
174 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench()
193 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { } in LightingSpotLitSpecularBench()
DDisplacementBench.cpp23 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench()
91 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench()
116 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench()
140 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench()
/external/pdfium/xfa/fgas/crt/
Dcfgas_decimal_unittest.cpp22 CFGAS_Decimal small(std::numeric_limits<int32_t>::min()); in TEST() local
29 CFGAS_Decimal small(std::numeric_limits<uint32_t>::min()); in TEST() local
36 CFGAS_Decimal small(std::numeric_limits<uint64_t>::min()); in TEST() local
71 CFGAS_Decimal small(L"-1000000000000000000000000"); in TEST() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DCorrelatedRandomVectorGenerator.java98 RealMatrix covariance, double small, in CorrelatedRandomVectorGenerator()
126 public CorrelatedRandomVectorGenerator(RealMatrix covariance, double small, in CorrelatedRandomVectorGenerator()
188 private void decompose(RealMatrix covariance, double small) in decompose()
/external/clang/test/Sema/
Daarch64-neon-ranges.c6 void test_vext_8bit(int8x8_t small, int8x16_t big) { in test_vext_8bit()
22 void test_mul_lane_f64(float64x1_t small, float64x2_t big, float64x2_t rhs) { in test_mul_lane_f64()
39 void test_ld1st1(int8x8_t small, int8x16_t big, void *addr) { in test_ld1st1()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DNumberCoercionTest.java72 long small = -1L + Integer.MIN_VALUE; in testToIntFailing() local
193 BigInteger small = BigInteger.valueOf(Long.MIN_VALUE).subtract(BigInteger.TEN); in testToLongFailing() local
/external/openscreen/third_party/abseil/src/absl/container/
Dfixed_array_exception_safety_test.cc55 auto small = FixedArr(kSmallSize); in TEST() local
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
109 auto small = FixedArr(kSmallSize); in TEST() local
117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
/external/cronet/stable/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc55 auto small = FixedArr(kSmallSize); in TEST() local
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
109 auto small = FixedArr(kSmallSize); in TEST() local
117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
/external/cronet/tot/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc55 auto small = FixedArr(kSmallSize); in TEST() local
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
109 auto small = FixedArr(kSmallSize); in TEST() local
117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
/external/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc55 auto small = FixedArr(kSmallSize); in TEST() local
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
109 auto small = FixedArr(kSmallSize); in TEST() local
117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc55 auto small = FixedArr(kSmallSize); in TEST() local
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
109 auto small = FixedArr(kSmallSize); in TEST() local
117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
/external/angle/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc55 auto small = FixedArr(kSmallSize); in TEST() local
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
109 auto small = FixedArr(kSmallSize); in TEST() local
117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/
DCorrelatedRandomVectorGenerator.java81 double small, in CorrelatedRandomVectorGenerator()
108 RealMatrix covariance, double small, NormalizedRandomGenerator generator) { in CorrelatedRandomVectorGenerator()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
DAsyncNumberCoercionTest.java80 long small = -1L + Integer.MIN_VALUE; in testToIntFailing() local
196 BigInteger small = BigInteger.valueOf(Long.MIN_VALUE).subtract(BigInteger.TEN); in testToLongFailing() local
/external/pytorch/c10/test/core/impl/
DSizesAndStrides_test.cpp186 SizesAndStrides small; in makeSmall() local
235 SizesAndStrides small = makeSmall(); in TEST() local
263 SizesAndStrides small = makeSmall(); in TEST() local
389 SizesAndStrides small = makeSmall(); in TEST() local
410 SizesAndStrides small = makeSmall(); in TEST() local
/external/libgav1/tests/
Dutils_test.cc67 std::unique_ptr<SmallMaxAligned> small(new (std::nothrow) SmallMaxAligned); in TEST() local
78 std::unique_ptr<SmallMaxAligned> small(new SmallMaxAligned); in TEST() local
/external/cronet/tot/third_party/libc++/src/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/
Diterator_sentinel.pass.cpp66 const auto small = std::min(ops.increments, ops.decrements); in check_sized_sentinel() local
92 const auto small = std::min(ops.increments, ops.decrements); in check_sentinel() local
/external/cronet/stable/third_party/libc++/src/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/
Diterator_sentinel.pass.cpp66 const auto small = std::min(ops.increments, ops.decrements); in check_sized_sentinel() local
92 const auto small = std::min(ops.increments, ops.decrements); in check_sentinel() local
/external/clang/test/CodeGen/
Dsparcv9-abi.c25 struct small { struct
29 // CHECK-LABEL: define %struct.small @f_small(i32* %x.coerce0, i32* %x.coerce1) argument
/external/stg/test_cases/info_tests/typedef/
Dusing_and_typedef.cc1 typedef short small; typedef
/external/eigen/test/
Dstable_norm.cpp65 Scalar small = factor * ((std::numeric_limits<RealScalar>::min)() * RealScalar(1e4)); in stable_norm() local
210 Scalar small = factor * ((std::numeric_limits<RealScalar>::min)() * RealScalar(1e4)); in test_hypot() local
/external/clang/test/SemaCXX/
Dattr-print.cpp24 int small __attribute__((mode(byte))); variable

123456789