Searched refs:acosf (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c56 acosf(float x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map10 acosf;
H A DMakefile141 MLINKS+=acos.3 acosf.3 acos.3 acosl.3
/freebsd-10.0-release/lib/msun/src/
H A Dcatrigf.c245 rx = acosf(B);
247 rx = acosf(-B);
H A Dmath.h346 float acosf(float);
H A Dmath_private.h699 #define __ieee754_acosf acosf
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h9 /* Define to 1 if you have the `acosf' function. */
786 # define acosf _acosf macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h72 /// float acosf(float x);
73 acosf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp52 "acosf",
446 TLI.setUnavailable(LibFunc::acosf);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-invtrig.c378 return (cosl(acosf(x)));
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver570 acosf;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in3 /* Define to 1 if you have the `acosf' function. */
768 # define acosf _acosf
H A Dconfigure11793 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
11848 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
35833 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
35888 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h67 __tg_acos(float __x) {return acosf(__x);}
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h93 extern float acosf(float);

Completed in 312 milliseconds