/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/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/tensorflow/tensorflow/python/framework/ |
D | auto_control_deps.py | 535 saturated = False 536 while not saturated: 537 saturated = True 547 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 | 138 int saturated; member 430 st->saturated = 0; in speex_echo_state_init_mc() 573 st->saturated = 0; in speex_echo_state_reset() 737 if (st->saturated == 0) in speex_echo_cancellation() 738 st->saturated = 1; in speex_echo_cancellation() 743 if (st->saturated == 0) in speex_echo_cancellation() 744 st->saturated = 1; in speex_echo_cancellation() 764 st->saturated = M+1; in speex_echo_cancellation() 769 st->saturated = M+1; in speex_echo_cancellation() 814 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/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/pdfium/third_party/base/numerics/ |
D | safe_conversions.h | 186 Dst saturated = CommonMaxOrMin<Dst, Src>( 191 : saturated;
|
/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
|
D | 19.0.0.rst | 1136 - nir: Add a saturated unsigned integer add opcode
|
D | 7.10.rst | 1300 - i965: Recognize saturates and turn them into a saturated mov.
|
/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()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | unsigned_saturated_sub.ll | 4 ; Canonicalization of unsigned saturated subtraction idioms to
|
/external/googletest/docs/ |
D | gmock_for_dummies.md | 543 error, as the last matching expectation (#2) has been saturated. If, however, 654 should *retire* as soon as they are saturated:
|
D | gmock_cook_book.md | 1830 Note that an expectation doesn't retire automatically when it's saturated. For 1845 becomes saturated:
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-intrinsics.ll | 395 ; VPKSHS, storing to %ptr if all values were saturated. 431 ; VPKSFS, storing to %ptr if any values were saturated. 467 ; VPKSGS, storing to %ptr if no elements were saturated 531 ; VPKLSHS, storing to %ptr if all values were saturated. 568 ; VPKLSFS, storing to %ptr if any values were saturated. 605 ; VPKLSGS, storing to %ptr if no elements were saturated
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | vec-intrinsics-01.ll | 404 ; VPKSHS, storing to %ptr if all values were saturated. 440 ; VPKSFS, storing to %ptr if any values were saturated. 476 ; VPKSGS, storing to %ptr if no elements were saturated 540 ; VPKLSHS, storing to %ptr if all values were saturated. 577 ; VPKLSFS, storing to %ptr if any values were saturated. 614 ; VPKLSGS, storing to %ptr if no elements were saturated
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | sat-add.ll | 4 ; There are at least 3 potential patterns corresponding to an unsigned saturated add: min, cmp with…
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | sat-add.ll | 4 ; There are at least 3 potential patterns corresponding to an unsigned saturated add: min, cmp with…
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | sat-add.ll | 8 ; There are at least 3 potential patterns corresponding to an unsigned saturated add: min, cmp with…
|
/external/llvm-project/libcxx/include/ |
D | regex | 1011 // was only 8 bits wide and already saturated, so it used a wider type here
|