Searched refs:cospi (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h158 static inline float cospi(float a) { return cospif(a); } function
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A D__clang_cuda_runtime_wrapper.h160 static inline float cospi(float __a) { return cospif(__a); } function
/external/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp98 TLI.setUnavailable(LibFunc::cospi);
/external/ImageMagick/MagickCore/
H A Daccelerate-kernels-private.h767 sigma=gamma*cospi((2.0f*beta));
808 cospi((2.0f*beta))/2.0f);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1508 // Look for all compatible sinpi, cospi and sincospi calls with the same
1515 // It's only worthwhile if both sinpi and cospi are actually used.
1571 else if (Func == LibFunc::cospi)
1624 Cos = B.CreateExtractValue(SinCos, 1, "cospi");
1629 "cospi");
2234 case LibFunc::cospi:

Completed in 1022 milliseconds