HomeSort by relevance Sort by last modified time
    Searched refs:kernel (Results 251 - 275 of 1391) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/cudafilters/src/cuda/
row_filter.32sc3.cu 49 template void linearRow<int3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.32sc4.cu 49 template void linearRow<int4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.8uc3.cu 49 template void linearRow<uchar3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.8uc4.cu 49 template void linearRow<uchar4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
  /external/vboot_reference/scripts/keygeneration/
create_new_keys.sh 21 --4k-recovery-kernel Use 4k key size for the recovery kernel data
22 --4k-installer-kernel Use 4k key size for the installer kernel data
62 --4k-recovery-kernel)
65 --4k-installer-kernel)
81 printf '%s_version=1\n' {firmware,kernel}{_key,} > "${VERSION_FILE}"
89 # Firmware version is the kernel subkey version.
91 # Kernel data key version is the kernel key version
    [all...]
  /frameworks/rs/scriptc/
rs_core.rsh 40 #define RS_KERNEL __attribute__((kernel))
  /prebuilts/qemu-kernel/kernel-toolchain/
android-kernel-toolchain-ar 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-as 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-gcc 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-ld 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-nm 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-objcopy 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-objdump 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-ranlib 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-size 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-strip 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
toolbox.sh 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 40 #define RS_KERNEL __attribute__((kernel))
  /bionic/libc/private/
kernel_sigset_t.h 22 // Our sigset_t is wrong for ARM and x86. It's 32-bit but the kernel expects 64 bits.
25 // to the kernel, at the cost of not being able to refer to real-time signals.
50 uint32_t kernel[2]; member in union:kernel_sigset_t
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AtomicTest.rs 24 void __attribute__((kernel)) test_Inc(int32_t v) {
27 void __attribute__((kernel)) test_uInc(uint32_t v) {
31 void __attribute__((kernel)) test_Dec(int32_t v) {
34 void __attribute__((kernel)) test_uDec(uint32_t v) {
39 void __attribute__((kernel)) test_##op(int32_t v) { \
42 void __attribute__((kernel)) test_u##op(uint32_t v) { \
113 void __attribute__((kernel)) test_Cas(int32_t v) {
119 void __attribute__((kernel)) test_uCas(uint32_t v) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFma.rs 25 float __attribute__((kernel)) testFmaFloatFloatFloatFloat(float inMultiplicand1, unsigned int x) {
31 float2 __attribute__((kernel)) testFmaFloat2Float2Float2Float2(float2 inMultiplicand1, unsigned int x) {
37 float3 __attribute__((kernel)) testFmaFloat3Float3Float3Float3(float3 inMultiplicand1, unsigned int x) {
43 float4 __attribute__((kernel)) testFmaFloat4Float4Float4Float4(float4 inMultiplicand1, unsigned int x) {
49 half __attribute__((kernel)) testFmaHalfHalfHalfHalf(half inMultiplicand1, unsigned int x) {
55 half2 __attribute__((kernel)) testFmaHalf2Half2Half2Half2(half2 inMultiplicand1, unsigned int x) {
61 half3 __attribute__((kernel)) testFmaHalf3Half3Half3Half3(half3 inMultiplicand1, unsigned int x) {
67 half4 __attribute__((kernel)) testFmaHalf4Half4Half4Half4(half4 inMultiplicand1, unsigned int x) {
TestMad.rs 25 float __attribute__((kernel)) testMadFloatFloatFloatFloat(float inMultiplicand1, unsigned int x) {
31 float2 __attribute__((kernel)) testMadFloat2Float2Float2Float2(float2 inMultiplicand1, unsigned int x) {
37 float3 __attribute__((kernel)) testMadFloat3Float3Float3Float3(float3 inMultiplicand1, unsigned int x) {
43 float4 __attribute__((kernel)) testMadFloat4Float4Float4Float4(float4 inMultiplicand1, unsigned int x) {
49 half __attribute__((kernel)) testMadHalfHalfHalfHalf(half inMultiplicand1, unsigned int x) {
55 half2 __attribute__((kernel)) testMadHalf2Half2Half2Half2(half2 inMultiplicand1, unsigned int x) {
61 half3 __attribute__((kernel)) testMadHalf3Half3Half3Half3(half3 inMultiplicand1, unsigned int x) {
67 half4 __attribute__((kernel)) testMadHalf4Half4Half4Half4(half4 inMultiplicand1, unsigned int x) {
TestNativeSincos.rs 24 float __attribute__((kernel)) testNativeSincosFloatFloatFloat(float inV, unsigned int x) {
31 float2 __attribute__((kernel)) testNativeSincosFloat2Float2Float2(float2 inV, unsigned int x) {
38 float3 __attribute__((kernel)) testNativeSincosFloat3Float3Float3(float3 inV, unsigned int x) {
45 float4 __attribute__((kernel)) testNativeSincosFloat4Float4Float4(float4 inV, unsigned int x) {
52 half __attribute__((kernel)) testNativeSincosHalfHalfHalf(half inV, unsigned int x) {
59 half2 __attribute__((kernel)) testNativeSincosHalf2Half2Half2(half2 inV, unsigned int x) {
66 half3 __attribute__((kernel)) testNativeSincosHalf3Half3Half3(half3 inV, unsigned int x) {
73 half4 __attribute__((kernel)) testNativeSincosHalf4Half4Half4(half4 inV, unsigned int x) {
TestSincos.rs 24 float __attribute__((kernel)) testSincosFloatFloatFloat(float inV, unsigned int x) {
31 float2 __attribute__((kernel)) testSincosFloat2Float2Float2(float2 inV, unsigned int x) {
38 float3 __attribute__((kernel)) testSincosFloat3Float3Float3(float3 inV, unsigned int x) {
45 float4 __attribute__((kernel)) testSincosFloat4Float4Float4(float4 inV, unsigned int x) {
52 half __attribute__((kernel)) testSincosHalfHalfHalf(half inV, unsigned int x) {
59 half2 __attribute__((kernel)) testSincosHalf2Half2Half2(half2 inV, unsigned int x) {
66 half3 __attribute__((kernel)) testSincosHalf3Half3Half3(half3 inV, unsigned int x) {
73 half4 __attribute__((kernel)) testSincosHalf4Half4Half4(half4 inV, unsigned int x) {
  /development/ndk/platforms/android-9/arch-x86/include/asm/
smp_32.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
22 #include <linux/kernel.h>

Completed in 1323 milliseconds

<<11121314151617181920>>