Searched refs:trunc (Results 1 – 17 of 17) sorted by relevance
31 trunc (double x) in trunc() function38 _MATH_ALIAS_d_d(trunc)
36 double trunc(double x) in trunc() function
31 trunc (double x) in trunc() function
40 _MATH_ALIAS_f_f(trunc)
73 _MATH_ALIAS_d_d(trunc)
1296 #define trunc64 _NAME_64(trunc)
45 dh = trunc(u.dbits.dh); in truncl()
299 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()
135 trunc (double x) in trunc() function
314 void test_trunc(int m) {run_vector_1(m,trunc_vec,(char *)(trunc),"trunc","dd"); } in test_trunc()
172 real trunc(x) { if (x < 0) return -trunc(-x); return floor(x); }361 { .f = trunc, .name = "truncl" },
60 return trunc(value); in do_round_int()
152 d1 = trunc (d1); in main()
461 extern double trunc (double);
86 * Function trunc:: Round to integer, towards zero
2377 newlib/libm/machine/spu/headers/trunc.h
6732 * libm/common/s_trunc.c: Add trunc() and truncf() documentation.9495 * libm/machine/spu/headers/trunc.h: Ditto.