Home
last modified time | relevance | path

Searched refs:See (Results 1 – 25 of 4342) sorted by relevance

12345678910>>...174

/external/llvm/bindings/ocaml/transforms/scalar_opts/
Dllvm_scalar_opts.mli6 * License. See LICENSE.TXT for details.
15 (** See the [llvm::createAggressiveDCEPass] function. *)
20 (** See the [llvm::createAlignmentFromAssumptionsPass] function. *)
25 (** See the [llvm::createCFGSimplificationPass] function. *)
30 (** See [llvm::createDeadStoreEliminationPass] function. *)
35 (** See [llvm::createScalarizerPass] function. *)
40 (** See [llvm::createMergedLoadStoreMotionPass] function. *)
45 (** See the [llvm::createGVNPass] function. *)
50 (** See the [llvm::createIndVarSimplifyPass] function. *)
55 (** See the [llvm::createInstructionCombiningPass] function. *)
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/transforms/scalar/
Dllvm_scalar_opts.mli6 * License. See LICENSE.TXT for details.
15 (** See the [llvm::createConstantPropogationPass] function. *)
20 (** See the [llvm::createSCCPPass] function. *)
24 (** See [llvm::createDeadStoreEliminationPass] function. *)
29 (** See The [llvm::createAggressiveDCEPass] function. *)
33 (** See the [llvm::createScalarReplAggregatesPass] function. *)
38 (** See the [llvm::createScalarReplAggregatesPassSSA] function. *)
43 (** See the [llvm::createScalarReplAggregatesWithThreshold] function. *)
49 (** See the [llvm::createIndVarSimplifyPass] function. *)
54 (** See the [llvm::createInstructionCombiningPass] function. *)
[all …]
/external/llvm/bindings/ocaml/transforms/ipo/
Dllvm_ipo.mli6 * License. See LICENSE.TXT for details.
15 (** See the [llvm::createAddArgumentPromotionPass] function. *)
20 (** See the [llvm::createConstantMergePass] function. *)
25 (** See the [llvm::createDeadArgEliminationPass] function. *)
30 (** See the [llvm::createFunctionAttrsPass] function. *)
35 (** See the [llvm::createFunctionInliningPass] function. *)
40 (** See the [llvm::createAlwaysInlinerPass] function. *)
45 (** See the [llvm::createGlobalDCEPass] function. *)
50 (** See the [llvm::createGlobalOptimizerPass] function. *)
55 (** See the [llvm::createIPConstantPropagationPass] function. *)
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/transforms/ipo/
Dllvm_ipo.mli6 * License. See LICENSE.TXT for details.
15 (** See llvm::createAddArgumentPromotionPass *)
19 (** See llvm::createConstantMergePass function. *)
23 (** See llvm::createDeadArgEliminationPass function. *)
27 (** See llvm::createFunctionAttrsPass function. *)
31 (** See llvm::createFunctionInliningPass function. *)
35 (** See llvm::createGlobalDCEPass function. *)
39 (** See llvm::createGlobalOptimizerPass function. *)
43 (** See llvm::createIPConstantPropagationPass function. *)
47 (** See llvm::createPruneEHPass function. *)
[all …]
Dllvm_ipo.ml6 * License. See LICENSE.TXT for details.
15 (** See llvm::createAddArgumentPromotionPass *)
19 (** See llvm::createConstantMergePass function. *)
23 (** See llvm::createDeadArgEliminationPass function. *)
27 (** See llvm::createFunctionAttrsPass function. *)
31 (** See llvm::createFunctionInliningPass function. *)
35 (** See llvm::createGlobalDCEPass function. *)
39 (** See llvm::createGlobalOptimizerPass function. *)
43 (** See llvm::createIPConstantPropagationPass function. *)
47 (** See llvm::createPruneEHPass function. *)
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli6 * License. See LICENSE.TXT for details.
20 (** The top-level container for all LLVM global data. See the
25 objects. See the [llvm::Module] class. *)
28 (** Each value in the LLVM IR has a type, an instance of [lltype]. See the
33 constants, and much more are all [llvalues]. See the [llvm::Value] class.
37 (** Used to store users and usees of values. See the [llvm::Use] class. *)
40 (** A basic block in LLVM IR. See the [llvm::BasicBlock] class. *)
43 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder]
48 See the [llvm::MemoryBuffer] class. *)
51 (** The kind of an [lltype], the result of [classify_type ty]. See the
[all …]
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli6 * License. See LICENSE.TXT for details.
20 (** The top-level container for all LLVM global data. See the
25 objects. See the [llvm::Module] class. *)
28 (** Each value in the LLVM IR has a type, an instance of [lltype]. See the
33 constants, and much more are all [llvalues]. See the [llvm::Value] class.
37 (** Used to store users and usees of values. See the [llvm::Use] class. *)
40 (** A basic block in LLVM IR. See the [llvm::BasicBlock] class. *)
43 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder]
48 See the [llvm::MemoryBuffer] class. *)
54 (** The kind of an [lltype], the result of [classify_type ty]. See the
[all …]
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
Dllvm_passmgr_builder.mli6 * License. See LICENSE.TXT for details.
17 (** See the [llvm::PassManagerBuilder] function. *)
21 (** See the [llvm::PassManagerBuilder::OptLevel] function. *)
25 (** See the [llvm::PassManagerBuilder::SizeLevel] function. *)
29 (** See the [llvm::PassManagerBuilder::DisableUnitAtATime] function. *)
33 (** See the [llvm::PassManagerBuilder::DisableUnrollLoops] function. *)
37 (** See the [llvm::PassManagerBuilder::Inliner] function. *)
41 (** See the [llvm::PassManagerBuilder::populateFunctionPassManager] function. *)
46 (** See the [llvm::PassManagerBuilder::populateModulePassManager] function. *)
51 (** See the [llvm::PassManagerBuilder::populateLTOPassManager] function. *)
/external/swiftshader/third_party/LLVM/bindings/ocaml/target/
Dllvm_target.mli6 * License. See LICENSE.TXT for details.
25 See the constructor llvm::TargetData::TargetData. *)
30 See the method llvm::PassManagerBase::add. *)
35 See the constructor llvm::TargetData::TargetData. *)
39 See the destructor llvm::TargetData::~TargetData. *)
45 See the method llvm::TargetData::isLittleEndian. *)
49 See the method llvm::TargetData::getPointerSize. *)
53 See the method llvm::TargetData::getIntPtrType. *)
57 See the method llvm::TargetData::getTypeSizeInBits. *)
62 See the method llvm::TargetData::getTypeStoreSize. *)
[all …]
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli6 * License. See LICENSE.TXT for details.
63 See the constructor [llvm::DataLayout::DataLayout]. *)
67 See the method [llvm::DataLayout::getStringRepresentation]. *)
72 See the method [llvm::DataLayout::isLittleEndian]. *)
76 See the method [llvm::DataLayout::getPointerSize]. *)
80 See the method [llvm::DataLayout::getIntPtrType]. *)
84 See the method [llvm::DataLayout::getPointerSize]. *)
89 See the method [llvm::DataLayout::getIntPtrType]. *)
93 See the method [llvm::DataLayout::getTypeSizeInBits]. *)
97 See the method [llvm::DataLayout::getTypeStoreSize]. *)
[all …]
/external/valgrind/none/tests/
Dioctl_moans.stderr.exp3 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
6 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
9 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
12 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
15 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
18 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
21 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
24 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
27 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
30 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli6 * License. See LICENSE.TXT for details.
22 See the struct [llvm::GenericValue]. *)
26 according to the floating point type [fpty]. See the fields
30 (** [of_pointer v] boxes the pointer value [v] in a generic value. See the
35 [w]. See the field [llvm::GenericValue::IntVal]. *)
39 [w]. See the field [llvm::GenericValue::IntVal]. *)
43 bitwidth [w]. See the field [llvm::GenericValue::IntVal]. *)
48 [w]. See the field [llvm::GenericValue::IntVal]. *)
52 floating point type [fpty]. See the fields [llvm::GenericValue::DoubleVal]
56 (** [as_pointer gv] unboxes the pointer-valued generic value [gv]. See the
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/
Dllvm_analysis.mli6 * License. See LICENSE.TXT for details.
17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
26 validation report to [stderr] and aborts the program if it is invalid. See
32 validation report to [stderr] and aborts the program if it is invalid. See
39 See [llvm::Function::viewCFG]. *)
44 See [llvm::Function::viewCFGOnly]. *)
/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli6 * License. See LICENSE.TXT for details.
17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
26 validation report to [stderr] and aborts the program if it is invalid. See
32 validation report to [stderr] and aborts the program if it is invalid. See
39 See [llvm::Function::viewCFG]. *)
44 See [llvm::Function::viewCFGOnly]. *)
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md10 See
16 Implement the **Selection Criterion** creation requirements. See section **5.4**
40 See also the Selection Criterion APIs below.
46 See also the Parameter Handle APIs below.
73 `ParameterMgrPlatformConnector` and extands them. See this class' description.
100 Part of the Introspection requirements. See [req-introspection] especialy implement
137 See section [req-serializable].
141 Imports previously-exported data into the inference engine. See [req-deserializable].
145 Exports a given part of the inference engine data. See [Serialization of individual data].
149 Imports a partial inference engine data as previously exported. See section
/external/llvm/bindings/ocaml/transforms/vectorize/
Dllvm_vectorize.mli6 * License. See LICENSE.TXT for details.
15 (** See the [llvm::createBBVectorizePass] function. *)
20 (** See the [llvm::createLoopVectorizePass] function. *)
25 (** See the [llvm::createSLPVectorizerPass] function. *)
/external/bison/
DREADME5 See the file INSTALL for generic compilation and installation
8 Bison requires GNU m4 1.4.6 or later. See:
18 supported, even if generated parsers could have been localized. See
23 See the section FAQ in the documentation (doc/bison.info) for
59 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
/external/speex/libspeex/
Dmdf.c696 spx_word32_t Syy,See,Sxx,Sdd, Sff; in speex_echo_cancellation() local
878 See = 0; in speex_echo_cancellation()
890 See += mdf_inner_prod(st->e+chan*N, st->e+chan*N, st->frame_size); in speex_echo_cancellation()
895 Sff = See; in speex_echo_cancellation()
902 …= ADD32(MULT16_32_Q15(QCONST16(.6f,15),st->Davg1), MULT16_32_Q15(QCONST16(.4f,15),SUB32(Sff,See))); in speex_echo_cancellation()
903 …ADD32(MULT16_32_Q15(QCONST16(.85f,15),st->Davg2), MULT16_32_Q15(QCONST16(.15f,15),SUB32(Sff,See))); in speex_echo_cancellation()
917 if (FLOAT_GT(FLOAT_MUL32U(SUB32(Sff,See),ABS32(SUB32(Sff,See))), FLOAT_MUL32U(Sff,Dbf))) in speex_echo_cancellation()
939 …if (FLOAT_GT(FLOAT_MUL32U(NEG32(SUB32(Sff,See)),ABS32(SUB32(Sff,See))), FLOAT_MULT(VAR_BACKTRACK,F… in speex_echo_cancellation()
958 See = Sff; in speex_echo_cancellation()
1020 if (!(Syy>=0 && Sxx>=0 && See >= 0) in speex_echo_cancellation()
[all …]
/external/strace/
DREADME6 See the file CREDITS for a list of authors and other contributors.
7 See the file INSTALL for compilation and installation instructions.
8 See the file NEWS for information on what has changed in recent versions.
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
Dllvm_bitreader.mli6 * License. See LICENSE.TXT for details.
20 encountered. See the function [llvm::getBitcodeModule]. *)
27 encountered. See the function [llvm::ParseBitcodeFile]. *)
/external/llvm/bindings/ocaml/bitreader/
Dllvm_bitreader.mli6 * License. See LICENSE.TXT for details.
20 encountered. See the function [llvm::getBitcodeModule]. *)
26 encountered. See the function [llvm::ParseBitcodeFile]. *)
/external/fonttools/
DREADME.md14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' sub…
21 See [documentation.html](https://github.com/behdad/fonttools/blob/master/Doc/documentation.html) in…
28 See "LICENSE.txt" for licensing information.
/external/vulkan-validation-layers/loader/
DREADME.md2 See LoaderAndLayerInterface.md.
5 Builds for Linux and Windows are supported via CMake. See top level BUILD.md file.
/external/llvm/test/MC/Mips/mips64r6/
Dinvalid-mips3.s30 # ddiv has been re-encoded. See valid.s
31 # ddivu has been re-encoded. See valid.s
32 # div has been re-encoded. See valid.s
33 # divu has been re-encoded. See valid.s
/external/webrtc/webrtc/modules/video_coding/
DBUILD.gn78 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
112 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
132 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
167 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
201 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
239 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.

12345678910>>...174