/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 41 fixed-point format, i.e., a scaled-integer format. There are 47 and will already be using some form of fixed-point representation. 48 This extension solves the problem by adding new ``fixed', and 49 ``clamp fixed'' data types based on a a two's complement 51 with an 'x' suffix that take fixed or clampx parameters. 70 * Are enums converted to fixed by scaling by 2^16. 76 NOTE: `T' expands to 'const fixed*' or `fixed' as appropriate 84 void RectxOES(fixed x1, fixed y1, fixed x2, fixed y2); 85 void RectxvOES(const fixed v1[2], const fixed v2[2]); 88 void LoadMatrixxOES(const fixed m[16]); [all …]
|
/third_party/openGLES/extensions/OES/ |
D | OES_fixed_point.txt | 51 fixed-point format, i.e., a scaled-integer format. There are 57 and will already be using some form of fixed-point representation. 58 This extension solves the problem by adding new ``fixed', and 59 ``clamp fixed'' data types based on a a two's complement 61 with an 'x' suffix that take fixed or clampx parameters. 80 * Are enums converted to fixed by scaling by 2^16. 86 NOTE: `T' expands to 'const fixed*' or `fixed' as appropriate 94 void RectxOES(fixed x1, fixed y1, fixed x2, fixed y2); 95 void RectxvOES(const fixed v1[2], const fixed v2[2]); 98 void LoadMatrixxOES(const fixed m[16]); [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/ |
D | Fixed1616.java | 25 public static int integral(int fixed) { in integral() argument 26 return (fixed >> 16) & 0xffff; in integral() 29 public static int fractional(int fixed) { in fractional() argument 30 return fixed & 0xffff; in fractional() 33 public static int fixed(int integral, int fractional) { in fixed() method in Fixed1616 41 public static double doubleValue(int fixed) { in doubleValue() argument 42 return fixed / 65536.0; // shift the decimal 16 bits in doubleValue() 45 public static String toString(int fixed) { in toString() argument 47 sb.append(Fixed1616.integral(fixed)); in toString() 49 sb.append(Fixed1616.fractional(fixed)); in toString()
|
/third_party/typescript/tests/baselines/reference/ |
D | preserveValueImports_errors(isolatedmodules=false).symbols | 31 === tests/cases/conformance/externalModules/typeOnly/c.fixed.ts === 33 >DefaultA : Symbol(DefaultA, Decl(c.fixed.ts, 0, 6)) 36 >A : Symbol(A, Decl(c.fixed.ts, 1, 13)) 39 >DefaultB : Symbol(DefaultB, Decl(c.fixed.ts, 2, 6)) 42 >B : Symbol(B, Decl(c.fixed.ts, 3, 13)) 53 === tests/cases/conformance/externalModules/typeOnly/d.fixed.ts === 56 >AA : Symbol(AA, Decl(d.fixed.ts, 0, 13)) 60 >BB : Symbol(BB, Decl(d.fixed.ts, 1, 13)) 67 === tests/cases/conformance/externalModules/typeOnly/e.fixed.ts === 69 >AA : Symbol(AA, Decl(e.fixed.ts, 0, 13)) [all …]
|
D | preserveValueImports_errors(isolatedmodules=true).symbols | 31 === tests/cases/conformance/externalModules/typeOnly/c.fixed.ts === 33 >DefaultA : Symbol(DefaultA, Decl(c.fixed.ts, 0, 6)) 36 >A : Symbol(A, Decl(c.fixed.ts, 1, 13)) 39 >DefaultB : Symbol(DefaultB, Decl(c.fixed.ts, 2, 6)) 42 >B : Symbol(B, Decl(c.fixed.ts, 3, 13)) 53 === tests/cases/conformance/externalModules/typeOnly/d.fixed.ts === 56 >AA : Symbol(AA, Decl(d.fixed.ts, 0, 13)) 60 >BB : Symbol(BB, Decl(d.fixed.ts, 1, 13)) 67 === tests/cases/conformance/externalModules/typeOnly/e.fixed.ts === 69 >AA : Symbol(AA, Decl(e.fixed.ts, 0, 13)) [all …]
|
D | tsxUnionMemberChecksFilterDataProps.types | 7 declare function NotHappy(props: ({ fixed?: boolean } | { value?: number })): ReactElement<any>; 8 >NotHappy : (props: ({ fixed?: boolean;} | { value?: number;})) => ReactElement<any> 9 >props : { fixed?: boolean; } | { value?: number; } 10 >fixed : boolean 13 declare function Happy(props: { fixed?: boolean, value?: number }): ReactElement<any>; 14 >Happy : (props: { fixed?: boolean; value?: number;}) => ReactElement<any> 15 >props : { fixed?: boolean; value?: number; } 16 >fixed : boolean 24 >NotHappy : (props: { fixed?: boolean; } | { value?: number; }) => React.ReactElement<any> 32 >Happy : (props: { fixed?: boolean; value?: number; }) => React.ReactElement<any>
|
D | tsxUnionMemberChecksFilterDataProps.symbols | 7 declare function NotHappy(props: ({ fixed?: boolean } | { value?: number })): ReactElement<any>; 10 >fixed : Symbol(fixed, Decl(tsxUnionMemberChecksFilterDataProps.tsx, 3, 35)) 14 declare function Happy(props: { fixed?: boolean, value?: number }): ReactElement<any>; 17 >fixed : Symbol(fixed, Decl(tsxUnionMemberChecksFilterDataProps.tsx, 4, 31))
|
/third_party/ffmpeg/tests/fate/ |
D | aac.mak | 81 FATE_AAC_FIXED += fate-aac-fixed-al04_44 82 fate-aac-fixed-al04_44: CMD = pcm -c aac_fixed -i $(TARGET_SAMPLES)/aac/al04_44.mp4 83 fate-aac-fixed-al04_44: REF = $(SAMPLES)/aac/al04_44.s16 85 FATE_AAC_FIXED += fate-aac-fixed-al05_44 86 fate-aac-fixed-al05_44: CMD = pcm -c aac_fixed -i $(TARGET_SAMPLES)/aac/al05_44.mp4 87 fate-aac-fixed-al05_44: REF = $(SAMPLES)/aac/al05_44.s16 89 FATE_AAC_FIXED += fate-aac-fixed-al06_44 90 fate-aac-fixed-al06_44: CMD = pcm -c aac_fixed -i $(TARGET_SAMPLES)/aac/al06_44.mp4 91 fate-aac-fixed-al06_44: REF = $(SAMPLES)/aac/al06_44_reorder.s16 93 FATE_AAC_FIXED += fate-aac-fixed-al15_44 [all …]
|
D | ac3.mak | 30 FATE_AC3 += fate-ac3-fixed-2.0 31 fate-ac3-fixed-2.0: CMD = pcm -c ac3_fixed -i $(TARGET_SAMPLES)/ac3/monsters_inc_2.0_192_small.ac3 32 fate-ac3-fixed-2.0: REF = $(SAMPLES)/ac3/monsters_inc_2.0_192_small_v2.pcm 34 FATE_AC3 += fate-ac3-fixed-4.0-downmix-mono 35 fate-ac3-fixed-4.0-downmix-mono: CMD = pcm -c ac3_fixed -downmix mono -i $(TARGET_SAMPLES)/ac3/mill… 36 fate-ac3-fixed-4.0-downmix-mono: REF = $(SAMPLES)/ac3/millers_crossing_4.0_mono_v2.pcm 38 FATE_AC3 += fate-ac3-fixed-5.1-downmix-mono 39 fate-ac3-fixed-5.1-downmix-mono: CMD = pcm -c ac3_fixed -downmix mono -i $(TARGET_SAMPLES)/ac3/mons… 40 fate-ac3-fixed-5.1-downmix-mono: REF = $(SAMPLES)/ac3/monsters_inc_5.1_448_small_mono_v2.pcm 42 FATE_AC3 += fate-ac3-fixed-5.1-downmix-stereo [all …]
|
/third_party/skia/gm/ |
D | ninepatchstretch.cpp | 78 const SkScalar fixed = SkIntToScalar(fImage->width() - fCenter.width()); in onDraw() local 81 { fixed * 4 / 5, fixed * 4 / 5 }, // shrink in both axes in onDraw() 82 { fixed * 4 / 5, fixed * 4 }, // shrink in X in onDraw() 83 { fixed * 4, fixed * 4 / 5 }, // shrink in Y in onDraw() 84 { fixed * 4, fixed * 4 } in onDraw() 97 SkRect r = SkRect::MakeXYWH(x + ix * fixed, y + iy * fixed, in onDraw()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
D | float_to_string.cc | 32 std::stringstream fixed; in FloatToString() local 33 fixed.flags(fixed.flags() | std::ios_base::showpoint | std::ios_base::fixed); in FloatToString() 34 fixed.precision(9); in FloatToString() 35 fixed << f; in FloatToString() 39 if (float_equal_no_warning(std::stof(fixed.str()), f)) { in FloatToString() 40 auto str = fixed.str(); in FloatToString()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ChangeLog | 12 * fixed FT-EAP initial mobility domain association using PMKSA caching 14 * fixed FILS to and RSNE into (Re)Association Response frames 15 * fixed DPP bootstrapping URI parser of channel list 25 * fixed an ECDH operation corner case with OpenSSL 43 - fixed confirm message validation in error cases 63 * fixed build with LibreSSL 65 * fixed KEK2 derivation for FILS+FT 75 * fixed FT and SA Query Action frame with AP-MLME-in-driver cases 80 * fixed PTK rekeying with FILS and FT 83 * fixed WPA packet number reuse with replayed messages and key [all …]
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_surface_compression.txt | 46 platforms may support framebuffer compression at fixed bitrates. Such 51 This extension enables applications to opt-in to fixed-rate compression 101 EGL_SURFACE_COMPRESSION_EXT specifies the fixed-rate compression that may 103 If its value is EGL_SURFACE_COMPRESSION_FIXED_RATE_NONE_EXT, then fixed-rate 109 implementation may enable fixed-rate compression with a bitrate of at 112 implementation may enable fixed-rate compression with a bitrate of at 115 implementation may enable fixed-rate compression with a bitrate of at 118 implementation may enable fixed-rate compression with a bitrate of at 121 implementation may enable fixed-rate compression with a bitrate of at 124 implementation may enable fixed-rate compression with a bitrate of at [all …]
|
/third_party/python/Tools/scripts/ |
D | patchcheck.py | 174 fixed = [path for path in file_paths if path.endswith('.py') and 176 return fixed 182 fixed = [] 189 fixed.append(path) 190 return fixed 197 fixed = [] 208 fixed.append(path) 211 return fixed 258 fixed = [] 259 fixed.extend(normalize_whitespace(python_files)) [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ChangeLog | 11 - fixed PMKSA caching with OKC 16 * fixed WPS UPnP SUBSCRIBE handling of invalid operations 18 * fixed PMF disconnection protection bypass 21 * fixed various issues in experimental support for EAP-TEAP server 28 * fixed EAP-FAST server with TLS GCM/CCM ciphers 31 * fixed OWE key derivation with groups 20 and 21; this breaks backwards 55 * fixed FT-EAP initial mobility domain association using PMKSA caching 57 * fixed FILS to and RSNE into (Re)Association Response frames 58 * fixed DPP bootstrapping URI parser of channel list 68 * fixed an ECDH operation corner case with OpenSSL [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 6.4.rst | 40 - fixed bug when bilinear sampling 2d textures with borders 42 - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242) 43 - fixed a few problems with proxy color tables (bug 4270) 44 - fixed precision problem in Z clearing (bug 4395) 46 - fixed potential segfault caused by reading pixels outside of 49 - fixed memory corruption bug involving software alpha buffers 54 - fixed a number of point size attenuation/fade bugs 55 - fixed glFogCoord bug 4729 57 - fixed broken fragment program KIL and SWZ instructions
|
D | 6.5.1.rst | 51 - fixed broken texture border handling for depth textures (bug 6498) 54 - fixed a few render-to-texture bugs, including render to depth texture 60 - fixed assorted bugs in texture compression paths 61 - fixed indirect rendering vertex array crashes (bug 6863) 63 - fixed convolution memory leak (bug 7077) 68 - fixed R128 driver locking bug (Martijn van Oosterhout) 71 - fixed parser bug for scalar sources for GL_NV_fragment_program 74 - fixed potential dangling pointer bug in glBindProgram() 75 - fixed some memory leaks (and potential crashes) in Xlib driver 76 - fixed a number of build issues on HP-UX (Christopher Bell)
|
/third_party/lzma/DOC/ |
D | lzma-history.txt | 28 - Some bugs were fixed. 55 - Bug in LZMA encoder in file LzmaEnc.c was fixed: 62 - Bug in versions 21.00-21.05 was fixed: 92 - Some bugs were fixed. 103 - Some bugs were fixed. 123 - The bug in 7zIn.c code was fixed. 130 - Some bugs were fixed. 131 - The bug in 7-Zip 18.02-18.05 was fixed: 148 - The BUG was fixed in Lzma2Enc.c 166 - The BUG in 17.01 - 18.00 beta was fixed: [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | cos_tablegen.c | 40 static void printval(double val, int fixed) in printval() argument 42 if (fixed) { in printval() 58 int fixed = argc > 1 && strstr(argv[1], "fixed"); in main() local 62 printf("#define FFT_FLOAT %d\n", !fixed); in main() 72 printval(func(idx*freq), fixed); in main() 76 printval(func(do_sin ? -(m/4 - 1)*freq : freq), fixed); in main()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_storage_compression.txt | 43 platforms may support framebuffer compression at fixed bitrates. Such 100 "Querying <pname> SURFACE_COMPRESSION_EXT returns the fixed-rate 135 SURFACE_COMPRESSION_EXT specifies if fixed-rate compression can be 137 If its value is SURFACE_COMPRESSION_FIXED_RATE_NONE_EXT then fixed-rate 143 implementation may enable fixed-rate compression with a bitrate of at 146 implementation may enable fixed-rate compression with a bitrate of at 149 implementation may enable fixed-rate compression with a bitrate of at 152 implementation may enable fixed-rate compression with a bitrate of at 155 implementation may enable fixed-rate compression with a bitrate of at 158 implementation may enable fixed-rate compression with a bitrate of at [all …]
|
D | EXT_render_snorm.txt | 78 "if signed integer, unsigned integer, or fixed-point RGBA data is 127 "If the color buffer is fixed-point, the components of the 137 "Unsigned normalized fixed-point destination (framebuffer) 142 "Normalized fixed-point destination (framebuffer) components are 147 "Prior to blending, unsigned normalized fixed-point color 153 "Prior to blending, unsigned and signed normalized fixed-point 162 normalized fixed-point representation, the constant color 169 signed normalized fixed-point representation, the constant color 177 "Unsigned normalized fixed-point RGBA color buffers are cleared 180 converted and/or dithered) color to fixed-point using equations [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_render_snorm.txt | 78 "if signed integer, unsigned integer, or fixed-point RGBA data is 127 "If the color buffer is fixed-point, the components of the 137 "Unsigned normalized fixed-point destination (framebuffer) 142 "Normalized fixed-point destination (framebuffer) components are 147 "Prior to blending, unsigned normalized fixed-point color 153 "Prior to blending, unsigned and signed normalized fixed-point 162 normalized fixed-point representation, the constant color 169 signed normalized fixed-point representation, the constant color 177 "Unsigned normalized fixed-point RGBA color buffers are cleared 180 converted and/or dithered) color to fixed-point using equations [all …]
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 1200 my @fixed = (); 1278 @fixed = (); 2640 push(@fixed, $rawline) if ($fix); 2973 $fixed[$fixlinenr] =~ s/$sign_off/$suggested_signature/; 2981 $fixed[$fixlinenr] = 2989 $fixed[$fixlinenr] = 2998 $fixed[$fixlinenr] = 3018 $fixed[$fixlinenr] =~ s/\Q$email\E/$suggested_email/; 3029 $fixed[$fixlinenr] =~ s/\Q$email_address\E/$stripped_address/; 3064 $fixed[$fixlinenr] =~ s/\Q$email\E/$new_email/; [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ChangeLog | 10 - fixed PMKSA caching with OKC 15 * fixed P2P provision discovery processing of a specially constructed 18 * fixed P2P group information processing of a specially constructed 21 * fixed PMF disconnection protection bypass in AP mode 26 * fixed various issues in experimental support for EAP-TEAP peer 31 * fixed EAP-FAST peer with TLS GCM/CCM ciphers 35 * fixed OWE key derivation with groups 20 and 21; this breaks backwards 66 * fixed FT-EAP initial mobility domain association using PMKSA caching 69 * fixed a regression in OpenSSL 1.1+ engine loading 71 * fixed DPP bootstrapping URI parser of channel list [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ChangeLog | 13 * fixed FT-EAP initial mobility domain association using PMKSA caching 16 * fixed a regression in OpenSSL 1.1+ engine loading 18 * fixed DPP bootstrapping URI parser of channel list 23 * fixed Hotspot 2.0 credential selection based on roaming consortium 27 * fixed a regression in WMM parameter configuration for a TDLS peer 28 * fixed a regression in operation with drivers that offload 802.1X 30 * fixed an ECDH operation corner case with OpenSSL 40 - fixed some association cases where both SAE and FT-SAE were enabled 44 - fixed FT-SAE when SAE PMKSA caching is used 61 * fixed CONFIG_IEEE80211R=y (FT) build without CONFIG_FILS=y [all …]
|