HomeSort by relevance Sort by last modified time
    Searched refs:cospi (Results 1 - 25 of 39) sorted by null

1 2

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestCospi.rs 24 return cospi(inV);
28 return cospi(inV);
32 return cospi(inV);
36 return cospi(inV);
40 return cospi(inV);
44 return cospi(inV);
48 return cospi(inV);
52 return cospi(inV);
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 158 static inline float cospi(float a) { return cospif(a); } function
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 158 static inline float cospi(float a) { return cospif(a); } function
  /external/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h 173 static inline float cospi(float __a) { return cospif(__a); } function
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/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-3217047/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-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-3362437/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-3688880/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-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-3016494/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-3217047/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-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-3362437/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-3688880/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-3859424/lib64/clang/4.0/include/
__clang_cuda_runtime_wrapper.h 189 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/script_api/
rs_math.spec 655 function: cospi
666 To get the cosine of a value measured in degrees, call <code>cospi(v / 180.f)</code>.
671 function: cospi
    [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...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 101 TLI.setUnavailable(LibFunc::cospi);
    [all...]
  /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...]
  /frameworks/rs/script_api/include/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 912 milliseconds

1 2