Searched refs:llroundf (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libm/common/m9x/ |
H A D | llroundf.c | 30 #pragma weak __llroundf = llroundf 32 #pragma weak lroundf = llroundf 33 #pragma weak __lroundf = llroundf 39 llroundf(float x) { in llroundf() function
|
/titanic_50/usr/src/head/iso/ |
H A D | math_c99.h | 394 extern long long int llroundf __P((float)); 472 #pragma does_not_read_global_data(llrintf, llroundf, llrintl, llroundl) 474 #pragma does_not_write_global_data(llrintf, llroundf, llrintl, llroundl) 521 #pragma no_side_effect(llrint, llround, llrintf, llroundf, llrintl, llroundl)
|
/titanic_50/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 139 extern long long int llroundf __P((float));
|
/titanic_50/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 498 llroundf { FLAGS = NODYNSORT }; 505 llroundf;
|
/titanic_50/usr/src/lib/libm/ |
H A D | Makefile.com | 87 llroundf.o \ 879 ../common/m9x/llroundf.c \
|