Home
last modified time | relevance | path

Searched refs:int_cos (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/
Daudiogen.c74 static int int_cos(int a) in int_cos() function
186 v = (int_cos(a) * 10000) >> FRAC_BITS; in main()
195 v = (int_cos(a) * 10000) >> FRAC_BITS; in main()
224 v = (int_cos(taba[j]) * 10000) >> FRAC_BITS; in main()
236 amp = ((FRAC_ONE + int_cos(ampa)) * 5000) >> FRAC_BITS; in main()
239 v = (int_cos(a) * amp) >> FRAC_BITS; in main()
Dvideogen.c53 static int int_cos(int a) in int_cos() function
99 dx = int_cos(num * FRAC_ONE / 50) * 35; in gen_image()
100 dy = int_cos(num * FRAC_ONE / 50 + FRAC_ONE / 10) * 30; in gen_image()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.td542 def int_cos : Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;