HomeSort by relevance Sort by last modified time
    Searched defs:cospi (Results 1 - 22 of 22) sorted by null

  /external/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h 173 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 173 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_runtime_wrapper.h 189 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_runtime_wrapper.h 198 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_runtime_wrapper.h 198 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_runtime_wrapper.h 198 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 216 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 216 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 216 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_runtime_wrapper.h 216 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 173 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_runtime_wrapper.h 189 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_runtime_wrapper.h 198 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_runtime_wrapper.h 198 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_runtime_wrapper.h 198 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 216 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 216 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 216 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_runtime_wrapper.h 216 static inline float cospi(float __a) { return cospif(__a); } function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_runtime_wrapper.h 173 static inline float cospi(float __a) { return cospif(__a); } function
  /frameworks/rs/driver/runtime/
rs_cl.c 435 extern float __attribute__((overloadable)) cospi(float v) { function
438 FN_FUNC_FN(cospi)
1901 HN_FUNC_HN(cospi); variable
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 453 static private Target.Floaty cospi(double d, Target t) { method in class:CoreMathVerifier
461 static private Target.Floaty cospi(float f, Target t) { method in class:CoreMathVerifier
    [all...]

Completed in 321 milliseconds