/external/libchrome/base/numerics/ |
D | safe_numerics_unittest.cc | 194 TEST_EXPECTED_FAILURE(-CheckedNumeric<Dst>(DstLimits::lowest())); in TestSpecializedArithmetic() 195 TEST_EXPECTED_FAILURE(CheckedNumeric<Dst>(DstLimits::lowest()).Abs()); in TestSpecializedArithmetic() 201 TEST_EXPECTED_FAILURE(CheckedNumeric<Dst>(DstLimits::lowest()) + -1); in TestSpecializedArithmetic() 202 TEST_EXPECTED_FAILURE(CheckedNumeric<Dst>(DstLimits::lowest()) + in TestSpecializedArithmetic() 203 DstLimits::lowest()); in TestSpecializedArithmetic() 205 TEST_EXPECTED_FAILURE(CheckedNumeric<Dst>(DstLimits::lowest()) - 1); in TestSpecializedArithmetic() 206 TEST_EXPECTED_SUCCESS(CheckedNumeric<Dst>(DstLimits::lowest()) - -1); in TestSpecializedArithmetic() 208 DstLimits::lowest()); in TestSpecializedArithmetic() 209 TEST_EXPECTED_FAILURE(CheckedNumeric<Dst>(DstLimits::lowest()) - in TestSpecializedArithmetic() 212 TEST_EXPECTED_FAILURE(CheckedNumeric<Dst>(DstLimits::lowest()) * 2); in TestSpecializedArithmetic() [all …]
|
D | safe_conversions_impl.h | 223 static constexpr Dst lowest() { return Adjust(Bounds<Dst>::lowest()); } 259 static_cast<Dst>(SrcLimits::lowest()) >= DstLimits::lowest() || 260 static_cast<Dst>(value) >= DstLimits::lowest(), 277 return RangeCheck(value >= DstLimits::lowest(), value <= DstLimits::max()); 293 DstLimits::lowest() == Dst(0) || value >= DstLimits::lowest(), 309 return RangeCheck(DstLimits::lowest() <= Dst(0) || 311 static_cast<Promotion>(DstLimits::lowest()), 331 value >= Src(0) && (DstLimits::lowest() == 0 || 332 static_cast<Dst>(value) >= DstLimits::lowest()), 346 static_assert(Bounds<Dst>::lowest() < Bounds<Dst>::max(), "");
|
/external/libcxx/test/std/utilities/time/time.traits/time.traits.duration_values/ |
D | min.pass.cpp | 24 std::numeric_limits<int>::lowest()); in main() 26 std::numeric_limits<double>::lowest()); in main() 28 std::numeric_limits<Rep>::lowest()); in main() 31 std::numeric_limits<int>::lowest(), ""); in main() 33 std::numeric_limits<double>::lowest(), ""); in main() 35 std::numeric_limits<Rep>::lowest(), ""); in main()
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | lowest.pass.cpp | 24 assert(std::numeric_limits<T>::lowest() == expected); in test() 26 assert(std::numeric_limits<const T>::lowest() == expected); in test() 28 assert(std::numeric_limits<volatile T>::lowest() == expected); in test() 30 assert(std::numeric_limits<const volatile T>::lowest() == expected); in test()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-const-10.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 29 ; Test a halfword-granularity replicate with the lowest useful value. 53 ; Test a word-granularity replicate with the lowest useful positive value. 78 ; Test a word-granularity replicate with the lowest in-range value. 86 ; Test a word-granularity replicate with the next lowest value. 103 ; Test a doubleword-granularity replicate with the lowest useful positive 129 ; Test a doubleword-granularity replicate with the lowest in-range value. 137 ; Test a doubleword-granularity replicate with the next lowest value.
|
D | vec-const-09.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 29 ; Test a halfword-granularity replicate with the lowest useful value. 53 ; Test a word-granularity replicate with the lowest useful positive value. 78 ; Test a word-granularity replicate with the lowest in-range value. 86 ; Test a word-granularity replicate with the next lowest value. 103 ; Test a doubleword-granularity replicate with the lowest useful positive 129 ; Test a doubleword-granularity replicate with the lowest in-range value. 137 ; Test a doubleword-granularity replicate with the next lowest value.
|
D | vec-const-12.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 29 ; Test a halfword-granularity replicate with the lowest useful value. 53 ; Test a word-granularity replicate with the lowest useful positive value. 78 ; Test a word-granularity replicate with the lowest in-range value. 86 ; Test a word-granularity replicate with the next lowest value. 103 ; Test a doubleword-granularity replicate with the lowest useful positive 129 ; Test a doubleword-granularity replicate with the lowest in-range value. 137 ; Test a doubleword-granularity replicate with the next lowest value.
|
D | vec-const-11.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 32 ; Test a halfword-granularity replicate with the lowest useful value. 59 ; Test a word-granularity replicate with the lowest useful positive value. 87 ; Test a word-granularity replicate with the lowest in-range value. 96 ; Test a word-granularity replicate with the next lowest value. 115 ; Test a doubleword-granularity replicate with the lowest useful positive 144 ; Test a doubleword-granularity replicate with the lowest in-range value. 153 ; Test a doubleword-granularity replicate with the next lowest value.
|
D | vec-const-08.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 32 ; Test a halfword-granularity replicate with the lowest useful value. 59 ; Test a word-granularity replicate with the lowest useful positive value. 87 ; Test a word-granularity replicate with the lowest in-range value. 96 ; Test a word-granularity replicate with the next lowest value. 115 ; Test a doubleword-granularity replicate with the lowest useful positive 144 ; Test a doubleword-granularity replicate with the lowest in-range value. 153 ; Test a doubleword-granularity replicate with the next lowest value.
|
D | vec-const-07.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 38 ; Test a halfword-granularity replicate with the lowest useful value. 71 ; Test a word-granularity replicate with the lowest useful positive value. 105 ; Test a word-granularity replicate with the lowest in-range value. 116 ; Test a word-granularity replicate with the next lowest value. 139 ; Test a doubleword-granularity replicate with the lowest useful positive 174 ; Test a doubleword-granularity replicate with the lowest in-range value. 185 ; Test a doubleword-granularity replicate with the next lowest value.
|
D | atomicrmw-or-04.ll | 19 ; Check the lowest useful OILL value. 42 ; Check the lowest useful OILH value, which is the next value up. 51 ; Check the lowest useful OILF value, which is the next value up again. 87 ; Check the lowest useful OIHL value, which is one greater than above. 115 ; Check the lowest useful OIHH value, which is 1<<32 greater than above. 124 ; Check the lowest useful OIHF value, which is 1<<32 greater again.
|
D | or-04.ll | 5 ; Check the lowest useful OILL value. 23 ; Check the lowest useful OILH value, which is the next value up. 32 ; Check the lowest useful OILF value, which is the next value up again. 59 ; Check the lowest useful OIHL value, which is the next value up. 128 ; Check the lowest useful OIHH value. 147 ; Check the lowest useful OIHF value.
|
D | and-04.ll | 59 ; Check the lowest useful NIHF value (0x00000001_ffffffff). 77 ; Check the lowest NIHH value outside the RISBG range (0x0002ffff_ffffffff). 104 ; Check the lowest NIHL value outside the RISBG range (0xffff0002_ffffffff). 122 ; Check the lowest NILF value outside the RISBG range (0xffffffff_00000002). 131 ; Check the lowest NILH value outside the RISBG range (0xffffffff_0002ffff). 167 ; Check the lowest NILL value outside the RISBG range (0xffffffff_ffff0002).
|
D | atomicrmw-and-04.ll | 42 ; Check the lowest NIHF value outside the range of RISBG. 65 ; Check the lowest NIHH value outside the range of RISBG. 92 ; Check the lowest NILL value outside the range of RISBG. 119 ; Check the lowest NILH value outside the range of RISBG. 128 ; Check the lowest NILF value outside the range of RISBG. 146 ; Check the lowest NIHL value outside the range of RISBG.
|
D | atomicrmw-nand-04.ll | 46 ; Check the lowest NIHF value outside the range of RISBG. 71 ; Check the lowest NIHH value outside the range of RISBG. 98 ; Check the lowest NILL value outside the range of RISBG. 125 ; Check the lowest NILH value outside the range of RISBG. 134 ; Check the lowest NILF value outside the range of RISBG. 152 ; Check the lowest NIHL value outside the range of RISBG.
|
/external/libcxx/test/libcxx/numerics/ |
D | clamp_to_integral.pass.cpp | 33 {Lim::lowest(), Lim::lowest(), true}, in test() 65 {Lim::lowest(), Lim::lowest(), true}, in test_float()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | reference_gemm.h | 67 const int32 lowest = static_cast<int32>(Eigen::NumTraits<T3>::lowest()); in ReferenceGemm() local 86 if (output < lowest) { in ReferenceGemm() 87 output = lowest; in ReferenceGemm()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizedBatchNormWithGlobalNormalization.pbtxt | 12 The value represented by the lowest quantized input. 32 The value represented by the lowest quantized mean. 52 The value represented by the lowest quantized variance. 71 The value represented by the lowest quantized offset. 91 The value represented by the lowest quantized gamma.
|
D | api_def_QuantizedConv2D.pbtxt | 12 The float value that the lowest quantized input value represents. 24 The float value that the lowest quantized filter value represents. 36 The float value that the lowest quantized output value represents. 70 The inputs are quantized tensors where the lowest value represents the real
|
D | api_def_QuantizedAdd.pbtxt | 6 The float value that the lowest quantized `x` value represents. 18 The float value that the lowest quantized `y` value represents. 30 The float value that the lowest quantized output value represents.
|
D | api_def_QuantizedMul.pbtxt | 6 The float value that the lowest quantized `x` value represents. 18 The float value that the lowest quantized `y` value represents. 30 The float value that the lowest quantized output value represents.
|
D | api_def_QuantizedBiasAdd.pbtxt | 12 The float value that the lowest quantized input value represents. 24 The float value that the lowest quantized bias value represents. 36 The float value that the lowest quantized output value represents.
|
/external/gemmlowp/meta/ |
D | test_transform_correctness.cc | 188 static_cast<float>(std::numeric_limits<std::int32_t>::lowest()); in main() 193 static_cast<float>(std::numeric_limits<std::uint8_t>::lowest()); in main() 211 static_cast<float>(std::numeric_limits<std::uint8_t>::lowest()); in main() 229 static_cast<float>(std::numeric_limits<std::uint8_t>::lowest()); in main() 263 static_cast<float>(std::numeric_limits<std::uint8_t>::lowest()); in main() 265 static_cast<float>(std::numeric_limits<std::uint8_t>::lowest()); in main() 267 static_cast<float>(std::numeric_limits<std::int32_t>::lowest()); in main()
|
D | test_transform_benchmark.cc | 113 static_cast<float>(std::numeric_limits<std::int32_t>::lowest()); in main() 118 static_cast<float>(std::numeric_limits<std::uint8_t>::lowest()); in main() 132 static_cast<float>(std::numeric_limits<std::uint8_t>::lowest()); in main() 146 static_cast<float>(std::numeric_limits<std::uint8_t>::lowest()); in main()
|
/external/pdfium/third_party/base/numerics/ |
D | safe_conversions_impl.h | 224 static constexpr Dst lowest() { return Adjust(Bounds<Dst>::lowest()); } 260 static_cast<Dst>(SrcLimits::lowest()) >= DstLimits::lowest() || 261 static_cast<Dst>(value) >= DstLimits::lowest(), 278 return RangeCheck(value >= DstLimits::lowest(), value <= DstLimits::max()); 294 DstLimits::lowest() == Dst(0) || value >= DstLimits::lowest(), 310 return RangeCheck(DstLimits::lowest() <= Dst(0) || 312 static_cast<Promotion>(DstLimits::lowest()), 332 value >= Src(0) && (DstLimits::lowest() == 0 || 333 static_cast<Dst>(value) >= DstLimits::lowest()), 347 static_assert(Bounds<Dst>::lowest() < Bounds<Dst>::max(), "");
|