HomeSort by: relevance | last modified time | path
    Searched refs:rint (Results 1 - 25 of 148) sorted by relevancy

1 2 3 4 5 6

  /src/lib/libm/arch/i387/
s_rint.S 12 ENTRY(rint) function
  /src/lib/libm/src/
s_llrint.c 9 #define roundit rint
s_lrint.c 40 #define roundit rint
s_nearbyint.c 46 * because the only exception defined for rint() is overflow, and
62 DECL(double, nearbyint, rint)
e_scalb.c 44 if (rint(fn)!=fn) return (fn-fn)/(fn-fn);
s_rint.c 19 * rint(x)
25 * Inexact flag raised if x not equal to rint(x).
38 rint(double x) function
82 __weak_alias(rintl, rint)
k_standard.c 440 if(x<zero&&rint(y)!=y) exc.retval = -HUGE;
444 if(x<zero&&rint(y)!=y) exc.retval = -HUGE_VAL;
474 if(signbit(x)&&rint(y)!=y) exc.retval = -HUGE_VAL;
  /src/lib/libm/arch/m68k/
s_rint.S 43 | rint(x)
45 ENTRY(rint) function
  /src/lib/libm/noieee_src/
n_floor.c 51 __weak_alias(rintl, rint)
113 * algorithm for rint(x) in pseudo-pascal form ...
115 * real rint(x): real x;
134 rint(double x) function
154 return rint((double)x);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/
rounding.d 331 * function to use; by default this is `rint`, which uses the current
334 Unqual!F quantize(alias rfunc = rint, F)(const F val, const F unit)
377 * rounding function to use; by default this is `rint`, which uses the
380 Unqual!F quantize(real base, alias rfunc = rint, F, E)(const F val, const E exp)
390 Unqual!F quantize(real base, long exp = 1, alias rfunc = rint, F)(const F val)
439 * Unlike the rint functions, nearbyint does not raise the
474 real rint(real x) @safe pure nothrow @nogc
476 return core.math.rint(x);
480 double rint(double x) @safe pure nothrow @nogc
482 return core.math.rint(x)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
math.d 166 float rint(float x); /* intrinsic */
167 double rint(double x); /* intrinsic */ /// ditto
168 real rint(real x); /* intrinsic */ /// ditto
  /src/tests/lib/libc/gen/
t_fpsetround.c 105 int g = (int)rint(d);
114 tst[i].n, (int)rint(d), tst[i].v[r]);
  /src/tests/lib/lua/libm/
h_lualibm.c 77 TEST(rint(M_PI));
78 TEST(rint(M_E));
lualibm.lua 80 test("rint(M_PI)", lm.rint(lm.M_PI))
81 test("rint(M_E)", lm.rint(lm.M_E))
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 155 __DEVICE__ double rint(double);
156 __DEVICE__ float rint(float);
260 using ::rint;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
BranchProbability.cpp 30 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0;
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 112 #define rint(x) __TGMATH_REAL(x, rint) macro
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 112 #define rint(x) __TGMATH_REAL(x, rint) macro
  /src/sys/arch/amiga/dev/
if_qn.c 709 u_short tint, rint, tintmask; local
720 rint = (*sc->nic_r_status) & NIC_R_MASK;
723 if (tint == 0 && rint == 0)
776 if (rint != 0)
777 qn_rint(sc, rint);
  /src/external/gpl3/gdb/dist/sim/testsuite/mips/
r6-fpu.s 258 writemsg "[28] Test rint.s"
259 r6ck_2s rint.s, 0x0, 0x3fbf10cb, 0x3f800000
260 r6ck_2s rint.s, 0x0, 0xb9011423, 0x0
261 r6ck_2s rint.s, 0x0, 0x43fa4687, 0x43fa8000
262 r6ck_2s rint.s, 0x0, 0x41380000, 0x41400000
263 r6ck_2s rint.s, 0x0, 0x3ff33333, 0x40000000
265 writemsg "[29] Test rint.d"
266 r6ck_2d rint.d, 0x0, 0x3ff1f9a6b50b0f28, 0x3ff0000000000000
267 r6ck_2d rint.d, 0x0, 0xbf543bf727136a40, 0x0
268 r6ck_2d rint.d, 0x0, 0x407f48d0e5604189, 0x407f50000000000
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
r6-fpu.s 258 writemsg "[28] Test rint.s"
259 r6ck_2s rint.s, 0x0, 0x3fbf10cb, 0x3f800000
260 r6ck_2s rint.s, 0x0, 0xb9011423, 0x0
261 r6ck_2s rint.s, 0x0, 0x43fa4687, 0x43fa8000
262 r6ck_2s rint.s, 0x0, 0x41380000, 0x41400000
263 r6ck_2s rint.s, 0x0, 0x3ff33333, 0x40000000
265 writemsg "[29] Test rint.d"
266 r6ck_2d rint.d, 0x0, 0x3ff1f9a6b50b0f28, 0x3ff0000000000000
267 r6ck_2d rint.d, 0x0, 0xbf543bf727136a40, 0x0
268 r6ck_2d rint.d, 0x0, 0x407f48d0e5604189, 0x407f50000000000
    [all...]
  /src/lib/libm/
Makefile 452 remainder.3 rint.3 round.3 \
541 MLINKS+=rint.3 rintf.3 \
542 rint.3 rintl.3 \
543 rint.3 nearbyint.3 \
544 rint.3 nearbyintf.3 \
545 rint.3 nearbyintl.3
  /src/sys/arch/evbppc/virtex/dev/
xlcom.c 271 int (*rint)(int, struct tty *);
280 rint = tp->t_linesw->l_rint;
297 if ((rint)(d, tp) == -1) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
tgmath.d 386 alias core.stdc.math.rint rint;
388 alias core.stdc.math.rintf rint;
390 alias core.stdc.math.rintl rint;
887 alias core.stdc.math.rint rint;
889 alias core.stdc.math.rintf rint;
891 alias core.stdc.math.rintl rint;
1390 alias core.stdc.math.rint rint;
    [all...]
  /src/include/
tgmath.h 181 #define rint(a) __TG_FN1(rint, (a)) macro

Completed in 135 milliseconds

1 2 3 4 5 6