HomeSort by relevance Sort by last modified time
    Searched full:convention (Results 551 - 575 of 1636) sorted by null

<<21222324252627282930>>

  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java 215 * Dalvik calling convention.
  /external/eigen/Eigen/src/Core/
Dot.h 77 /** \returns the dot product of *this with other, with the Eigen2 convention that the dot product is linear in the first variable
  /external/eigen/cmake/
FindBLAS.cmake 101 # Check if function exists with f2c calling convention (ie a trailing underscore)
  /external/eigen/doc/
A10_Eigen2SupportModes.dox 47 \li Dot products over complex numbers. Eigen 2's dot product was linear in the first variable. Eigen 3's dot product is linear in the second variable. In other words, the Eigen 2 code \code x.dot(y) \endcode is equivalent to the Eigen 3 code \code y.dot(x) \endcode In yet other words, dot products are complex-conjugated in Eigen 3 compared to Eigen 2. The switch to the new convention was commanded by common usage, especially with the notation \f$ x^Ty \f$ for dot products of column-vectors.
C03_TutorialArrayClass.dox 40 We adopt the convention that typedefs of the form ArrayNt stand for 1-dimensional arrays, where N and t are
C08_TutorialGeometry.dox 239 to create a rotation matrix according to the 2-1-2 convention.</td><td>\code
  /external/icu4c/common/unicode/
rep.h 152 // convention; API taking start/length are named <operation>, and
  /external/kernel-headers/original/asm-arm/
cacheflush.h 260 * Convert calls to our calling convention.
  /external/libvpx/libvpx/
usage.dox 135 By convention, the value <code>1</code> is used to mean "return as fast as
  /external/llvm/docs/
FAQ.rst 360 Why does instcombine + simplifycfg turn a call to a function with a mismatched calling convention into "unreachable"? Why not make the verifier reject it?
364 convention on both the function and on each call to the function. For
389 "all their code disappears". Setting the calling convention on the caller and
445 with the wrong calling convention. We really don't want to make the inliner
LangRef.rst 133 It also shows a convention that we follow in this document. When
317 :ref:`invokes <i_invoke>` can all have an optional calling convention
318 specified for the call. The calling convention of any pair of dynamic
323 "``ccc``" - The C calling convention
324 This calling convention (the default if no other calling convention
326 convention supports varargs function calls and tolerates some
329 "``fastcc``" - The fast calling convention
330 This calling convention attempts to make calls as fast as possible
331 (e.g. by passing things in registers). This calling convention
    [all...]
WritingAnLLVMBackend.rst     [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 168 /// getCallingConv/setCallingConv - get or set the calling convention of the
  /external/llvm/include/llvm/Target/
TargetOptions.h 132 /// calling convention and which satisfy certain target-independent
  /external/llvm/lib/Target/MSP430/
MSP430.td 40 // Calling Convention Description
  /external/llvm/lib/Target/SystemZ/
SystemZ.td 29 // Calling convention description
  /external/llvm/test/CodeGen/X86/
sibcall.ll 315 ; If caller / callee calling convention mismatch then check if the return
  /external/mesa3d/include/EGL/
egl.h 317 * be cast to the proper type *and calling convention* before use.
  /external/mesa3d/include/KHR/
khrplatform.h 83 * Calling convention macros defined in this file:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 333 * up needing a bottom-left fill convention, which requires
  /external/open-vcdiff/src/google/
vcencoder.h 152 // This convention differs from the non-streaming Encode/Decode
  /external/openssl/crypto/
x86cpuid.pl 270 # we don't know which calling convention, __stdcall or __cdecl(*),
  /external/oprofile/doc/
op-jit-devel.xml 135 using the naming convention <filename>&lt;process_id&gt;.dump</filename>.
  /external/pixman/pixman/
pixman-arm-common.h 35 * calling convention and take up to 8 arguments:
  /external/qemu/telephony/
remote_call.c 44 /** By convention, remote numbers are the console ports, i.e. 5554, 5556, etc...

Completed in 4252 milliseconds

<<21222324252627282930>>