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

1 2 3

  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 59 ; q8: 4 * cospi
60 ; q9: 12 * cospi
80 ; q4: 4 + 4 * cospi : d1/temp1
81 ; q5: 12 + 12 * cospi : c1/temp2
112 ; q10: 1 * cospi
113 ; q11: 3 * cospi
126 ; q10: 1 + 1 * cospi : d1/temp1
127 ; q11: 3 + 3 * cospi : c1/temp2
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 91 TEST_FUNC_1(cospi);
  /external/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h 158 static inline float cospi(float a) { return cospif(a); } function
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 131 TEST_FN_FUNC_FN(cospi);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 246 TEST_FN_FUNC_FN(cospi);
math.rs 260 TEST_FN_FUNC_FN(cospi);
math.rs.orig 260 TEST_FN_FUNC_FN(cospi);
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 158 static inline float cospi(float a) { return cospif(a); } function
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 158 static inline float cospi(float a) { return cospif(a); } function
  /prebuilts/clang/host/darwin-x86/clang-2690385/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-2629532/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-2658975/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-2690385/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 158 static inline float cospi(float a) { return cospif(a); } function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_runtime_wrapper.h 158 static inline float cospi(float a) { return cospif(a); } function
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 646 f = cospi(f);
647 f2 = cospi(f2);
648 f3 = cospi(f3);
649 f4 = cospi(f4);
    [all...]
math.rs 260 TEST_FN_FUNC_FN(cospi);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 644 f = cospi(f);
645 f2 = cospi(f2);
646 f3 = cospi(f3);
647 f4 = cospi(f4);
    [all...]
math.rs 260 TEST_FN_FUNC_FN(cospi);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 267 TEST_FN_FUNC_FN(cospi);
math_fp16.rs 118 TEST_HN_FUNC_HN(cospi);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
math.rs 260 TEST_FN_FUNC_FN(cospi);
  /frameworks/rs/scriptc/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 330 BENCH_FN_FUNC_FN(cospi);

Completed in 421 milliseconds

1 2 3