Searched refs:cbrtf (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cubic.c71 extern float cbrtf(float x);
186 K = cbrtf(K);
H A Dcbrtf.c34 float cbrtf(float x);
374 float cbrtf(float x) { function
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h98 /// float cbrtf(float x);
99 cbrtf, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp65 "cbrtf",
255 TLI.setUnavailable(LibFunc::cbrtf);
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dfiles300 bsd/netinet/cbrtf.c optional inet
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1706 AddOpt(LibFunc::cbrt, LibFunc::cbrtf, &UnsafeUnaryDoubleFP);

Completed in 202 milliseconds