Searched refs:hypotf (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libm/i386/src/ |
H A D | hypotf.s | 32 LIBM_ANSI_PRAGMA_WEAK(hypotf,function) 35 ENTRY(hypotf) 67 SET_SIZE(hypotf)
|
/titanic_44/usr/src/lib/libm/common/R/ |
H A D | hypotf.c | 30 #pragma weak __hypotf = hypotf 35 hypotf(float x, float y) { in hypotf() function
|
/titanic_44/usr/src/lib/libm/common/complex/ |
H A D | cabsf.c | 37 return (hypotf(F_RE(z), F_IM(z))); in cabsf()
|
/titanic_44/usr/src/head/iso/ |
H A D | math_c99.h | 290 extern float hypotf __P((float, float)); 423 #pragma does_not_read_global_data(cbrtf, fabsf, hypotf, powf, sqrtf) 435 #pragma does_not_write_global_data(cbrtf, fabsf, hypotf, powf, sqrtf) 498 #pragma no_side_effect(cbrtf, fabsf, hypotf, powf, sqrtf)
|
/titanic_44/usr/src/lib/libm/ |
H A D | Makefile.com | 364 hypotf.o \ 583 ../common/R/hypotf.c \ 608 ../common/R/hypotf.c \
|
/titanic_44/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 476 hypotf;
|