| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | libgcc.texi | 809 For ease of comprehension @code{fract} is an alias for the 814 @code{@w{short fract}} is assumed to correspond to machine mode @code{QQmode}; 815 @code{@w{unsigned short fract}} to @code{UQQmode}; 816 @code{fract} to @code{HQmode}; 817 @code{@w{unsigned fract}} to @code{UHQmode}; 818 @code{@w{long fract}} to @code{SQmode}; 819 @code{@w{unsigned long fract}} to @code{USQmode}; 820 @code{@w{long long fract}} to @code{DQmode}; 821 and @code{@w{unsigned long long fract}} to @code{UDQmode}. 834 @deftypefn {Runtime Function} {short fract} __addqq3 (short fract @var{a}, short fract @var{b}) [all …]
|
| H A D | gccint.info | 1015 For ease of comprehension 'fract' is an alias for the '_Fract' type, 1019 type 'short fract' is assumed to correspond to machine mode 'QQmode'; 1020 'unsigned short fract' to 'UQQmode'; 'fract' to 'HQmode'; 1021 'unsigned fract' to 'UHQmode'; 'long fract' to 'SQmode'; 1022 'unsigned long fract' to 'USQmode'; 'long long fract' to 'DQmode'; and 1023 'unsigned long long fract' to 'UDQmode'. Similarly the fixed-point 1033 -- Runtime Function: short fract __addqq3 (short fract A, short fract 1035 -- Runtime Function: fract __addhq3 (fract A, fract B) 1036 -- Runtime Function: long fract __addsq3 (long fract A, long fract B) 1037 -- Runtime Function: long long fract __adddq3 (long long fract A, long [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | libgcc.texi | 809 For ease of comprehension @code{fract} is an alias for the 814 @code{@w{short fract}} is assumed to correspond to machine mode @code{QQmode}; 815 @code{@w{unsigned short fract}} to @code{UQQmode}; 816 @code{fract} to @code{HQmode}; 817 @code{@w{unsigned fract}} to @code{UHQmode}; 818 @code{@w{long fract}} to @code{SQmode}; 819 @code{@w{unsigned long fract}} to @code{USQmode}; 820 @code{@w{long long fract}} to @code{DQmode}; 821 and @code{@w{unsigned long long fract}} to @code{UDQmode}. 834 @deftypefn {Runtime Function} {short fract} __addqq3 (short fract @var{a}, short fract @var{b}) [all …]
|
| H A D | gccint.info | 1015 For ease of comprehension 'fract' is an alias for the '_Fract' type, 1019 type 'short fract' is assumed to correspond to machine mode 'QQmode'; 1020 'unsigned short fract' to 'UQQmode'; 'fract' to 'HQmode'; 1021 'unsigned fract' to 'UHQmode'; 'long fract' to 'SQmode'; 1022 'unsigned long fract' to 'USQmode'; 'long long fract' to 'DQmode'; and 1023 'unsigned long long fract' to 'UDQmode'. Similarly the fixed-point 1033 -- Runtime Function: short fract __addqq3 (short fract A, short fract 1035 -- Runtime Function: fract __addhq3 (fract A, fract B) 1036 -- Runtime Function: long fract __addsq3 (long fract A, long fract B) 1037 -- Runtime Function: long long fract __adddq3 (long long fract A, long [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | cg_arcs.c | 170 if (parent->cg.prop.fract == 0.0) in propagate_time() 180 if (arc->count == 0 || child == parent || child->cg.prop.fract == 0) in propagate_time() 218 prop_share = parent->cg.prop.fract * share; in propagate_time() 222 arc->time *= parent->cg.prop.fract; in propagate_time() 223 arc->child_time *= parent->cg.prop.fract; in propagate_time() 256 if (member->cg.prop.fract == 0.0) in cycle_time() 266 cyc->cg.prop.self = cyc->cg.prop.fract * cyc->hist.time; in cycle_time() 370 child->cg.prop.fract = 0.0; in inherit_flags() 386 child->cg.prop.fract += parent->cg.prop.fract in inherit_flags() 398 head->cg.prop.fract = 0.0; in inherit_flags() [all …]
|
| H A D | symtab.h | 84 double fract; /* What % of time propagates. */ member
|
| H A D | mips.c | 55 indirect_child.cg.prop.fract = 1.0; in mips_find_call()
|
| H A D | utils.c | 92 DBG (PROPDEBUG, printf ("%4.0f%% ", 100.0 * self->cg.prop.fract)); in print_name_only()
|
| H A D | alpha.c | 103 indirect_child.cg.prop.fract = 1.0; in alpha_find_call()
|
| H A D | vax.c | 246 indirectchild.cg.prop.fract = 1.0; in vax_find_call()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | fmt_scaled.c | 198 long long abval, fract = 0; in fmt_scaled() local 216 fract = (i == 0) ? 0 : abval % scale_factors[i]; in fmt_scaled() 219 fract /= scale_factors[i - 1]; in fmt_scaled() 224 fract = (10 * fract + 512) / 1024; in fmt_scaled() 226 if (fract == 10) { in fmt_scaled() 231 fract = 0; in fmt_scaled() 237 if (fract >= 5) { in fmt_scaled() 247 number, fract, scale_chars[unit]); in fmt_scaled()
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | cg_arcs.c | 171 if (parent->cg.prop.fract == 0.0) in propagate_time() 181 if (arc->count == 0 || child == parent || child->cg.prop.fract == 0) in propagate_time() 219 prop_share = parent->cg.prop.fract * share; in propagate_time() 223 arc->time *= parent->cg.prop.fract; in propagate_time() 224 arc->child_time *= parent->cg.prop.fract; in propagate_time() 257 if (member->cg.prop.fract == 0.0) in cycle_time() 267 cyc->cg.prop.self = cyc->cg.prop.fract * cyc->hist.time; in cycle_time() 371 child->cg.prop.fract = 0.0; in inherit_flags() 387 child->cg.prop.fract += parent->cg.prop.fract in inherit_flags() 399 head->cg.prop.fract = 0.0; in inherit_flags() [all …]
|
| H A D | symtab.h | 84 double fract; /* What % of time propagates. */ member
|
| H A D | mips.c | 55 indirect_child.cg.prop.fract = 1.0; in mips_find_call()
|
| H A D | utils.c | 92 DBG (PROPDEBUG, printf ("%4.0f%% ", 100.0 * self->cg.prop.fract)); in print_name_only()
|
| H A D | alpha.c | 103 indirect_child.cg.prop.fract = 1.0; in alpha_find_call()
|
| H A D | vax.c | 246 indirectchild.cg.prop.fract = 1.0; in vax_find_call()
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | trandom_deviate.c | 42 unsigned long fract, unsigned long expt) in mpfr_random_deviate_ldexp() argument 44 rop->h = (expt > W ? 0ul : fract); in mpfr_random_deviate_ldexp() 45 mpz_set_ui (rop->f, expt > W ? fract : 0ul); in mpfr_random_deviate_ldexp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| H A D | stdfix.h | 35 #undef fract 38 #define fract _Fract macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
| H A D | stdfix.h | 35 #undef fract 38 #define fract _Fract macro
|
| /netbsd-src/sys/dev/usb/ |
| H A D | pseye.c | 810 pseye_get_framerate(void *opaque, struct video_fract *fract) in pseye_get_framerate() argument 813 fract->numerator = 1; in pseye_get_framerate() 814 fract->denominator = 60; in pseye_get_framerate() 820 pseye_set_framerate(void *opaque, struct video_fract *fract) in pseye_set_framerate() argument 823 return pseye_get_framerate(opaque, fract); in pseye_set_framerate()
|
| H A D | uvideo.c | 2220 uvideo_get_framerate(void *addr, struct video_fract *fract) in uvideo_get_framerate() argument 2234 fract->numerator = 1; in uvideo_get_framerate() 2235 fract->denominator = 10000000 / vs->vs_frame_interval; in uvideo_get_framerate() 2238 fract->numerator = 60; in uvideo_get_framerate() 2239 fract->denominator = 1001; in uvideo_get_framerate() 2242 fract->numerator = 30; in uvideo_get_framerate() 2243 fract->denominator = 1001; in uvideo_get_framerate() 2246 fract->numerator = vs->vs_frame_interval; in uvideo_get_framerate() 2247 fract->denominator = 10000000; in uvideo_get_framerate() 2255 uvideo_set_framerate(void *addr, struct video_fract *fract) in uvideo_set_framerate() argument [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | random_0001.s | 1 # Test for saturation behavior with fract multiplication
|
| /netbsd-src/sys/dev/ |
| H A D | video.c | 926 struct video_fract fract; in video_get_parm() local 939 error = hw->get_framerate(sc->hw_softc, &fract); in video_get_parm() 943 parm->parm.capture.timeperframe.numerator = fract.numerator; in video_get_parm() 944 parm->parm.capture.timeperframe.denominator = fract.denominator; in video_get_parm() 953 struct video_fract fract; in video_set_parm() local 964 error = hw->set_framerate(sc->hw_softc, &fract); in video_set_parm() 968 parm->parm.capture.timeperframe.numerator = fract.numerator; in video_set_parm() 969 parm->parm.capture.timeperframe.denominator = fract.denominator; in video_set_parm()
|
| /netbsd-src/external/mit/isl/dist/doc/ |
| H A D | manual.tex | 34 \providecommand{\fract}[1]{\left\{#1\right\}}
|