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

<<31323334353637383940>>

  /external/chromium_org/tools/
sort-headers.py 101 """Creates a fixed version of the file, invokes |confirm_function|
105 the fixed-up filename, and returns True to use the fixed-up file,
  /external/chromium_org/v8/benchmarks/
README.txt 17 For version 2 the crypto benchmark was fixed. Previously, the
26 Other benchmarks were fixed to do elementary verification of the
69 Removed dead code from the RayTrace benchmark and fixed a couple of
revisions.html 29 <p>Removed dead code from the RayTrace benchmark and fixed a couple of
78 <p>For version 2 the Crypto benchmark was fixed. Previously, the
88 <p>Other benchmarks were fixed to do elementary verification of the
  /external/eigen/Eigen/src/Eigen2Support/
Block.h 27 * when it is applied to a fixed-size matrix, it inherits a fixed maximal size,
71 /** \returns a fixed-size expression of a corner of *this.
  /external/flac/libFLAC/include/private/
fixed.h 45 * Compute the best fixed predictor and the expected bits-per-sample
77 * IN order <= FLAC__MAX_FIXED_ORDER fixed-predictor order
90 * IN order <= FLAC__MAX_FIXED_ORDER fixed-predictor order
  /external/gtest/
CHANGES 107 * Fixed compatibility with Solaris and z/OS.
125 * Fixed issues with compiling on Mac OS X.
126 * Fixed issues with compiling on Cygwin.
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 182 /* The size of the largest PUBLIC fixed buffer in system. */
187 /* The pool ID of the largest PUBLIC fixed buffer in system. */
206 /* The number of fixed and dynamic buffer pools */
  /external/libvpx/libvpx/
CHANGELOG 115 Fixed corruption issues when vpx_codec_enc_config_set() was called
118 Fixed a decoder error introduced in Duclair where the segmentation
275 Fixed iwalsh_neon build problems with RVDS4.1
344 Fix counter of fixed keyframe distance
346 Fixed use of motion percentage in KF/GF group calc
350 Fixed bug first cluster timecode of webm file is wrong.
351 Fixed various encoder bugs with odd-sized images
352 vp8e_get_preview fixed when spatial resampling enabled
474 ivfenc: correct fixed kf interval, --disable-kf
507 Fixed simple loop filter, other crashes on ARM v
    [all...]
  /external/mesa3d/docs/
relnotes-6.5.3.html 69 <li>Fixed a number of framebuffer/renderbuffer reference counting bugs
70 <li>Fixed a few bugs in software-emulated alpha planes
73 <li>Fixed a number of bugs that prevented "depth-peeling" rendering from working.
  /external/mesa3d/src/mesa/main/
state.c 95 * programs or programs derived from fixed-function state.
98 * we're generating a fragment program from fixed-function texture state.
117 * is NULL, use fixed-function code paths.
123 * 3. Programs derived from fixed-function state.
152 /* Use fragment program generated from fixed-function state */
196 /* Use vertex program generated from fixed-function state */
553 /* When we generate programs from fixed-function vertex/fragment state
573 * Driver.UpdateState() has to call FLUSH_VERTICES(). (fixed?)
604 * generating vp from fixed function state, basically want to
624 /* Only the fixed-func generated programs need to use the fla
    [all...]
  /external/v8/benchmarks/
README.txt 17 For version 2 the crypto benchmark was fixed. Previously, the
26 Other benchmarks were fixed to do elementary verification of the
69 Removed dead code from the RayTrace benchmark and fixed a couple of
revisions.html 29 <p>Removed dead code from the RayTrace benchmark and fixed a couple of
78 <p>For version 2 the Crypto benchmark was fixed. Previously, the
88 <p>Other benchmarks were fixed to do elementary verification of the
  /external/valgrind/main/none/tests/linux/
mremap2.stdout.exp 6 maymv 0 fixed 0 newsz 19 dstpo 0 dst 0x........ ->
12 maymv 0 fixed 0 newsz 19 dstpo 1 dst 0x........ ->
18 maymv 0 fixed 0 newsz 20 dstpo 0 dst 0x........ ->
24 maymv 0 fixed 0 newsz 20 dstpo 1 dst 0x........ ->
30 maymv 0 fixed 0 newsz 21 dstpo 0 dst 0x........ ->
36 maymv 0 fixed 0 newsz 21 dstpo 1 dst 0x........ ->
42 maymv 0 fixed 0 newsz 29 dstpo 0 dst 0x........ ->
48 maymv 0 fixed 0 newsz 29 dstpo 1 dst 0x........ ->
54 maymv 0 fixed 0 newsz 30 dstpo 0 dst 0x........ ->
60 maymv 0 fixed 0 newsz 30 dstpo 1 dst 0x........ ->
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 245 #define DOT11_BCN_PRB_LEN 12 /* 802.11 beacon/probe frame fixed length */
246 #define DOT11_BCN_PRB_FIXED_LEN 12 /* 802.11 beacon/probe frame fixed length */
477 #define DOT11_OBSS_CHANLIST_FIXED_LEN 1 /* fixed length of regclass */
567 #define DOT11_MNG_IE_MREQ_FIXED_LEN 3 /* d11 measurement request IE fixed length */
589 #define DOT11_MNG_IE_MREP_FIXED_LEN 3 /* d11 measurement response IE fixed length */
780 #define FIXED_MSDU_SIZE 0x8000 /* MSDU size is fixed */
781 #define MSDU_SIZE_MASK 0x7fff /* (Nominal or fixed) MSDU size */
796 #define DOT11_MGMT_NOTIFICATION_LEN 4 /* Fixed length */
    [all...]
  /external/stlport/test/unit/
num_put_get_test.cpp 174 str << fixed << limits::max();
430 ostr << fixed << 1.23457e+17f;
440 ostr << fixed << showpos << 1.23457e+17f;
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f;
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f;
494 ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f;
502 ostr << fixed << showpos << setprecision(100) << 1.234567e+17;
513 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 174 str << fixed << limits::max();
430 ostr << fixed << 1.23457e+17f;
440 ostr << fixed << showpos << 1.23457e+17f;
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f;
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f;
494 ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f;
502 ostr << fixed << showpos << setprecision(100) << 1.234567e+17;
513 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
font_settings.json 51 "enum": ["standard", "sansserif", "serif", "fixed", "cursive", "fantasy"],
256 "description": "Clears the default fixed font size set by this extension, if any.",
275 "description": "Gets the default size for fixed width fonts.",
309 "description": "Sets the default size for fixed width fonts.",
457 "description": "Fired when the default fixed font size setting changes.",
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_parse.py 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
60 self.sign = type in (SIGNED, FIXED, FLOAT)
79 if self.type == FIXED:
93 if self.type == FIXED:
216 'h': FIXED,
  /external/chromium_org/tools/json_schema_compiler/test/
font_settings.json 33 "enum": ["standard", "sansserif", "serif", "fixed", "cursive", "fantasy"],
230 "description": "Clears the default fixed font size set by this extension, if any.",
249 "description": "Gets the default size for fixed width fonts.",
279 "description": "Sets the default size for fixed width fonts.",
491 "description": "Fired when the default fixed font size setting changes.",
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
60 self.sign = type in (SIGNED, FIXED, FLOAT)
79 if self.type == FIXED:
93 if self.type == FIXED:
216 'h': FIXED,
  /frameworks/av/tools/resampler_tools/
fir.cpp 60 "usage: %s [-h] [-d] [-s sample_rate] [-c cut-off_frequency] [-n half_zero_crossings] [-f {float|fixed}] [-b beta] [-v dBFS] [-l lerp]\n"
61 " %s [-h] [-d] [-s sample_rate] [-c cut-off_frequency] [-n half_zero_crossings] [-f {float|fixed}] [-b beta] [-v dBFS] -p M/N\n"
69 " -f output format, can be fixed-point or floating-point (fixed)\n"
176 if (!strcmp(optarg,"fixed")) format = 0;
  /frameworks/rs/scriptc/
rs_graphics.rsh 126 * Load the projection matrix for a currently bound fixed function
134 * Load the model matrix for a currently bound fixed function
142 * Load the texture matrix for a currently bound fixed function
150 * Get the projection matrix for a currently bound fixed function
159 * Set the constant color for a fixed function emulation program.
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 126 * Load the projection matrix for a currently bound fixed function
134 * Load the model matrix for a currently bound fixed function
142 * Load the texture matrix for a currently bound fixed function
150 * Get the projection matrix for a currently bound fixed function
159 * Set the constant color for a fixed function emulation program.
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 59 /// fixed stack objects (such as arguments passed on the stack) or nonnegative
97 // default, fixed objects are immutable unless marked otherwise.
129 /// NumFixedObjects - This contains the number of fixed objects contained on
130 /// the stack. Because fixed objects are stored at a negative index in the
149 /// offsets for all of the fixed size objects, updating the Objects list
287 /// getNumFixedObjects - Return the number of fixed objects.
414 /// all of the fixed size frame objects. This is only valid after
462 /// CreateFixedObject - Create a new object at a fixed location on the stack.
463 /// All fixed objects should be created before other objects are created for
464 /// efficiency. By default, fixed objects are immutable. This returns a
    [all...]
  /external/srec/srec/cfront/
sp_fft.c 52 /* >>>> Fixed Point, Floting Point, and Machine Specific Methods <<<<
54 We will localize all fixed point, floating point, and machine specific
133 /* >>>> Fixed Point, Floting Point, and Machine Independent Methods <<<< */
653 ** fixed data = windowedData * 2**HAMMING_DATA_BITS
662 ** fixed data = windowedData * 2**HAMMING_DATA_BITS * 2**scale
690 ** fixed data = fftdata * 2**HAMMING_DATA_BITS * 2**scale
692 ** to get fft data, we then need to reverse-shift the fixed data by the
698 ** fixed data = fftdata * 2**(8*sizeof(fftdata) - DATA_BITS - log2Length)
702 ** fixed magnitude = fftdata magnitude * 2**(2*(32 - 16 - log2Length)) - 2**32)
705 ** to get the fixed magnitude = fftdata magnitude * 2**(-log2Length-1
    [all...]

Completed in 898 milliseconds

<<31323334353637383940>>