Searched refs:llround (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/ |
D | llround.c | 36 long long int llround(double x) in llround() function
|
/picolibc-latest/newlib/libm/machine/aarch64/ |
D | s_llround.c | 31 llround (double x) in llround() function
|
/picolibc-latest/newlib/libm/machine/riscv/ |
D | s_llround.c | 40 llround(double x) in llround() function
|
/picolibc-latest/newlib/libm/common/ |
D | sf_llround.c | 55 _MATH_ALIAS_k_f(llround)
|
D | s_llround.c | 94 _MATH_ALIAS_k_d(llround)
|
D | math_config.h | 1263 #define llround64 _NAME_64(llround)
|
/picolibc-latest/test/ |
D | math_errhandling_tests.c | 451 …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()
|
D | math-funcs.c | 151 lli1 = llround (d1); in main()
|
/picolibc-latest/newlib/libc/include/ |
D | math.h | 460 extern long long int llround (double);
|
/picolibc-latest/newlib/libm/math/ |
D | math.tex | 68 * Function lround:: Round to integer, away from zero (lround, llround)
|
/picolibc-latest/newlib/ |
D | HOWTO | 15 information. For example, lround(), lroundf(), llround(), and llroundf()
|
D | ChangeLog-2015 | 4701 * 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/ |
D | COPYING.picolibc | 2357 newlib/libm/machine/spu/headers/llround.h 2382 newlib/libm/machine/spu/llround.c
|