Home
last modified time | relevance | path

Searched refs:fixed_point (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Doutput.cpp150 : fp(f), max_line_length(n), col(0), fixed_point(0), newlines(0) in simple_output()
287 fixed_point = n; in set_fixed_point()
H A Dhtml.h85 int fixed_point; variable
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_rect.c234 void drm_rect_debug_print(const char *prefix, const struct drm_rect *r, bool fixed_point) in drm_rect_debug_print() argument
236 if (fixed_point) in drm_rect_debug_print()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_rect.h221 const struct drm_rect *r, bool fixed_point);
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dps.h51 int fixed_point; variable
H A Dps.cpp95 : fp(f), col(0), max_line_length(n), need_space(0), fixed_point(0) in ps_output()
190 fixed_point = n; in set_fixed_point()
314 const char *p = if_to_a(i, fixed_point); in put_fix_number()
/netbsd-src/sys/arch/rs6000/include/
H A Diplcb.h404 } floating_point, fixed_point, instruction_cache_unit, member
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A DMakefile.in45 fixed_point = @fixed_point@
796 ifeq ($(fixed_point),yes)
H A Dconfigure.ac251 fixed_point=$libgcc_cv_fixed_point
252 AC_SUBST(fixed_point) subst
H A Dconfigure4822 fixed_point=$libgcc_cv_fixed_point
H A Dconfig.host575 fixed_point=no
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A DMakefile.in45 fixed_point = @fixed_point@
796 ifeq ($(fixed_point),yes)
H A Dconfigure.ac258 fixed_point=$libgcc_cv_fixed_point
259 AC_SUBST(fixed_point) subst
H A Dconfigure4832 fixed_point=$libgcc_cv_fixed_point
H A Dconfig.host583 fixed_point=no
H A DChangeLog11943 * Makefile.in (fixed_point): Define.
11944 Check if fixed_point is yes to build support functions.
11945 * configure.ac: Check for fixed_point support.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dsourcebuild.texi2387 @item fixed_point
H A Dgccint.info5608 'fixed_point'
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dsourcebuild.texi2701 @item fixed_point
H A Dgccint.info5887 'fixed_point'
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1477 defm fixed_point : BoolFOption<"fixed-point",