HomeSort by relevance Sort by last modified time
    Searched full:fixed (Results 251 - 275 of 7512) sorted by null

<<11121314151617181920>>

  /external/mesa3d/docs/
relnotes-7.0.3.html 43 <li>Fixed GLX indirect vertex array rendering bug (14197)
44 <li>Fixed crash when deleting framebuffer objects (bugs 13507, 14293)
46 <li>Fixed glBindTexture() crash upon bad target (bug 14514)
47 <li>Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug 13915)
49 <li>Fixed minor point rasterization regression (bug 11016)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 16 // static const fmtflags fixed;
31 // static const fmtflags floatfield = scientific | fixed;
40 assert(std::ios_base::fixed);
58 & std::ios_base::fixed
80 | std::ios_base::fixed));
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
PHP Markdown Extra Readme.text 221 * Fixed a problem where abbreviation definitions, footnote
225 * Fixed a bug where characters such as `"` in abbreviation
228 * Fixed a bug where double quotes `"` were not correctly encoded
242 * Fixed a problem where Markdown headers and horizontal rules were
266 * Fixed an issue where an indented code block preceded by a blank
279 * Fixed a problem where `<hr@example.com>` was seen as a horizontal
282 * Fixed an issue where some characters in Markdown-generated HTML
293 as a code block. This has been fixed.
320 * Fixed a problem introduced in 1.0.1i where three or more identical
329 * Fixed a problem introduced in 1.0.1i where the closing `code` and
    [all...]
  /external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt 3 pending = is scheduled to be fixed (or at least considered) on this branch
6 sse3fix = fixed by the SSE3 commits
25 79844 fixed Helgrind complains about race condition which does not exist
27 82871 fixed Massif output function names too short
28 89061 fixed Massif: ms_main.c:485 (get_XCon): Assertion `xpt->max_chi...
29 92615 fixed Write output from Massif at crash
30 95483 fixed massif feature request: include peak allocation in report
32 112163 fixed MASSIF crashed with signal 7 (SIGBUS) after running 2 days
36 121629 fixed add instruction-counting mode for timing
41 127371 fixed java vm giving unhandled instruction bytes:
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ChangeLog 33 * fixed number of small bugs (see git logs for more details)
39 - fixed KDF for group 21 and zero-padding
92 * fixed issues in WPA/RSN element validation when roaming with ap_scan=1
96 * fixed WSC element inclusion in cases where P2P is disabled
98 * EAP-SIM: fixed AT_COUNTER_TOO_SMALL use
132 * EAP-TTLS: fixed peer challenge generation for MSCHAPv2
219 * fixed P2P Bonjour SD to match entries with both compressed and not
412 * nl80211: fixed number of issues with roaming
423 * TNC: fixed issues with fragmentation
476 * fixed PKCS#12 use with OpenSSL 1.0.
    [all...]
  /external/eigen/doc/
C01_TutorialMatrixClass.dox 79 \em fixed \em size. For example, the convenience typedef \c MatrixXd, meaning
88 You can perfectly have e.g. a fixed number of rows with a dynamic number of columns, as in:
116 In order to offer a uniform API across fixed-size and dynamic-size matrices, it is legal to use these
117 constructors on fixed-size matrices, even if passing the sizes is useless in this case. So this is legal:
123 Finally, we also offer some constructors to initialize the coefficients of small fixed-size vectors up to size 4:
183 All these methods are still available on fixed-size matrices, for the sake of API uniformity. Of course, you can't actually
184 resize a fixed-size matrix. Trying to change a fixed size to an actually different value will trigger an assertion failure;
206 Of course, if the left-hand side is of fixed size, resizing it is not allowed.
212 \section TutorialMatrixFixedVsDynamic Fixed vs. Dynamic siz
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_type.h 76 * normalized values, or fixed point.
80 * Floating-point. Cannot be used with fixed. Integer numbers are
86 * Fixed-point. Cannot be used with floating. Integer numbers are
89 unsigned fixed:1; member in struct:lp_type
106 * For floating and fixed point formats it means the values should be
114 * For fixed point values, the fixed point is assumed to be at half the
286 res_type.fixed = TRUE;
300 res_type.fixed = TRUE;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 76 * normalized values, or fixed point.
80 * Floating-point. Cannot be used with fixed. Integer numbers are
86 * Fixed-point. Cannot be used with floating. Integer numbers are
89 unsigned fixed:1; member in struct:lp_type
106 * For floating and fixed point formats it means the values should be
114 * For fixed point values, the fixed point is assumed to be at half the
286 res_type.fixed = TRUE;
300 res_type.fixed = TRUE;
  /frameworks/base/graphics/java/android/renderscript/
ProgramVertexFixedFunction.java 28 * simple way to create a fixed function emulation vertex shader
40 * Binds the constant buffer containing fixed function emulation
43 * @param va allocation containing fixed function matrices
121 * Creates a builder for fixed function vertex program
175 * @return Fixed function emulation ProgramVertex
218 * Creates a buffer to store fixed function emulation matrices
257 * Sets the modelview matrix in the fixed function matrix buffer
268 * Sets the projection matrix in the fixed function matrix buffer
279 * Sets the texture matrix in the fixed function matrix buffer.
  /frameworks/rs/
rsProgramVertex.cpp 46 "Unable to set fixed function emulation matrices because allocation is missing");
70 "Attempting to set fixed function emulation matrix projection on user program");
75 "Unable to set fixed function emulation matrix projection because allocation is missing");
88 "Attempting to set fixed function emulation matrix modelview on user program");
93 "Unable to set fixed function emulation matrix modelview because allocation is missing");
106 "Attempting to set fixed function emulation matrix texture on user program");
111 "Unable to set fixed function emulation matrix texture because allocation is missing");
124 "Attempting to get fixed function emulation matrix projection on user program");
129 "Unable to get fixed function emulation matrix projection because allocation is missing");
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
PerspectiveTransformOperation.cpp 44 return PerspectiveTransformOperation::create(Length(clampToPositiveInteger(p), Fixed));
61 return PerspectiveTransformOperation::create(Length(clampToPositiveInteger(val), Fixed));
63 return PerspectiveTransformOperation::create(Length(0, Fixed));
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
find_in_page_frame.html 20 div.fixed {
26 position: fixed;
61 <div class="fixed">
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
VERSION 0 Fixed the weak key values which were wrong :-(
8 Fixed a few tests in destest. Also added x86 assember for
89 Fixed the problem with des.pl under perl5. The patches were
121 passed seed into the init structure. It is now fixed to copy 8.
131 Fixed a few bit with the distribution and the filenames.
136 Fixed ede3 cbc which I had broken in 3.16. I have also
185 Fixed a bug in 3cbc_encrypt() :-(. When making repeated calls
192 Fixed des_random_key to far more random, it was rather feeble
207 Finally fixed the cfb_enc problems.
208 Fixed a few parameter parsing bugs in des (-3 and -b), thank
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkBounder.h 54 LSB and RSB are fixed-point (16.16) coordinates of the start and end
58 SkIPoint fLSB; //!< fixed-point left-side-bearing of the glyph
59 SkIPoint fRSB; //!< fixed-point right-side-bearing of the glyph
  /external/chromium_org/third_party/skia/src/utils/
SkNinePatch.cpp 59 // stretchy areas and scale the fixed areas to fit within the target bounds.
64 delta = SkScalarMul(delta, -stretchFactor); // scale fixed areas
66 // fixed and scale the stretchable areas to fill the target bounds.
160 const SkScalar fixed = SkIntToScalar(bitmap.width() - stretchSize); local
161 if (bounds.width() >= fixed)
162 stretchX = (bounds.width() - fixed) / stretchSize;
164 stretchX = SkScalarDiv(-bounds.width(), fixed);
172 const SkScalar fixed = SkIntToScalar(bitmap.height() - stretchSize); local
173 if (bounds.height() >= fixed)
174 stretchY = (bounds.height() - fixed) / stretchSize
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-117409.js 40 // with empty fixed array.
43 // ArrayPush built-in will replace empty fixed array backing store with 19
44 // elements fixed array backing store. This leads to a mismatch between the map
  /external/freetype/src/cff/
cf2fixed.h 5 /* Adobe's code for Fixed Point Mathematics (specification only). */
46 /* rasterizer integer and fixed point arithmetic must be 32-bit */
49 typedef FT_Int32 CF2_Frac; /* 2.30 fixed point */
  /external/grub/
AUTHORS 10 Gordon Matzigkeit adopted GRUB into the GNU Project. He fixed several
49 KB Sriram added a better detection of FAT filesystem and fixed a
52 Eric Kvaalen fixed a lot of problems in the GRUB manual.
  /external/libvorbis/doc/vorbisfile/
vorbis_info.html 53 <dd>Specifies the upper limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_lower parameters, the stream is fixed bitrate. May be unset if no limit exists.</dd>
55 <dd>Specifies the average bitrate for a VBR bitstream. May be unset. If the bitrate_upper and bitrate_lower parameters match, the stream is fixed bitrate.</dd>
57 <dd>Specifies the lower limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_upper parameters, the stream is fixed bitrate. May be unset if no limit exists.</dd>
  /external/openssl/crypto/des/
VERSION 0 Fixed the weak key values which were wrong :-(
8 Fixed a few tests in destest. Also added x86 assember for
89 Fixed the problem with des.pl under perl5. The patches were
121 passed seed into the init structure. It is now fixed to copy 8.
131 Fixed a few bit with the distribution and the filenames.
136 Fixed ede3 cbc which I had broken in 3.16. I have also
185 Fixed a bug in 3cbc_encrypt() :-(. When making repeated calls
192 Fixed des_random_key to far more random, it was rather feeble
207 Finally fixed the cfb_enc problems.
208 Fixed a few parameter parsing bugs in des (-3 and -b), thank
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.h 34 // Fixed 32-bit signed fixed-point number (16.16)
39 // F2DOT14 16-bit signed fixed number with the low 14 bits of fraction (2.14)
  /external/sfntly/cpp/src/test/
endian_test.cc 35 0x00, 0x01, 0x00, 0x00 // 24: fixed
52 EXPECT_EQ(rfd->ReadFixed(24), Fixed1616::Fixed(1, 0));
67 fos.WriteFixed(Fixed1616::Fixed(1, 0));
  /external/skia/include/core/
SkBounder.h 54 LSB and RSB are fixed-point (16.16) coordinates of the start and end
58 SkIPoint fLSB; //!< fixed-point left-side-bearing of the glyph
59 SkIPoint fRSB; //!< fixed-point right-side-bearing of the glyph
  /external/skia/src/utils/
SkNinePatch.cpp 59 // stretchy areas and scale the fixed areas to fit within the target bounds.
64 delta = SkScalarMul(delta, -stretchFactor); // scale fixed areas
66 // fixed and scale the stretchable areas to fill the target bounds.
160 const SkScalar fixed = SkIntToScalar(bitmap.width() - stretchSize); local
161 if (bounds.width() >= fixed)
162 stretchX = (bounds.width() - fixed) / stretchSize;
164 stretchX = SkScalarDiv(-bounds.width(), fixed);
172 const SkScalar fixed = SkIntToScalar(bitmap.height() - stretchSize); local
173 if (bounds.height() >= fixed)
174 stretchY = (bounds.height() - fixed) / stretchSize
    [all...]
  /external/srec/srec/include/
fronttyp.h 26 typedef int fftdata; /* TODO: Swap in fixed point datatype when working */
30 ** Fixed point processing macros. These are defined in non-fixed point build also.

Completed in 2675 milliseconds

<<11121314151617181920>>