Home
last modified time | relevance | path

Searched refs:subtracted (Results 1 – 25 of 80) sorted by relevance

1234

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
Dnoise_reduction.cc42 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/
Dnoise_reduction.c42 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/
DARMInstPrinter.c891 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/
Dapi_def_TensorScatterSub.pbtxt24 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
Dapi_def_AssignSub.pbtxt12 The value to be subtracted to the variable.
/external/llvm/test/CodeGen/SystemZ/
Daddr-01.ll41 ; An address with an index and a subtracted displacement (order 1).
53 ; An address with an index and a subtracted displacement (order 2).
Daddr-02.ll45 ; An address with an index and a subtracted displacement (order 1).
58 ; An address with an index and a subtracted displacement (order 2).
Dshift-06.ll96 ; Check cases where 1 is subtracted from the shift amount.
106 ; Check the lowest value that can be subtracted from the shift amount.
Dshift-07.ll96 ; Check cases where 1 is subtracted from the shift amount.
106 ; Check the lowest value that can be subtracted from the shift amount.
Dshift-05.ll96 ; Check cases where 1 is subtracted from the shift amount.
106 ; Check the lowest value that can be subtracted from the shift amount.
Dshift-08.ll122 ; 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/
Daddr-01.ll41 ; An address with an index and a subtracted displacement (order 1).
53 ; An address with an index and a subtracted displacement (order 2).
Dshift-05.ll96 ; Check cases where 1 is subtracted from the shift amount.
106 ; Check the lowest value that can be subtracted from the shift amount.
Daddr-02.ll45 ; An address with an index and a subtracted displacement (order 1).
58 ; An address with an index and a subtracted displacement (order 2).
Dshift-06.ll96 ; Check cases where 1 is subtracted from the shift amount.
106 ; Check the lowest value that can be subtracted from the shift amount.
Dshift-07.ll96 ; Check cases where 1 is subtracted from the shift amount.
106 ; Check the lowest value that can be subtracted from the shift amount.
Dshift-08.ll122 ; 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/
Darm.ml38 subtracted: bool; RecordField
/external/capstone/cstool/
Dcstool_arm.c83 if (op->subtracted) in print_insn_detail_arm()
/external/capstone/bindings/java/capstone/
DArm.java56 public boolean subtracted; field in Arm.Operand
/external/capstone/bindings/python/
Dtest_arm.py77 if i.subtracted:
/external/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-Memory.txt19 subtracted, moved, etc... Do we want to have a type like this? It
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-Memory.txt19 subtracted, moved, etc... Do we want to have a type like this? It
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-02-13-Reference-Memory.txt19 subtracted, moved, etc... Do we want to have a type like this? It
/external/capstone/tests/
Dtest_arm.c108 if (op->subtracted) in print_insn_detail()

1234