Searched
full:convention (Results
551 -
575 of
1656) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/khronos/EGL/ |
egl.h | 317 * be cast to the proper type *and calling convention* before use.
|
/external/chromium_org/third_party/khronos/KHR/ |
khrplatform.h | 83 * Calling convention macros defined in this file:
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
egl.h | 317 * be cast to the proper type *and calling convention* before use.
|
/external/chromium_org/third_party/mesa/src/include/KHR/ |
khrplatform.h | 83 * Calling convention macros defined in this file:
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_point.c | 333 * up needing a bottom-left fill convention, which requires
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86cpuid.pl | 270 # we don't know which calling convention, __stdcall or __cdecl(*),
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
errwarn.c | 136 * standard cat(1) convention for unprintable characters.
|
/external/chromium_org/third_party/zlib/ |
zconf.h | 289 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
|
/external/chromium_org/ui/surface/ |
accelerated_surface_transformer_win.hlsl | 76 // the top-left filling convention. The shifts would be equivalent to
|
/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
|
Completed in 530 milliseconds
<<21222324252627282930>>