Searched refs:fixed (Results 151 - 175 of 312) sorted by relevance

1234567891011>>

/external/libvorbis/
H A Dlibvorbis.spec26 general-purpose compressed audio format for audio and music at fixed
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c176 * - fixed point 32 -> float 32
180 (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) {
185 * - fixed point 32 -> float 32
189 (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) {
331 /* float, fixed, sign, norm, width, len */
440 /* float, fixed, sign, norm, width, len */
/external/zlib/src/contrib/infback9/
H A Dinfback9.c48 Build and output length and distance decoding tables for fixed code
59 code fixed[544]; local
67 next = fixed;
80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes");
291 case 1: /* fixed block */
296 Tracev((stderr, "inflate: fixed codes block%s\n",
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm86 whether they are likely to be fixed in an upcoming release.
/external/chromium_org/chrome/browser/resources/apps_debugger/css/
H A Ditems.css90 position: fixed;
114 position: fixed;
/external/chromium_org/ppapi/tests/
H A Dtesting_instance.cc131 number_stream << std::fixed << std::setprecision(3) << elapsed_time;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.h147 virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed) const OVERRIDE FINAL;
H A DRenderTableCell.h233 virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed = false) const OVERRIDE;
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec142 fixed-point textures with signed components and relaxed the
143 fixed-function texture environment clamping appropriately. If the
/external/clang/lib/Lex/
H A DMacroArgs.cpp280 isBad = Result[1] == '\''; // ''' is not legal. '\' already fixed above.
/external/e2fsprogs/e2fsck/
H A Drehash.c337 int fixed = 0; local
364 fixed++;
390 fixed++;
393 return fixed;
/external/flac/include/FLAC/
H A Dformat.h146 /** The maximum order of the fixed predictors permitted by the format. */
269 FLAC__SUBFRAME_TYPE_FIXED = 2, /**< fixed polynomial prediction */
347 FLAC__Subframe_Fixed fixed; member in union:__anon17692::__anon17693
/external/libvpx/libvpx/vp8/common/x86/
H A Didctllm_mmx.asm17 ; * This implementation makes use of 16 bit fixed point version of two multiply
22 ; * fixed point precision as the second one, we use a trick of
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec142 fixed-point textures with signed components and relaxed the
143 fixed-function texture environment clamping appropriately. If the
/external/stlport/src/
H A Dios.cpp50 const ios_base::fmtflags ios_base::fixed; member in class:ios_base
H A Dnum_put_float.cpp450 __fill_fmtbuf(fmtbuf, ios_base::fixed, 'L');
661 case ios_base::fixed:
731 case ios_base::fixed:
788 * - max_exponent10: max number of digits in fixed mode
797 case ios_base::fixed:
/external/stlport/test/eh/
H A DPrefix.h215 // Bugs fixed in CWPro3
224 # pragma warning not sure the above bug is fixed yet
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c267 if(type.norm && !type.floating && !type.fixed && !type.sign) {
317 !type.floating && !type.fixed) {
340 if(bld->type.norm && (bld->type.floating || bld->type.fixed))
588 !type.floating && !type.fixed) {
610 if(bld->type.norm && (bld->type.floating || bld->type.fixed))
721 if(!type.floating && !type.fixed && type.norm) {
742 if(type.fixed)
905 if (bld->type.fixed) {
948 wide_type.fixed = TRUE;
1194 /* signed int/norm/fixed poin
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c267 if(type.norm && !type.floating && !type.fixed && !type.sign) {
317 !type.floating && !type.fixed) {
340 if(bld->type.norm && (bld->type.floating || bld->type.fixed))
588 !type.floating && !type.fixed) {
610 if(bld->type.norm && (bld->type.floating || bld->type.fixed))
721 if(!type.floating && !type.fixed && type.norm) {
742 if(type.fixed)
905 if (bld->type.fixed) {
948 wide_type.fixed = TRUE;
1194 /* signed int/norm/fixed poin
[all...]
/external/libvorbis/lib/
H A Dpsy.c548 const int fixed){
653 if (fixed <= 0) return;
656 hi = i + fixed / 2;
657 lo = hi - fixed;
676 hi = i + fixed / 2;
677 lo = hi - fixed;
544 bark_noise_hybridmp(int n,const long *b, const float *f, float *noise, const float offset, const int fixed) argument
/external/chromium_org/chrome/browser/resources/
H A Dabout_memory.css152 table-layout: fixed;
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
H A Dwallpaper_manager.css21 * TODO(bshe): Remove this when http://crbug.com/142275 fixed.
269 position: fixed;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcore_options_handler.cc514 GURL fixed = URLFixerUpper::FixupURL(original, std::string()); local
515 temp_value.reset(new base::StringValue(fixed.spec()));
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
H A Dchrome_shared.css46 position: fixed;
236 * This CSS is a workaround. Please remove once WebKit bug is fixed.
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
H A Dnotifications.css183 table-layout: fixed;

Completed in 2118 milliseconds

1234567891011>>