Home
last modified time | relevance | path

Searched refs:trunc (Results 1 – 17 of 17) sorted by relevance

/picolibc-latest/newlib/libm/machine/arm/
Ds_trunc.c31 trunc (double x) in trunc() function
38 _MATH_ALIAS_d_d(trunc)
/picolibc-latest/newlib/libm/machine/spu/
Ds_trunc.c36 double trunc(double x) in trunc() function
/picolibc-latest/newlib/libm/machine/aarch64/
Ds_trunc.c31 trunc (double x) in trunc() function
/picolibc-latest/newlib/libm/common/
Dsf_trunc.c40 _MATH_ALIAS_f_f(trunc)
Ds_trunc.c73 _MATH_ALIAS_d_d(trunc)
Dmath_config.h1296 #define trunc64 _NAME_64(trunc)
/picolibc-latest/newlib/libm/ld/ldd/
Ds_truncl.c45 dh = trunc(u.dbits.dh); in truncl()
/picolibc-latest/newlib/libc/stdlib/
Dstrtodg.c299 goto trunc; in rvOK()
313 ) goto trunc; in rvOK()
318 goto trunc; in rvOK()
324 goto trunc; in rvOK()
330 goto trunc; in rvOK()
334 goto trunc; in rvOK()
338 trunc: in rvOK()
/picolibc-latest/newlib/libc/machine/arm/machine/
Dmath.h135 trunc (double x) in trunc() function
/picolibc-latest/newlib/libm/test/
Dtrunc_vec.c314 void test_trunc(int m) {run_vector_1(m,trunc_vec,(char *)(trunc),"trunc","dd"); } in test_trunc()
/picolibc-latest/test/
Dlong_double_gen.5c172 real trunc(x) { if (x < 0) return -trunc(-x); return floor(x); }
361 { .f = trunc, .name = "truncl" },
Drounding-mode.c60 return trunc(value); in do_round_int()
Dmath-funcs.c152 d1 = trunc (d1); in main()
/picolibc-latest/newlib/libc/include/
Dmath.h461 extern double trunc (double);
/picolibc-latest/newlib/libm/math/
Dmath.tex86 * Function trunc:: Round to integer, towards zero
/picolibc-latest/
DCOPYING.picolibc2377 newlib/libm/machine/spu/headers/trunc.h
/picolibc-latest/newlib/
DChangeLog-20156732 * libm/common/s_trunc.c: Add trunc() and truncf() documentation.
9495 * libm/machine/spu/headers/trunc.h: Ditto.