HomeSort by: relevance | last modified time | path
    Searched defs:yn (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/lib/libm/src/
w_jn.c 19 * wrapper jn(int n, double x), yn(int n, double x)
24 * y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal;
25 * y0(-ve)=y1(-ve)=yn(n,-ve) are NaN with invalid signal.
26 * Note 2. About jn(n,x), yn(n,x)
38 * yn(n,x) is similar in all respects, except
64 yn(int n, double x) /* wrapper yn */ function
81 return __kernel_standard((double)n,x,39); /* yn(x>X_TLOSS,n) */
  /src/external/bsd/ipf/dist/samples/
userauth.c 23 char yn[16]; local
44 if (!fgets(yn, sizeof(yn), stdin))
47 if (yn[0] == 'n' || yn[0] == 'N')
49 else if (yn[0] == 'y' || yn[0] == 'Y') {
55 printf("answer = %c (%x), id %d idx %d\n", yn[0],
  /src/external/lgpl3/mpfr/dist/src/
odd_p.c 33 mp_size_t yn; local
59 yn = prec / GMP_NUMB_BITS;
60 MPFR_ASSERTN(yn >= 0);
61 /* yn is the index of limb containing the 't' bit */
65 if (expo % GMP_NUMB_BITS == 0 ? (yp[yn] & 1) == 0
66 : MPFR_LIMB_LSHIFT(yp[yn], (expo % GMP_NUMB_BITS) - 1) != MPFR_LIMB_HIGHBIT)
68 while (--yn >= 0)
69 if (yp[yn] != 0)
div_ui.c 41 mp_size_t i, xn, yn, dif; local
104 yn = MPFR_LIMB_SIZE (y);
110 dif = yn + 1 - xn;
112 /* we need to store yn + 1 = xn + dif limbs of the quotient */
113 tmp = MPFR_TMP_LIMBS_ALLOC (yn + 1);
123 = ({tmp, yn+1} * u + c) * B^(-dif) */
125 else /* dif < 0, i.e. xn > yn+1; ignore the (-dif) low limbs from x */
127 c = mpn_divrem_1 (tmp, 0, xp - dif, yn + 1, u);
128 /* {xp-dif, yn+1} = {tmp, yn+1} * u +
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap-driver.sh 168 function yn(bool) function
470 print ":recheck: " yn(must_recheck()) > trs_file
471 print ":copy-in-global-log: " yn(copy_in_global_log()) > trs_file
  /src/lib/libm/noieee_src/
n_jn.c 68 * jn(int n, double x), yn(int n, double x)
73 * y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal;
74 * y0(-ve)=y1(-ve)=yn(n,-ve) are NaN with invalid signal.
75 * Note 2. About jn(n,x), yn(n,x)
87 * yn(n,x) is similar in all respects, except
143 * Yn(x) = sin(x-(2n+1)*pi/4)*sqrt(2/x*pi)
265 yn(int n, double x) function
288 * Yn(x) = sin(x-(2n+1)*pi/4)*sqrt(2/x*pi)
  /src/external/lgpl3/mpc/dist/src/
pow.c 442 mp_size_t yn; local
465 yn = prec / BITS_PER_MP_LIMB;
466 /* yn is the index of limb containing the 't' bit */
470 if (expo % BITS_PER_MP_LIMB == 0 ? (yp[yn] & 1) == 0
471 : yp[yn] << ((expo % BITS_PER_MP_LIMB) - 1) != MPFR_LIMB_HIGHBIT)
473 while (--yn >= 0)
474 if (yp[yn] != 0)
  /src/sbin/dkctl/
dkctl.c 387 int yn; local
392 yn = yesno(argv[1]);
393 if (yn < 0)
396 keep = yn == YES;
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
math.h 2907 /* On native Windows, map 'yn' to '_yn', so that -loldnames is not
2909 platforms by defining GNULIB_NAMESPACE::yn always. */
2912 # undef yn macro
2913 # define yn _yn macro
2915 _GL_CXXALIAS_MDA (yn, double, (int n, double x));
2917 _GL_CXXALIAS_SYS (yn, double, (int n, double x));
2919 _GL_CXXALIASWARN (yn); variable

Completed in 48 milliseconds

1 2 3