/external/linux-kselftest/tools/testing/selftests/lkdtm/ |
D | tests.txt | 52 REFCOUNT_DEC_NEGATIVE Negative detected: saturated 53 REFCOUNT_DEC_AND_TEST_NEGATIVE Negative detected: saturated 54 REFCOUNT_SUB_AND_TEST_NEGATIVE Negative detected: saturated 57 REFCOUNT_INC_SATURATED Saturation detected: still saturated 58 REFCOUNT_DEC_SATURATED Saturation detected: still saturated 59 REFCOUNT_ADD_SATURATED Saturation detected: still saturated 62 REFCOUNT_DEC_AND_TEST_SATURATED Saturation detected: still saturated 63 REFCOUNT_SUB_AND_TEST_SATURATED Saturation detected: still saturated
|
/external/openscreen/util/ |
D | saturate_cast.h | 129 const To saturated = saturate_cast<To>(from); in rounded_saturate_cast() local 130 if (saturated == std::numeric_limits<To>::min() || in rounded_saturate_cast() 131 saturated == std::numeric_limits<To>::max()) { in rounded_saturate_cast() 132 return saturated; in rounded_saturate_cast()
|
/external/speex/tmv/ |
D | mdf_tm.h | 355 register int saturated = st->saturated; in mdf_preemph() local 371 saturated = mux(iabs(tmp32) > 32767, M+1, saturated); in mdf_preemph() 380 saturated = mux( ((tmp32 > 32767) && (saturated == 0)), 1, in mdf_preemph() 381 mux( ((tmp32 <-32767) && (saturated == 0)), 1, saturated )); in mdf_preemph() 396 st->saturated = saturated; in mdf_preemph() 703 register int saturated = st->saturated; in mdf_compute_error_signal() local 744 saturated = mux( flg && (saturated == 0), 1, saturated); in mdf_compute_error_signal() 755 st->saturated = saturated; in mdf_compute_error_signal() 1132 if (st->saturated == 0) in speex_echo_cancellation() 1135 { st->saturated--; in speex_echo_cancellation()
|
/external/libchrome/base/numerics/ |
D | clamped_math_impl.h | 89 const V saturated = CommonMaxOrMin<V>(IsValueNegative(y)); 93 : saturated; 116 const V saturated = CommonMaxOrMin<V>(!IsValueNegative(y)); 120 : saturated; 140 const V saturated = 144 : saturated; 225 const V saturated = as_unsigned(V(0)) - IsValueNegative(x); 228 : saturated;
|
D | README.md | 47 ### Performing saturated (clamped) arithmetic conversions 50 is used in cases where an out-of-bounds source value should be saturated to the 144 result in a saturated value, while the next operation may then "desaturate" 172 that it returns a saturated result when the specified numeric conversion 265 has not wrapped or saturated and is not the result of an invalid 347 * **Division:** Division by zero returns the saturated limit in the direction 357 non-saturated bitwise operations.
|
D | safe_conversions.h | 176 Dst saturated = CommonMaxOrMin<Dst, Src>( 181 : saturated;
|
/external/angle/src/common/base/anglebase/numerics/ |
D | clamped_math_impl.h | 95 const V saturated = CommonMaxOrMin<V>(IsValueNegative(y)); 97 return BASE_NUMERICS_LIKELY((CheckedAddOp<T, U>::Do(x, y, &result))) ? result : saturated; 122 const V saturated = CommonMaxOrMin<V>(!IsValueNegative(y)); 124 return BASE_NUMERICS_LIKELY((CheckedSubOp<T, U>::Do(x, y, &result))) ? result : saturated; 146 const V saturated = CommonMaxOrMin<V>(IsValueNegative(x) ^ IsValueNegative(y)); 147 return BASE_NUMERICS_LIKELY((CheckedMulOp<T, U>::Do(x, y, &result))) ? result : saturated; 239 const V saturated = as_unsigned(V(0)) - IsValueNegative(x); 242 : saturated;
|
D | safe_conversions.h | 199 const Dst saturated = CommonMaxOrMin<Dst, Src>( 204 : saturated;
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/ |
D | clamped_math_impl.h | 89 const V saturated = CommonMaxOrMin<V>(IsValueNegative(y)); 93 : saturated; 115 const V saturated = CommonMaxOrMin<V>(!IsValueNegative(y)); 119 : saturated; 138 const V saturated = 142 : saturated; 223 const V saturated = as_unsigned(V(0)) - IsValueNegative(x); 226 : saturated;
|
D | safe_conversions.h | 191 const Dst saturated = CommonMaxOrMin<Dst, Src>( 196 : saturated;
|
/external/cronet/base/numerics/ |
D | clamped_math_impl.h | 90 const V saturated = CommonMaxOrMin<V>(IsValueNegative(y)); 94 : saturated; 116 const V saturated = CommonMaxOrMin<V>(!IsValueNegative(y)); 120 : saturated; 139 const V saturated = 143 : saturated; 224 const V saturated = as_unsigned(V(0)) - IsValueNegative(x); 227 : saturated;
|
D | README.md | 47 ### Performing saturated (clamped) arithmetic type conversions 50 is used in cases where an out-of-bounds source value should be saturated to the 160 result in a saturated value, while the next operation may then "desaturate" 188 that it returns a saturated result when the specified numeric conversion 307 has not wrapped or saturated and is not the result of an invalid 389 * **Division:** Division by zero returns the saturated limit in the direction 399 non-saturated bitwise operations.
|
D | safe_conversions.h | 193 const Dst saturated = CommonMaxOrMin<Dst, Src>( 198 : saturated;
|
/external/pdfium/third_party/base/numerics/ |
D | clamped_math_impl.h | 91 const V saturated = CommonMaxOrMin<V>(IsValueNegative(y)); 95 : saturated; 117 const V saturated = CommonMaxOrMin<V>(!IsValueNegative(y)); 121 : saturated; 140 const V saturated = 144 : saturated; 225 const V saturated = as_unsigned(V(0)) - IsValueNegative(x); 228 : saturated;
|
D | safe_conversions.h | 194 const Dst saturated = CommonMaxOrMin<Dst, Src>( 199 : saturated;
|
/external/tensorflow/tensorflow/python/framework/ |
D | auto_control_deps.py | 663 saturated = False 664 while not saturated: 665 saturated = True 675 saturated = saturated and not updated
|
/external/igt-gpu-tools/scripts/ |
D | media-bench.pl | 669 my $saturated = 0; 697 $saturated = $saturated + 1 701 if ($saturated == 0) { 707 } elsif ($saturated == 1 and
|
/external/speex/libspeexdsp/ |
D | mdf.c | 132 int saturated; member 424 st->saturated = 0; in speex_echo_state_init_mc() 567 st->saturated = 0; in speex_echo_state_reset() 731 if (st->saturated == 0) in speex_echo_cancellation() 732 st->saturated = 1; in speex_echo_cancellation() 737 if (st->saturated == 0) in speex_echo_cancellation() 738 st->saturated = 1; in speex_echo_cancellation() 758 st->saturated = M+1; in speex_echo_cancellation() 763 st->saturated = M+1; in speex_echo_cancellation() 808 if (st->saturated == 0) in speex_echo_cancellation() [all …]
|
/external/googletest/googlemock/test/ |
D | gmock_output_test_golden.txt | 63 Actual: called twice - over-saturated and active 70 Actual: called twice - over-saturated and active 99 Actual: called once - saturated and retired 253 Actual: called twice - over-saturated and active 260 Actual: called twice - over-saturated and active
|
/external/cronet/third_party/googletest/src/googlemock/test/ |
D | gmock_output_test_golden.txt | 63 Actual: called twice - over-saturated and active 70 Actual: called twice - over-saturated and active 99 Actual: called once - saturated and retired 253 Actual: called twice - over-saturated and active 260 Actual: called twice - over-saturated and active
|
/external/webrtc/modules/audio_processing/agc/legacy/ |
D | analog_agc.cc | 446 uint8_t* saturated, in WebRtcAgc_SaturationCtrl() argument 459 *saturated = 1; in WebRtcAgc_SaturationCtrl() 585 uint8_t saturated = 0; in WebRtcAgc_ProcessAnalog() local 648 WebRtcAgc_SaturationCtrl(stt, &saturated, stt->env[0]); in WebRtcAgc_ProcessAnalog() 651 if (saturated == 1) { in WebRtcAgc_ProcessAnalog()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_mastergain_gnu.s | 5 @ with saturated gain control
|
/external/mesa3d/docs/relnotes/ |
D | 19.2.2.rst | 131 - gallivm: Fix saturated signed psub/padd intrinsics on llvm 8
|
D | 17.2.3.rst | 90 - intel/compiler: Don't cmod propagate into a saturated operation
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 522 dst_reg saturated(this, glsl_type::vec4_type); in emit_pack_unorm_4x8() local 523 vec4_instruction *inst = emit(MOV(saturated, src0)); in emit_pack_unorm_4x8() 527 emit(MUL(scaled, src_reg(saturated), brw_imm_f(255.0f))); in emit_pack_unorm_4x8()
|