Searched
full:fixed (Results
851 -
875 of
7512) sorted by null
<<31323334353637383940>>
/external/clang/test/Sema/ |
warn-unused-function.c | 16 // Update once PR6281 is fixed.
|
/external/compiler-rt/lib/asan/ |
asan_mapping.h | 140 // Fixed mapping for 64-bit Linux. Mostly used for performance comparison 141 // with non-fixed mapping. As of r175253 (Feb 2013) the performance 142 // difference between fixed and non-fixed mapping is below the noise level.
|
/external/e2fsprogs/e2fsck/ |
e2fsck.conf.5.in | 170 whether this filesystem problem should be automatically fixed when 193 be suppressed when a problem forced not to be fixed, either because 202 This boolean option, if set to true, forces a problem to never be fixed. 204 of 'should this problem be fixed?'. The
|
/external/eigen/doc/ |
C00_QuickStartGuide.dox | 83 Now look back at the second example program. We presented two versions of it. In the version in the left column, the matrix is of type \c MatrixXd which represents matrices of arbitrary size. The version in the right column is similar, except that the matrix is of type \c Matrix3d, which represents matrices of a fixed size (here 3-by-3). Because the type already encodes the size of the matrix, it is not necessary to specify the size in the constructor; compare <tt>MatrixXd m(3,3)</tt> with <tt>Matrix3d m</tt>. Similarly, we have \c VectorXd on the left (arbitrary size) versus \c Vector3d on the right (fixed size). Note that here the coefficients of vector \c v are directly set in the constructor, though the same syntax of the left example could be used too. 85 The use of fixed-size matrices and vectors has two advantages. The compiler emits better (faster) code because it knows the size of the matrices and vectors. Specifying the size in the type also allows for more rigorous checking at compile-time. For instance, the compiler will complain if you try to multiply a \c Matrix4d (a 4-by-4 matrix) with a \c Vector3d (a vector of size 3). However, the use of many types increases compilation time and the size of the executable. The size of the matrix may also not be known at compile-time. A rule of thumb is to use fixed-size matrices for size 4-by-4 and smaller.
|
/external/expat/tests/ |
minicheck.h | 23 working __FUNCTION__. This could be fixed in configure.in, but it's
|
/external/flac/libFLAC/include/private/ |
Makefile.am | 38 fixed.h \
|
all.h | 40 #include "fixed.h"
|
/external/icu4c/common/ |
ucnvdisp.c | 15 * 04/04/99 helena Fixed internal header inclusion.
|
/external/iptables/include/net/netfilter/ |
nf_conntrack_tuple.h | 71 /* These are the parts of the tuple which are fixed. */
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
package.html | 34 of the system. For GPUs that do not support shaders, a "fixed function pipeline"
|
/external/kernel-headers/original/asm-x86/ |
highmem.h | 52 * temp fixed addresses
|
/external/libgsm/src/ |
decode.c | 16 * 4.3 FIXED POINT IMPLEMENTATION OF THE RPE-LTP DECODER
|
/external/libvpx/libvpx/third_party/googletest/src/ |
CHANGES | 21 * Fixed the bug where long --gtest_filter flag values are truncated in 134 * Fixed compatibility with Solaris and z/OS. 152 * Fixed issues with compiling on Mac OS X. 153 * Fixed issues with compiling on Cygwin.
|
/external/llvm/include/llvm/Bitcode/ |
BitCodes.h | 92 Fixed = 1, // A fixed width field, Val specifies number of bits. 95 Char6 = 4, // A 6-bit fixed field which maps to [a-zA-Z0-9._]. 119 case Fixed:
|
/external/llvm/include/llvm/MC/ |
MCFixedLenDisassembler.h | 9 // Fixed length disassembler decoder state machine driver.
|
/external/llvm/utils/ |
DSAclean.py | 7 #%tmp.#, i.e. it now will remove %tmp.12.3.15 etc, additionally fixed a spelling error in
|
/external/mesa3d/docs/ |
RELNOTES-6.2.1 | 29 and glBitmap work with PBOs. This has been fixed for Mesa 6.3.
|
RELNOTES-6.3.1 | 29 Bugs fixed in 6.3.1 are listed in the VERSIONS file.
|
/external/mesa3d/src/mesa/tnl/ |
t_vp_build.c | 28 * Create a vertex program to execute the current fixed function T&L pipeline.
|
/external/openssh/regress/ |
envpass.sh | 8 # Prepare a custom config to test for a configuration parsing bug fixed in 4.0
|
/external/qemu-pc-bios/ |
README | 18 Fixed compilation error + x86-64 correctness fix
|
/external/regex-re2/util/ |
stringprintf.cc | 10 // First try with a small fixed size buffer
|
/external/sfntly/cpp/src/test/ |
verify_hhea.cc | 41 EXPECT_EQ(hhea->TableVersion(), Fixed1616::Fixed(1, 0));
|
verify_maxp.cc | 46 EXPECT_EQ(maxp->TableVersion(), Fixed1616::Fixed(1, 0));
|
/external/skia/src/images/ |
bmpdecoderhelper.h | 15 // will be fixed soon
|
Completed in 1782 milliseconds
<<31323334353637383940>>