Searched refs:sinf (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/lib/msun/src/
H A Ds_cexpf.c86 scalbnf(sinf(y) * exp_x, scale)));
96 return (cpackf(exp_x * cosf(y), exp_x * sinf(y)));
H A Ds_sinf.c39 sinf(float x) function
H A De_j0f.c52 s = sinf(x);
126 s = sinf(x);
H A De_j1f.c53 s = sinf(y);
112 s = sinf(x);
H A Dmath.h308 float sinf(float);
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-trig.c173 assert(fabs(sinf(f_pi_odd[i])) < FLT_EPSILON);
177 assert(fabs(sinf(-f_pi_odd[i])) < FLT_EPSILON);
181 assert(fabs(sinf(f_pi_odd[i] * 2)) < FLT_EPSILON);
185 assert(fabs(sinf(-f_pi_odd[i] * 2)) < FLT_EPSILON);
H A Dtest-cexp.c287 cpackl(cosf(finites[i]), sinf(finites[i])),
290 cpackl(cosf(finites[i]), sinf(finites[i])),
/freebsd-9.3-release/lib/msun/
H A DSymbol.map172 sinf;
H A DMakefile199 MLINKS+=sin.3 sinf.3 sin.3 sinl.3
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h288 # define sinf(x) sin (x) macro
H A Dstubs.c392 sinf(float x) function
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h496 /// float sinf(float x);
497 sinf, enumerator in enum:llvm::LibFunc::Func
701 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl:
/freebsd-9.3-release/gnu/lib/libstdc++/
H A Dconfig.h280 /* Define to 1 if you have the `sinf' function. */
1056 # define sinf _sinf macro
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp262 "sinf",
498 TLI.setUnavailable(LibFunc::sinf);
/freebsd-9.3-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver479 sinf;
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfig.h.in274 /* Define to 1 if you have the `sinf' function. */
1038 # define sinf _sinf
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-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h270 __tg_sin(float __x) {return sinf(__x);}
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h1038 extern float sinf(float);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1241 Name == "sinf" || Name == "sqrtf";
1451 else if (Name == "sinf" && TLI->has(LibFunc::sinf))
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1936 case LibFunc::sinf:
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5899 case LibFunc::sinf:

Completed in 337 milliseconds