Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20030405-1.c3 typedef long fixed; typedef
5 fixfloor (fixed x) in fixfloor()
13 fixtoi (fixed x) in fixtoi()
17 extern inline fixed
33 fixtof (fixed x) in fixtof()
37 extern inline fixed
38 fixdiv (fixed x, fixed y) in fixdiv()
48 extern inline fixed
H A D920428-2.c145 typedef long fixed; typedef
147 fixed x, y;
169 fixed tx_fixed, ty_fixed;
179 fixed round;
386 …pmat). tx_fixed = ((fixed)(((*pmat). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (*pmat). ty = ((… in gs_update_matrix_fixed()
392 …. tx_fixed = ((fixed)(((pgs->ctm). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (pgs->ctm). ty = (… in gs_initmatrix()
409 …. tx_fixed = ((fixed)(((pgs->ctm). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (pgs->ctm). ty = (… in gs_setmatrix()
420 …. tx_fixed = ((fixed)(((pgs->ctm). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (pgs->ctm). ty = (… in gs_translate()
441 …. tx_fixed = ((fixed)(((pgs->ctm). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (pgs->ctm). ty = (… in gs_concat()
478 gs_translate_to_fixed(register gs_state *pgs, fixed px, fixed py) in gs_translate_to_fixed()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020320-1.c11 int fixed; in main() local
13 fixed = ({ int temp1 = 2; temp1; }) - ({ int temp2 = 1; temp2; }); in main()
14 if (fixed != 1) in main()
17 fixed = ({ struct large temp3; temp3.x = 2; temp3; }).x in main()
19 if (fixed != 1) in main()
/openbsd-src/sys/dev/pci/drm/amd/display/modules/freesync/
H A Dfreesync.c34 /* Refresh rate ramp at a fixed rate of 65 Hz/second */
42 /* Threshold to exit fixed refresh rate */
44 /* Number of consecutive frames to check before entering/exiting fixed refresh */
194 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
223 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
224 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
227 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
236 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
237 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
240 in_out_vrr->fixed in update_v_total_for_static_ramp()
[all...]
/openbsd-src/etc/examples/
H A Dypldap.conf23 fixed attribute passwd "*"
29 fixed attribute change "0"
30 fixed attribute expire "0"
31 fixed attribute class ""
37 fixed attribute grouppasswd "*"
/openbsd-src/usr.bin/awk/
H A DFIXES.1e48 Various leaks and use-after-free issues plugged/fixed.
409 fixed mangled awktest.tar (thanks, Arnold), posted all
436 fixed obscure call by value bug in split(a[1],a) reported on
458 removed fixed limit on number of open files; thanks to aleksey
461 fixed day 1 bug that resurrected deleted elements of ARGV when
479 fixed a subtle (and i hope low-probability) overflow error
488 fixed long-standing overflow bug in run.c; many thanks to
491 fixed bug that didn't parse -vd=1 properly; thanks to santiago
499 fixed a long-standing issue with when FS takes effect. a
512 fixed typo in b.c that set tmpvec wrongly. no one had ever
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5221delta.pod27 Several bugs, including a segmentation fault, have been fixed with the bounds
52 cleared C<$!>. This has been fixed.
126 the interpreter, since Perl 5.17.10. This has been fixed.
132 but has now been fixed again.
156 Problems when multiplying long doubles by infinity have been fixed.
178 Regular expression possessive quantifier Perl 5.20 regression now fixed.
188 of the proper error message. This has now been fixed.
198 A regression from Perl 5.20 has been fixed, in which some syntax errors in
208 constructs has been fixed wherein things like C<\c]> could cause panics.
226 A crash with C<< %::=(); J->${\"::"} >> has been fixed.
[all …]
H A Dperl5243delta.pod21 fixed.
28 memory, or could crash perl. This has now been fixed.
33 A possible stack buffer overflow in the C<%ENV> code on Windows has been fixed
77 regardless of whether they actually exist. This has been fixed.
95 have been fixed (by disabling Thread Safety Analysis for these configurations).
122 incorrect mapping of C<strtoll> and C<strtoull>. This has now been fixed.
145 has now been fixed.
157 fixed.
191 the B<-x> switch. This has been fixed.
197 could result in crashes, but have been fixed. The crash was introduced in Perl
[all …]
H A Dperl588delta.pod118 C<scrolling_list()> select attribute fixed
212 of hashes has been fixed
233 under the debugger has been fixed.
394 Problem with partial characters and C<< encoding(utf-8-strict) >> fixed.
537 C<$^O> could sometimes become tainted. This has been fixed.
564 POD formatting errors in the documentation fixed
785 Documentation typo fixed
869 Documentation typos fixed
890 Documentation typos fixed
910 Exit status of C<pod2usage> fixed
[all …]
H A Dperl5144delta.pod32 This problem has been fixed.
37 fixed.
44 This problem has been fixed.
50 This problem has been fixed.
57 This problem has been fixed.
65 This problem has been fixed.
72 This problem has been fixed.
79 This problem has been fixed.
H A Dperl5182delta.pod71 Devel::Cover among other libraries. This has been fixed. [perl #119351]
77 Latin-1 block. This has been fixed. [perl #120799]
83 package’s superclass. This has been fixed. [perl #120694]
89 has been fixed. [perl #120288]
95 segfaults-by-nullpointer. This has been fixed.
99 A buffer overflow with very long identifiers has been fixed.
109 This has been fixed.
H A Dperl5121delta.pod34 We fixed exporting of C<is_strict> and C<is_lax> from L<version>.
94 We fixed a minor error in L<perl5114delta>.
118 We fixed an F<a2p> example in L<perlutil>.
126 We fixed broken links in a number of perldelta files.
135 We fixed a number of typos in L<Pod::Functions>
226 We fixed a small bug in lex_stuff_pvn() that caused spurious syntax errors
235 We fixed a bug that could cause \N{} constructs followed by a single . to
243 We fixed a bug that caused when(scalar) without an argument not to be
250 We fixed a regression in the handling of labels immediately before string
257 We fixed a regression in case-insensitive matching of folded characters
[all …]
H A Dperl5261delta.pod21 fixed.
28 memory, or could crash perl. This has now been fixed.
33 A possible stack buffer overflow in the C<%ENV> code on Windows has been fixed
79 Building with B<g++> on FreeBSD-11.0 has been fixed.
96 incorrect mapping of C<strtoll> and C<strtoull>. This has now been fixed.
114 fixed, and if any similar bugs are introduced in future, they will be detected
141 This has now been fixed.
153 been fixed.
163 Some erroneous warnings after utf8 conversion have been fixed.
H A Dperl586delta.pod29 up private fields in the base class. This has been fixed.
98 has now been fixed.
101 was already freed. This has been fixed.
104 have been fixed.
110 fixed.
114 than using the overloaded values. This has been fixed.
H A Dperl5122delta.pod69 loading C<File::Glob> to crash has been fixed. Now, it correctly falls back
166 The C<d_u32align> configuration probe on ARM has been fixed.
177 with C<clang> has been fixed.
192 A possible segfault in the C<T_PRTOBJ> default typemap has been fixed.
197 C<@DB::args> has been fixed.
201 Several memory leaks when loading XS modules were fixed.
220 "C<call_sv(code, G_EVAL)>" is called from an XS destructor has been fixed.
278 Several memory leaks in L<stat()|perlfunc/"stat FILEHANDLE"> have been fixed.
283 fixed.
288 C<realname()>) has been fixed.
H A Dperl5202delta.pod184 fixed.
210 UTF8-encoding the value. This has been fixed.
216 messages) used to crash for lexical subs, but have been fixed.
221 fixed.
277 crashes has been fixed. This occurred only in patterns compiled with C<"/i">,
297 happening until Perl 5.16.) The crash has, of course, been fixed.
303 fixed.
311 fixed.
318 regular expression compilation has been fixed.
330 argument to C<sort>. This will be fixed in a future version of Perl.
[all …]
/openbsd-src/games/adventure/
H A Dsubr.c66 if (place[objj] == loc || fixed[objj] == loc) in at()
227 if (at(j) && fixed[j] == 0) in fdwarf()
443 fixed[bear] = -1; in trbridge()
564 if (fixed[obj] != 0) in trtake()
671 fixed[vase] = -1; in trdrop()
721 fixed[chain] = -1; in tropen()
732 fixed[chain] = 0; in tropen()
735 fixed[bear] = 2 - prop[bear]; in tropen()
890 fixed[axe] = -1; in trtoss()
937 fixed[axe] = 0; in trfeed()
[all …]
H A Dvocab.c59 j = fixed[object]; in juggle()
73 from = fixed[object - 100]; in move()
113 fixed[object - 100] = where; in drop()
/openbsd-src/usr.sbin/dhcpd/
H A Ddhcpd.conf58 fixed-address fantasia.fugue.com;
74 fixed-address confusia-1.fugue.com, confusia-2.fugue.com;
81 fixed-address confusia-3.fugue.com;
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D19990826-4.f34 logical fixed,piped,debug,ex,clinfo
43 data burn, fixedxy,fixed, piped
118 fixed = .true.
191 fixed = .true.
223 if(.not.fixed) then
473 if (fixed) then
485 fixed = .false.
598 fixed = fixedxy
/openbsd-src/regress/sys/kern/extent/
H A Dtests19 #check overlap into subregion (fixed in 1.25)
26 #check overflow in boundary check, before an allocated region (fixed in 1.32)
33 #check overflow in boundary check, before the subregion end (fixed in 1.32)
39 #check allocation beyond last boundary line (to be fixed)
48 #check allocation beyond last boundary line (to be fixed)
94 # fixed in 1.51
/openbsd-src/gnu/usr.bin/perl/dist/Test/t/
H A Dsuccess.t7 ok(ok('fixed', 'fixed'));
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dfixed-font2 Options to set fixed fonts
5 fixed CR
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A DREADME-data.txt12 can be fixed via the Converter.
15 can't be fixed.
/openbsd-src/gnu/llvm/libcxx/include/__charconv/
H A Dchars_format.h27 fixed = 0x2, enumerator
29 general = fixed | scientific

12345678910>>...38