Searched refs:FIX (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10.1/python-89/2.7/
H A DGNUmakefile51 FIX = '$(OBJROOT)/fix' macro
89 ed - $(PROJECT)/configure < $(FIX)/configure.ed && \
90 ed - $(PROJECT)/Include/py_curses.h < $(FIX)/py_curses.h.ed && \
91 ed - $(PROJECT)/Lib/distutils/command/install.py < $(FIX)/install.py.ed && \
92 ed - $(PROJECT)/Lib/distutils/sysconfig.py < $(FIX)/sysconfig.py.ed && \
93 ed - $(PROJECT)/Lib/distutils/tests/test_build_ext.py < $(FIX)/Lib_distutils_tests_test_build_ext.py.ed && \
94 ed - $(PROJECT)/Lib/distutils/unixccompiler.py < $(FIX)/unixccompiler.py.ed && \
95 ed - $(PROJECT)/Lib/logging/handlers.py < $(FIX)/Lib_logging_handlers.py.ed && \
96 ed - $(PROJECT)/Lib/_osx_support.py < $(FIX)/Lib__osx_support.py.ed && \
97 ed - $(PROJECT)/Lib/plat-mac/bundlebuilder.py < $(FIX)/bundlebuilde
[all...]
H A DMakefile33 FIX = '$(SRCROOT)/fix' macro
43 ed - '$(OBJROOT)/Makefile' < $(FIX)/Makefile.ed
44 ed - '$(OBJROOT)/pyconfig.h' < $(FIX)/pyconfig.ed
62 BYTE2UTF16 = $(RUNPYTHON) $(FIX)/byte2utf16.py
63 UTF162BYTE = $(RUNPYTHON) $(FIX)/utf162byte.py
99 ed - '$(DSTROOT)$(PACONTENTS)/Info.plist' < $(FIX)/pinfo.ed
100 ed - '$(DSTROOT)$(RESOURCESVERS)/Info.plist' < $(FIX)/pinfo.ed
108 install -m 0644 $(FIX)/pydoc.1 '$(DSTROOT)$(MAN1)'
109 install -m 0644 $(FIX)/pythonw.1 '$(DSTROOT)$(MAN1)'
127 ed - $$i < $(FIX)/skipextraexe
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djfdctint.c40 * CAUTION: We rely on the FIX() macro except for the N=1,2,4,8 cases
103 /* Some C compilers fail to reduce "FIX(constant)" at compile time, thus
107 * (With a reasonable C compiler, you can just rely on the FIX() macro...)
111 #define FIX_0_298631336 ((INT32) 2446) /* FIX(0.298631336) */
112 #define FIX_0_390180644 ((INT32) 3196) /* FIX(0.390180644) */
113 #define FIX_0_541196100 ((INT32) 4433) /* FIX(0.541196100) */
114 #define FIX_0_765366865 ((INT32) 6270) /* FIX(0.765366865) */
115 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */
116 #define FIX_1_175875602 ((INT32) 9633) /* FIX(1.175875602) */
117 #define FIX_1_501321110 ((INT32) 12299) /* FIX(1.50132111
[all...]
H A Djidctint.c47 * CAUTION: We rely on the FIX() macro except for the N=1,2,4,8 cases
108 /* Some C compilers fail to reduce "FIX(constant)" at compile time, thus
112 * (With a reasonable C compiler, you can just rely on the FIX() macro...)
116 #define FIX_0_298631336 ((INT32) 2446) /* FIX(0.298631336) */
117 #define FIX_0_390180644 ((INT32) 3196) /* FIX(0.390180644) */
118 #define FIX_0_541196100 ((INT32) 4433) /* FIX(0.541196100) */
119 #define FIX_0_765366865 ((INT32) 6270) /* FIX(0.765366865) */
120 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */
121 #define FIX_1_175875602 ((INT32) 9633) /* FIX(1.175875602) */
122 #define FIX_1_501321110 ((INT32) 12299) /* FIX(1.50132111
[all...]
H A Djccolor.c61 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
98 rgb_ycc_tab[i+R_Y_OFF] = FIX(0.29900) * i;
99 rgb_ycc_tab[i+G_Y_OFF] = FIX(0.58700) * i;
100 rgb_ycc_tab[i+B_Y_OFF] = FIX(0.11400) * i + ONE_HALF;
101 rgb_ycc_tab[i+R_CB_OFF] = (-FIX(0.16874)) * i;
102 rgb_ycc_tab[i+G_CB_OFF] = (-FIX(0.33126)) * i;
107 rgb_ycc_tab[i+B_CB_OFF] = FIX(0.50000) * i + CBCR_OFFSET + ONE_HALF-1;
109 rgb_ycc_tab[i+R_CR_OFF] = FIX(0.50000) * i + CBCR_OFFSET + ONE_HALF-1;
111 rgb_ycc_tab[i+G_CR_OFF] = (-FIX(0.41869)) * i;
112 rgb_ycc_tab[i+B_CR_OFF] = (-FIX(0.0813
[all...]
H A Djfdctfst.c72 /* Some C compilers fail to reduce "FIX(constant)" at compile time, thus
76 * (With a reasonable C compiler, you can just rely on the FIX() macro...)
80 #define FIX_0_382683433 ((INT32) 98) /* FIX(0.382683433) */
81 #define FIX_0_541196100 ((INT32) 139) /* FIX(0.541196100) */
82 #define FIX_0_707106781 ((INT32) 181) /* FIX(0.707106781) */
83 #define FIX_1_306562965 ((INT32) 334) /* FIX(1.306562965) */
85 #define FIX_0_382683433 FIX(0.382683433)
86 #define FIX_0_541196100 FIX(0.541196100)
87 #define FIX_0_707106781 FIX(0.707106781)
88 #define FIX_1_306562965 FIX(1.30656296
[all...]
H A Djdcolor.c62 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
95 RIGHT_SHIFT(FIX(1.40200) * x + ONE_HALF, SCALEBITS);
98 RIGHT_SHIFT(FIX(1.77200) * x + ONE_HALF, SCALEBITS);
100 cconvert->Cr_g_tab[i] = (- FIX(0.71414)) * x;
103 cconvert->Cb_g_tab[i] = (- FIX(0.34414)) * x + ONE_HALF;
H A Djidctfst.c84 /* Some C compilers fail to reduce "FIX(constant)" at compile time, thus
88 * (With a reasonable C compiler, you can just rely on the FIX() macro...)
92 #define FIX_1_082392200 ((INT32) 277) /* FIX(1.082392200) */
93 #define FIX_1_414213562 ((INT32) 362) /* FIX(1.414213562) */
94 #define FIX_1_847759065 ((INT32) 473) /* FIX(1.847759065) */
95 #define FIX_2_613125930 ((INT32) 669) /* FIX(2.613125930) */
97 #define FIX_1_082392200 FIX(1.082392200)
98 #define FIX_1_414213562 FIX(1.414213562)
99 #define FIX_1_847759065 FIX(1.847759065)
100 #define FIX_2_613125930 FIX(2.61312593
[all...]
H A Djdmerge.c74 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
108 RIGHT_SHIFT(FIX(1.40200) * x + ONE_HALF, SCALEBITS);
111 RIGHT_SHIFT(FIX(1.77200) * x + ONE_HALF, SCALEBITS);
113 upsample->Cr_g_tab[i] = (- FIX(0.71414)) * x;
116 upsample->Cb_g_tab[i] = (- FIX(0.34414)) * x + ONE_HALF;
/macosx-10.10.1/python-89/2.6/
H A DGNUmakefile51 FIX = '$(OBJROOT)/fix' macro
98 # Make a tarball out of the differences and put in $(FIX)/autoconf.tar.bz2
108 ed - $(PROJECT)/Include/py_curses.h < $(FIX)/py_curses.h.ed && \
109 ed - $(PROJECT)/Include/pymactoolbox.h < $(FIX)/pymactoolbox.h.ed && \
110 ed - $(PROJECT)/Lib/ctypes/__init__.py < $(FIX)/Lib_ctypes___init__.py.ed && \
111 ed - $(PROJECT)/Lib/xml/__init__.py < $(FIX)/Lib_xml___init__.py.ed && \
112 ed - $(PROJECT)/Lib/distutils/command/install.py < $(FIX)/install.py.ed && \
113 ed - $(PROJECT)/Lib/distutils/config.py < $(FIX)/Lib_distutils_config.py.ed && \
114 sed 's/@DEFARCHFLAGS@/$(defarchflags)/' $(FIX)/sysconfig.py.ed | ed - $(PROJECT)/Lib/distutils/sysconfig.py && \
115 ed - $(PROJECT)/Lib/distutils/unixccompiler.py < $(FIX)/unixccompile
[all...]
H A DMakefile33 FIX = '$(SRCROOT)/fix' macro
43 ed - '$(OBJROOT)/Makefile' < $(FIX)/Makefile.ed
44 ed - '$(OBJROOT)/pyconfig.h' < $(FIX)/pyconfig.ed
62 BYTE2UTF16 = $(RUNPYTHON) $(FIX)/byte2utf16.py
63 UTF162BYTE = $(RUNPYTHON) $(FIX)/utf162byte.py
99 ed - '$(DSTROOT)$(RESOURCESVERS)/Info.plist' < $(FIX)/pinfo.ed
103 install -m 0644 $(FIX)/pydoc.1 '$(DSTROOT)$(MAN1)'
104 install -m 0644 $(FIX)/pythonw.1 '$(DSTROOT)$(MAN1)'
122 ed - $$i < $(FIX)/skipextraexec.ed; \
130 patch -p0 < $(FIX)/usrlocalbi
[all...]
/macosx-10.10.1/python_modules-40/
H A DGNUmakefile21 FIX = $(VERSIONERDIR)/$(PYTHONPROJECT)/fix macro
96 install $(FIX)/$(DUMMY) $(DSTROOT)$(MERGEBIN)
103 sed -e 's/@SEP@/-/g' -e "s/@VERSION@/$$vers/g" $(FIX)/scriptvers.ed | ed - $(DSTROOT)$(MERGEBIN)/$$fv && \
110 sed -e '/^1a/,/^\./d' -e "s/@VERSION@/$$vers/g" $(FIX)/scriptvers.ed | ed - $$f || exit 1; \
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_color.c176 #define FIX(x) ((int32)((x) * (1L<<SHIFT) + 0.5)) macro
234 { float f1 = 2-2*LumaRed; int32 D1 = FIX(f1);
235 float f2 = LumaRed*f1/LumaGreen; int32 D2 = -FIX(f2);
236 float f3 = 2-2*LumaBlue; int32 D3 = FIX(f3);
237 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(f4);
273 #undef FIX macro
/macosx-10.10.1/python-89/
H A DMakefile8 FIX = $(SRCROOT)/fix macro
18 VERSIONERFLAGS = -std=gnu99 -Wall -mdynamic-no-pic -I$(DSTROOT)$(VERSIONERDIR)/$(Project) -I$(FIX) -framework CoreFoundation
114 (cd $(FIX) && rsync -pt $(VERSIONERFIX) $(DSTROOT)$(VERSIONERDIR)/$(Project)/fix) && \
149 install $(FIX)/$(DUMMY) $(DSTROOT)$(MERGEBIN)
158 sed -e 's/@SEP@//g' -e "s/@VERSION@/$$vers/g" $(FIX)/scriptvers.ed | ed - 2to3$$vers; \
164 sed -e 's/@SEP@//g' -e "s/@VERSION@/$$vers/g" $(FIX)/scriptvers.ed | ed - $$f && \
223 cp -f $(FIX)/$(Project).1 $(DSTROOT)$(MERGEMAN)/man1/$(CUSTOMTEMP) && \
282 ed - $$i < $(FIX)/smtpd.py.ed || exit 1; \
/macosx-10.10.1/perl-103/
H A DMakefile70 FIX = $(SRCROOT)/fix macro
141 install $(FIX)/$(DUMMY) $(DSTROOT)$(MERGEBIN)
150 sed "s/@VERSION@/$$vers/g" $(FIX)/scriptvers.ed | ed - $(DSTROOT)$(MERGEBIN)/$$fv && \
172 cd $(FIX) && rsync -pt $(VERSIONERFIX) $(DSTROOT)$(VERSIONERDIR)/$(Project)/fix
226 $(FIX)/$(Project).1 > $(DSTROOT)$(MERGEMAN)/man1/$(CUSTOMTEMP) && \
/macosx-10.10.1/pyobjc-45/2.5/
H A DGNUmakefile49 FIX = $(VERSIONERDIR)/$(PYTHONPROJECT)/fix macro
99 # sed -e '/^1a/,/^\./d' -e "s/@VERSION@/$$vers/g" $(FIX)/scriptvers.ed | ed - $$f || exit 1; \
/macosx-10.10.1/pyobjc-45/
H A DGNUmakefile18 FIX = $(VERSIONERDIR)/$(PYTHONPROJECT)/fix macro
93 # sed -e '/^1a/,/^\./d' -e "s/@VERSION@/$$vers/g" $(FIX)/scriptvers.ed | ed - $$f || exit 1; \
/macosx-10.10.1/CPAN-56/
H A DGNUmakefile66 FIX = $(VERSIONERDIR)/$(PERLPROJECT)/fix macro
135 install $(FIX)/$(DUMMY) $(DSTROOT)$(MERGEBIN)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddesc.vim17 syn keyword descFlag DIETLIBC KAFFE JAIL NOPARALLEL FPIC-QUIRK LIBTOOL-WUIRK NO-LIBTOOL-FIX AUTOMAKE-QUIRK NO-AS-NEEDED NO-SSP KERNEL INIT LIBC CC CXX F77 KCC contained
H A Dcsc.vim101 sy match cscComE contained "^\s*FIX"
105 " sy keyword cscCom FIX ENDFIX LOOP ENDLOOP
H A Dcl.vim39 syn keyword clTodo contained TODO BUG DEBUG FIX
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c576 #define FIX(off1, off2, type) \
584 FIX (cbLineOffset, line, unsigned char *);
585 FIX (cbDnOffset, external_dnr, void *);
586 FIX (cbPdOffset, external_pdr, void *);
587 FIX (cbSymOffset, external_sym, void *);
588 FIX (cbOptOffset, external_opt, void *);
589 FIX (cbAuxOffset, external_aux, union aux_ext *);
590 FIX (cbSsOffset, ss, char *);
591 FIX (cbSsExtOffset, ssext, char *);
592 FIX (cbFdOffse
574 #define FIX macro
593 #undef FIX macro
[all...]
/macosx-10.10.1/perl-103/5.16/
H A DGNUmakefile47 FIX = fix macro
/macosx-10.10.1/perl-103/5.18/
H A DGNUmakefile47 FIX = fix macro
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Ddhcp_options.c352 FIX ME: test data NULL

Completed in 325 milliseconds

12