Searched refs:atanf (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/lib/msun/src/
H A De_atan2f.c45 if(hx==0x3f800000) return atanf(y); /* x=1.0 */
88 else z=atanf(fabsf(y/x)); /* safe to do y/x */
H A Ds_atanf.c49 atanf(float x) function
H A Dmath.h348 float atanf(float);
H A Dcatrigf.c352 return (cpackf(x, atanf(y)));
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c90 atanf(float x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map64 atanf;
H A DMakefile145 MLINKS+=atan.3 atanf.3 atan.3 atanl.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h27 /* Define to 1 if you have the `atanf' function. */
816 # define atanf _atanf macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h102 /// float atanf(float x);
103 atanf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp67 "atanf",
448 TLI.setUnavailable(LibFunc::atanf);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-invtrig.c399 return (tanl(atanf(x)));
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver574 atanf;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in21 /* Define to 1 if you have the `atanf' function. */
798 # define atanf _atanf
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.h125 __tg_atan(float __x) {return atanf(__x);}
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h111 extern float atanf(float);

Completed in 308 milliseconds