Home
last modified time | relevance | path

Searched refs:hypotf (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libm/i386/src/
H A Dhypotf.s32 LIBM_ANSI_PRAGMA_WEAK(hypotf,function)
35 ENTRY(hypotf)
67 SET_SIZE(hypotf)
/titanic_44/usr/src/lib/libm/common/R/
H A Dhypotf.c30 #pragma weak __hypotf = hypotf
35 hypotf(float x, float y) { in hypotf() function
/titanic_44/usr/src/lib/libm/common/complex/
H A Dcabsf.c37 return (hypotf(F_RE(z), F_IM(z))); in cabsf()
/titanic_44/usr/src/head/iso/
H A Dmath_c99.h290 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 DMakefile.com364 hypotf.o \
583 ../common/R/hypotf.c \
608 ../common/R/hypotf.c \
/titanic_44/usr/src/lib/libm/common/
H A Dmapfile-vers476 hypotf;