HomeSort by: relevance | last modified time | path
    Searched refs:fractional (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_ccu_fractional.c 43 struct sunxi_ccu_fractional *fractional = &clk->u.fractional; local
48 if (!fractional->enable)
51 val = CCU_READ(sc, fractional->reg);
53 val |= fractional->enable;
55 val &= ~fractional->enable;
56 CCU_WRITE(sc, fractional->reg, val);
65 struct sunxi_ccu_fractional *fractional = &clk->u.fractional; local
81 val = CCU_READ(sc, fractional->reg)
108 struct sunxi_ccu_fractional *fractional = &clk->u.fractional; local
187 struct sunxi_ccu_fractional *fractional = &clk->u.fractional; local
240 struct sunxi_ccu_fractional *fractional = &clk->u.fractional; local
    [all...]
sunxi_ccu.h 397 .u.fractional.reg = (_reg), \
398 .u.fractional.parent = (_parent), \
399 .u.fractional.m = (_m), \
400 .u.fractional.m_min = (_m_min), \
401 .u.fractional.m_max = (_m_max), \
402 .u.fractional.prediv = (_prediv), \
403 .u.fractional.prediv_val = (_prediv_val), \
404 .u.fractional.div_en = (_div_en), \
405 .u.fractional.frac_sel = (_frac_sel), \
406 .u.fractional.frac[0] = (_frac0),
457 struct sunxi_ccu_fractional fractional; member in union:sunxi_ccu_clk::__anon1154
    [all...]
  /src/external/bsd/ntp/dist/include/
timepps-Solaris.h 88 d_temp = (x).fractional * PPS_FRAC / PPS_NANOSECOND; \
91 (x).fractional = (unsigned int)d_temp; \
139 unsigned int fractional; member in struct:ntp_fp
201 #define NTPFP_L_ADDS(r, a) NTPFP_M_ADD((r)->integral, (r)->fractional, \
202 (int)(a)->integral, (a)->fractional)
timepps-SCO.h 88 d_temp = (x).fractional * PPS_FRAC / PPS_NANOSECOND; \
91 (x).fractional = (unsigned int)d_temp; \
139 unsigned int fractional; member in struct:ntp_fp
timepps-SunOS.h 88 d_temp = (x).fractional * PPS_FRAC / PPS_NANOSECOND; \
91 (x).fractional = (unsigned int)d_temp; \
139 unsigned int fractional; member in struct:ntp_fp
  /src/sys/sys/
timepps.h 56 unsigned int fractional; member in struct:pps_timeu::__anon7714
  /src/external/lgpl3/gmp/dist/mpn/x86/
divrem_1.asm 1 dnl x86 mpn_divrem_1 -- mpn by limb division extending to fractional quotient.
51 C Extend the division to fractional quotient limbs in dst,xsize. Return the
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/
divrem_1.asm 59 C handling on K6 and too many auxiliary instructions. The fractional part
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
divrem_1.asm 102 dnl even more so on the fractional part.
269 C integer part, but curiously not on the fractional part, where %ebp is a
725 C Being the fractional part, the "source" limbs are all zero, meaning
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
systime.d 573 fracSecs = The fractional seconds portion of the time.
586 enforce(fracSecs >= Duration.zero, new DateTimeException("A SysTime cannot have negative fractional seconds."));
587 enforce(fracSecs < seconds(1), new DateTimeException("Fractional seconds must be less than one second."));
1978 Fractional seconds past the second (i.e. the portion of a
2051 Fractional seconds past the second (i.e. the portion of a
2055 fracSecs = The duration to set this $(LREF SysTime)'s fractional
2064 enforce(fracSecs >= Duration.zero, new DateTimeException("A SysTime cannot have negative fractional seconds."));
2065 enforce(fracSecs < seconds(1), new DateTimeException("Fractional seconds must be less than one second."));
8164 YYYYMMDDTHHMMSS.FFFFFFFTZ (where F is fractional seconds and TZ is time
8167 Note that the number of digits in the fractional seconds varies with th
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86/p6/mmx/
divrem_1.asm 61 dnl div and mul are about the same there, but on the fractional part the
  /src/external/mit/isl/dist/doc/
implementation.tex 283 fractional part. This expression is negative at the sample value
284 since $\vec c = \vec 0$ and $r = b(\vec p)$ is fractional, i.e.,
290 fractional sample value. To be able to formulate this constraint,
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 1905 | fractional part. Note that we can keep that info in a1, which is not
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 1903 | fractional part. Note that we can keep that info in a1, which is not
  /src/external/bsd/openpam/dist/
configure 3113 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether sleep supports fractional seconds" >&5
3114 printf %s "checking whether sleep supports fractional seconds... " >&6; }

Completed in 98 milliseconds