Searched refs:lrintf (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | lrintf.s | 29 .file "lrintf.s" 32 LIBM_ANSI_PRAGMA_WEAK(lrintf,function) 34 ENTRY(lrintf) function 44 SET_SIZE(lrintf)
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | lrintf.c | 30 #pragma weak __lrintf = lrintf 37 lrintf(float x) { function
|
H A D | llrintf.c | 32 #pragma weak lrintf = llrintf macro
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 130 extern long int lrintf __P((float));
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 303 extern long int lrintf __P((float)); 426 #pragma does_not_read_global_data(rintf, lrintf, roundf, lroundf, truncf) 438 #pragma does_not_write_global_data(rintf, lrintf, roundf, lroundf, truncf) 501 #pragma no_side_effect(rintf, lrintf, roundf, lroundf, truncf)
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 389 long lrintf(float);
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 36 lrintf.o \ 46 lrintf.o \ 53 # lrint.o, lrintf.o, lrintl.o, lround.o, lroundf.o & lroundl.o are 32-bit only 826 ../common/m9x/lrintf.c \
|
Completed in 87 milliseconds