Home
last modified time | relevance | path

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

12345678910>>...52

/external/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::createIndVarSimplifyPass] function. *)
43 (** See the [llvm::createInstructionCombiningPass] function. *)
49 (** See the [llvm::createLICMPass] function. *)
54 (** See the [llvm::createLoopUnswitchPass] function. *)
[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. *)
51 (** The kind of an [lltype], the result of [classify_type ty]. See the
[all …]
/external/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. *)
41 See the method llvm::TargetData::InvalidateStructLayoutInfo. *)
46 See the destructor llvm::TargetData::~TargetData. *)
52 See the method llvm::TargetData::isLittleEndian. *)
56 See the method llvm::TargetData::getPointerSize. *)
60 See the method llvm::TargetData::getIntPtrType. *)
64 See the method llvm::TargetData::getTypeSizeInBits. *)
[all …]
/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/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/libvpx/nestegg/
DREADME1 See INSTALL for build instructions.
3 Licensed under an ISC-style license. See LICENSE for details.
5 The source under the halloc/ directory is licensed under a BSD license. See
/external/strace/
DREADME16 See the file NEWS for information on what has changed in recent
19 See the file PORTING if you like strace but it doesn't work on an
22 See the file CREDITS to see who has contributed to strace.
24 See the file TODO if you feel like helping out.
/external/bison/
DREADME3 See the file INSTALL for generic compilation and installation instructions.
4 See the file doc/FAQ for frequently asked questions.
6 Bison requires GNU m4 1.4.3 or later. See:
35 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/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/grub/
DREADME13 See the file NEWS for a description of recent changes to GRUB.
18 See the file INSTALL for instructions on how to build and install the
19 GRUB data and program files. See the GRUB manual for details about
/external/clang/tools/driver/
Dclang_symlink.cmake3 # See PR8397.
12 # CMAKE_EXECUTABLE_SUFFIX is undefined on cmake scripts. See PR9286.
/external/protobuf/src/google/protobuf/
Ddescriptor.proto275 // The parser stores options it doesn't recognize here. See above.
278 // Clients can define custom options in extensions of this message. See above.
308 // The parser stores options it doesn't recognize here. See above.
311 // Clients can define custom options in extensions of this message. See above.
317 // representation of the field than it normally would. See the specific
356 // The parser stores options it doesn't recognize here. See above.
359 // Clients can define custom options in extensions of this message. See above.
365 // The parser stores options it doesn't recognize here. See above.
368 // Clients can define custom options in extensions of this message. See above.
373 // The parser stores options it doesn't recognize here. See above.
[all …]
/external/iptables/extensions/
Dlibxt_udp.man6 See the description of the
12 See the description of the
/external/valgrind/main/
Dglibc-2.X-drd.supp20 # easily. See also the definitions of _IO_lock_lock() etc. in the file
34 # that triggers conflicting memory accesses. See also
139 # not clear to me which of these are safe and which ones not. See also
272 # boost::detail::this_thread_epoch. See also the source file
286 # Suppress the race reports on boost::detail::current_thread_tls_key. See also
Dxfree-4.supp330 # nothing else makes sense). Fools Memcheck though. See the mentioned
333 zlib-1.2.x trickyness (1a): See http://www.zlib.net/zlib_faq.html#faq36
341 zlib-1.2.x trickyness (1b): See http://www.zlib.net/zlib_faq.html#faq36
348 zlib-1.2.x trickyness (2a): See http://www.zlib.net/zlib_faq.html#faq36
356 zlib-1.2.x trickyness (2b): See http://www.zlib.net/zlib_faq.html#faq36
363 zlib-1.2.x trickyness (3a): See http://www.zlib.net/zlib_faq.html#faq36
371 zlib-1.2.x trickyness (3b): See http://www.zlib.net/zlib_faq.html#faq36
/external/zlib/contrib/
DREADME.contrib9 See http://zlib-ada.sourceforge.net/
13 See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
17 See http://www.muppetlabs.com/~breadbox/software/assembly.html
61 See http://www.winimage.com/zLibDll/unzip.html
/external/webp/
DREADME15 See http://code.google.com/speed/webp
19 See http://www.webmproject.org/license/software/ or the
68 Patches welcome! See this page to get started:
/external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/
Dtest.doc3 * contributor license agreements. See the NOTICE file distributed with
14 * See the License for the specific language governing permissions and
Dtest.rtf3 * contributor license agreements. See the NOTICE file distributed with
14 * See the License for the specific language governing permissions and
/external/webkit/Tools/android/flex-2.5.4a/
DREADME1 This is release 2.5 of flex. See "version.h" for the exact patch-level.
3 See the file "NEWS" to find out what is new in this Flex release.
60 See MISC/README for details.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXMLEntities.properties3 # or more contributor license agreements. See the NOTICE file
15 # See the License for the specific language governing permissions and
/external/apache-xml/src/main/java/org/apache/xalan/res/
DXSLTInfo.properties3 # or more contributor license agreements. See the NOTICE file
15 # See the License for the specific language governing permissions and
/external/webkit/Source/WebCore/bridge/objc/
Dobjc_class.mm119 // See if the class wants to exclude the selector from visibility in JavaScript.
124 // See if the class want to provide a different name for the selector in JavaScript.
171 // See if the class wants to exclude the selector from visibility in JavaScript.
176 // See if the class want to provide a different name for the selector in JavaScript.
212 // See if the class wants to exclude the selector from visibility in JavaScript.
217 … // See if the class want to provide a different name for the selector in JavaScript.
/external/liblzf/
DREADME18 See the lzf.h file for details on how the functions in this
26 This library was written by Marc Lehmann <schmorp@schmorp.de> (See also

12345678910>>...52