/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/ |
D | noise_reduction.cc | 42 const uint32_t subtracted = in NoiseReductionApply() local 44 const uint32_t output = subtracted > floor ? subtracted : floor; in NoiseReductionApply()
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
D | noise_reduction.c | 42 const uint32_t subtracted = (signal_scaled_up - estimate) >> in NoiseReductionApply() local 44 const uint32_t output = subtracted > floor ? subtracted : floor; in NoiseReductionApply()
|
/external/capstone/arch/ARM/ |
D | ARMInstPrinter.c | 891 ARM_AM_AddrOpc subtracted = getAM2Op((unsigned int)MCOperand_getImm(MO3)); in printAM2PreOrOffsetIndexOp() local 904 subtracted = getAM2Op((unsigned int)MCOperand_getImm(MO3)); in printAM2PreOrOffsetIndexOp() 908 SStream_concat(O, "#%s0x%x", ARM_AM_getAddrOpcStr(subtracted), tmp); in printAM2PreOrOffsetIndexOp() 910 SStream_concat(O, "#%s%u", ARM_AM_getAddrOpcStr(subtracted), tmp); in printAM2PreOrOffsetIndexOp() 914 …_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].subtracted = subtracted == ARM_AM… in printAM2PreOrOffsetIndexOp() 923 SStream_concat0(O, ARM_AM_getAddrOpcStr(subtracted)); in printAM2PreOrOffsetIndexOp() 927 …MI->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].subtracted = subtracted =… in printAM2PreOrOffsetIndexOp() 990 ARM_AM_AddrOpc subtracted = getAM2Op((unsigned int)MCOperand_getImm(MO2)); in printAddrMode2OffsetOperand() local 996 ARM_AM_getAddrOpcStr(subtracted), ImmOffs); in printAddrMode2OffsetOperand() 999 ARM_AM_getAddrOpcStr(subtracted), ImmOffs); in printAddrMode2OffsetOperand() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TensorScatterSub.pbtxt | 24 A new tensor copied from tensor and updates subtracted according to the indices. 32 are subtracted from an existing tensor (as opposed to a variable). If the memory
|
D | api_def_AssignSub.pbtxt | 12 The value to be subtracted to the variable.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | addr-01.ll | 41 ; An address with an index and a subtracted displacement (order 1). 53 ; An address with an index and a subtracted displacement (order 2).
|
D | addr-02.ll | 45 ; An address with an index and a subtracted displacement (order 1). 58 ; An address with an index and a subtracted displacement (order 2).
|
D | shift-06.ll | 96 ; Check cases where 1 is subtracted from the shift amount. 106 ; Check the lowest value that can be subtracted from the shift amount.
|
D | shift-07.ll | 96 ; Check cases where 1 is subtracted from the shift amount. 106 ; Check the lowest value that can be subtracted from the shift amount.
|
D | shift-05.ll | 96 ; Check cases where 1 is subtracted from the shift amount. 106 ; Check the lowest value that can be subtracted from the shift amount.
|
D | shift-08.ll | 122 ; Check cases where 1 is subtracted from the shift amount. 135 ; Check the lowest value that can be subtracted from the shift amount.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | addr-01.ll | 41 ; An address with an index and a subtracted displacement (order 1). 53 ; An address with an index and a subtracted displacement (order 2).
|
D | shift-05.ll | 96 ; Check cases where 1 is subtracted from the shift amount. 106 ; Check the lowest value that can be subtracted from the shift amount.
|
D | addr-02.ll | 45 ; An address with an index and a subtracted displacement (order 1). 58 ; An address with an index and a subtracted displacement (order 2).
|
D | shift-06.ll | 96 ; Check cases where 1 is subtracted from the shift amount. 106 ; Check the lowest value that can be subtracted from the shift amount.
|
D | shift-07.ll | 96 ; Check cases where 1 is subtracted from the shift amount. 106 ; Check the lowest value that can be subtracted from the shift amount.
|
D | shift-08.ll | 122 ; Check cases where 1 is subtracted from the shift amount. 135 ; Check the lowest value that can be subtracted from the shift amount.
|
/external/capstone/bindings/ocaml/ |
D | arm.ml | 38 subtracted: bool; RecordField
|
/external/capstone/cstool/ |
D | cstool_arm.c | 83 if (op->subtracted) in print_insn_detail_arm()
|
/external/capstone/bindings/java/capstone/ |
D | Arm.java | 56 public boolean subtracted; field in Arm.Operand
|
/external/capstone/bindings/python/ |
D | test_arm.py | 77 if i.subtracted:
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-13-Reference-Memory.txt | 19 subtracted, moved, etc... Do we want to have a type like this? It
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-02-13-Reference-Memory.txt | 19 subtracted, moved, etc... Do we want to have a type like this? It
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-02-13-Reference-Memory.txt | 19 subtracted, moved, etc... Do we want to have a type like this? It
|
/external/capstone/tests/ |
D | test_arm.c | 108 if (op->subtracted) in print_insn_detail()
|