Searched refs:llround (Results 1 – 13 of 13) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/ |
D | llround.c | 36 long long int llround(double x) in llround() function
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/aarch64/ |
D | s_llround.c | 30 llround (double x) in llround() function
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/riscv/ |
D | s_llround.c | 40 llround(double x) in llround() function
|
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/test/ |
D | math_errhandling_tests.c | 435 long long makemathname(test_llround_qnan)(void) { makemathname(llignore) = makemathname(llround)(ma… in makemathname() 436 long long makemathname(test_llround_snan)(void) { makemathname(llignore) = makemathname(llround)(ma… in makemathname() 437 long long makemathname(test_llround_inf)(void) { makemathname(llignore) = makemathname(llround)(mak… in makemathname() 438 long long makemathname(test_llround_neginf)(void) { makemathname(llignore) = makemathname(llround)(… in makemathname() 439 long long makemathname(test_llround_big)(void) { makemathname(llignore) = makemathname(llround)(mak… in makemathname() 440 long long makemathname(test_llround_negbig)(void) { makemathname(llignore) = makemathname(llround)(… in makemathname() 441 long long makemathname(test_llround_long_long_max_mask)(void) { return makemathname(llround)(makema… in makemathname() 442 long long makemathname(test_llround_long_long_min_mask)(void) { return makemathname(llround)(makema… in makemathname() 443 long long makemathname(test_llround_long_long_max_one)(void) { return makemathname(llround)(makemat… in makemathname() 444 long long makemathname(test_llround_long_long_min_one)(void) { return makemathname(llround)(makemat… in makemathname()
|
D | math-funcs.c | 151 lli1 = llround (d1); in main()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | math.h | 440 extern long long int llround (double);
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | math.tex | 68 * lround:: Round to integer, away from zero (lround, llround)
|
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/ |
D | COPYING.picolibc | 2272 newlib/libm/machine/spu/headers/llround.h 2297 newlib/libm/machine/spu/llround.c
|