Home
last modified time | relevance | path

Searched refs:llround (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Dllround.c36 long long int llround(double x) in llround() function
/picolibc-latest/newlib/libm/machine/aarch64/
Ds_llround.c31 llround (double x) in llround() function
/picolibc-latest/newlib/libm/machine/riscv/
Ds_llround.c40 llround(double x) in llround() function
/picolibc-latest/newlib/libm/common/
Dsf_llround.c55 _MATH_ALIAS_k_f(llround)
Ds_llround.c94 _MATH_ALIAS_k_d(llround)
Dmath_config.h1263 #define llround64 _NAME_64(llround)
/picolibc-latest/test/
Dmath_errhandling_tests.c451 …athname(test_llround_qnan)(void) { makemathname(llignore) = makemathname(llround)(makemathname(qna… in makemathname()
452 …athname(test_llround_snan)(void) { makemathname(llignore) = makemathname(llround)(makemathname(sna… in makemathname()
453 …mathname(test_llround_inf)(void) { makemathname(llignore) = makemathname(llround)(makemathname(inf… in makemathname()
454 …hname(test_llround_neginf)(void) { makemathname(llignore) = makemathname(llround)(-makemathname(in… in makemathname()
455 …mathname(test_llround_big)(void) { makemathname(llignore) = makemathname(llround)(makemathname(big… in makemathname()
456 …hname(test_llround_negbig)(void) { makemathname(llignore) = makemathname(llround)(-makemathname(bi… in makemathname()
457 static long long makemathname(test_llround_long_long_max_mask)(void) { return makemathname(llround)… in makemathname()
458 static long long makemathname(test_llround_long_long_min_mask)(void) { return makemathname(llround)… in makemathname()
459 static long long makemathname(test_llround_long_long_max_one)(void) { return makemathname(llround)(… in makemathname()
460 static long long makemathname(test_llround_long_long_min_one)(void) { return makemathname(llround)(… in makemathname()
Dmath-funcs.c151 lli1 = llround (d1); in main()
/picolibc-latest/newlib/libc/include/
Dmath.h460 extern long long int llround (double);
/picolibc-latest/newlib/libm/math/
Dmath.tex68 * Function lround:: Round to integer, away from zero (lround, llround)
/picolibc-latest/newlib/
DHOWTO15 information. For example, lround(), lroundf(), llround(), and llroundf()
DChangeLog-20154701 * libm/common/s_llround.c (llround): Likewise.
4720 * libm/common/s_llround.c (llround): Annotate shift operations with
6497 (nearbyintl, lrintl, llrintl, roundl, lroundl, llround): Ditto.
6706 * libc/include/math.h: (llround, llroundf): Declare.
6707 * libm/common/s_llround.c: New file, implementing llround().
6738 * libm/common/s_lround.c: Add lround(), lroundf(), llround(), and
9475 * libm/machine/spu/headers/llround.h: Ditto.
9500 * libm/machine/spu/llround.c: Ditto.
/picolibc-latest/
DCOPYING.picolibc2357 newlib/libm/machine/spu/headers/llround.h
2382 newlib/libm/machine/spu/llround.c