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

1 2 3 4 5 6 7 8 91011>>

  /device/asus/flo/
AndroidBoard.mk 18 TARGET_PREBUILT_KERNEL := device/asus/flo-kernel/kernel
  /development/ndk/samples/hello-neon/jni/
helloneon-intrinsics.h 20 void fir_filter_neon_intrinsics(short *output, const short* input, const short* kernel, int width, int kernelSize);
  /external/e2fsprogs/debugfs/
jfs_user.h 6 #include <ext2fs/kernel-jbd.h>
  /external/e2fsprogs/misc/
jfs_user.h 6 #include <ext2fs/kernel-jbd.h>
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestConvert.rs 23 float2 __attribute__((kernel)) testConvertFloat2Float2Float2(float2 inV) {
27 float3 __attribute__((kernel)) testConvertFloat3Float3Float3(float3 inV) {
31 float4 __attribute__((kernel)) testConvertFloat4Float4Float4(float4 inV) {
35 float2 __attribute__((kernel)) testConvertFloat2Char2Float2(char2 inV) {
39 float3 __attribute__((kernel)) testConvertFloat3Char3Float3(char3 inV) {
43 float4 __attribute__((kernel)) testConvertFloat4Char4Float4(char4 inV) {
47 float2 __attribute__((kernel)) testConvertFloat2Uchar2Float2(uchar2 inV) {
51 float3 __attribute__((kernel)) testConvertFloat3Uchar3Float3(uchar3 inV) {
55 float4 __attribute__((kernel)) testConvertFloat4Uchar4Float4(uchar4 inV) {
59 float2 __attribute__((kernel)) testConvertFloat2Short2Float2(short2 inV)
    [all...]
TestAbs.rs 23 uchar __attribute__((kernel)) testAbsCharUchar(char inValue) {
27 uchar2 __attribute__((kernel)) testAbsChar2Uchar2(char2 inValue) {
31 uchar3 __attribute__((kernel)) testAbsChar3Uchar3(char3 inValue) {
35 uchar4 __attribute__((kernel)) testAbsChar4Uchar4(char4 inValue) {
39 ushort __attribute__((kernel)) testAbsShortUshort(short inValue) {
43 ushort2 __attribute__((kernel)) testAbsShort2Ushort2(short2 inValue) {
47 ushort3 __attribute__((kernel)) testAbsShort3Ushort3(short3 inValue) {
51 ushort4 __attribute__((kernel)) testAbsShort4Ushort4(short4 inValue) {
55 uint __attribute__((kernel)) testAbsIntUint(int inValue) {
59 uint2 __attribute__((kernel)) testAbsInt2Uint2(int2 inValue)
    [all...]
TestAcos.rs 23 float __attribute__((kernel)) testAcosFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAcosFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAcosFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAcosFloat4Float4(float4 inV) {
TestAcosh.rs 23 float __attribute__((kernel)) testAcoshFloatFloat(float in) {
27 float2 __attribute__((kernel)) testAcoshFloat2Float2(float2 in) {
31 float3 __attribute__((kernel)) testAcoshFloat3Float3(float3 in) {
35 float4 __attribute__((kernel)) testAcoshFloat4Float4(float4 in) {
TestAcospi.rs 23 float __attribute__((kernel)) testAcospiFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAcospiFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAcospiFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAcospiFloat4Float4(float4 inV) {
TestAsin.rs 23 float __attribute__((kernel)) testAsinFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAsinFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAsinFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAsinFloat4Float4(float4 inV) {
TestAsinh.rs 23 float __attribute__((kernel)) testAsinhFloatFloat(float in) {
27 float2 __attribute__((kernel)) testAsinhFloat2Float2(float2 in) {
31 float3 __attribute__((kernel)) testAsinhFloat3Float3(float3 in) {
35 float4 __attribute__((kernel)) testAsinhFloat4Float4(float4 in) {
TestAsinpi.rs 23 float __attribute__((kernel)) testAsinpiFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAsinpiFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAsinpiFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAsinpiFloat4Float4(float4 inV) {
TestAtan.rs 23 float __attribute__((kernel)) testAtanFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAtanFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAtanFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAtanFloat4Float4(float4 inV) {
TestAtanh.rs 23 float __attribute__((kernel)) testAtanhFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAtanhFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAtanhFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAtanhFloat4Float4(float4 inV) {
TestAtanpi.rs 23 float __attribute__((kernel)) testAtanpiFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAtanpiFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAtanpiFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAtanpiFloat4Float4(float4 inV) {
TestCbrt.rs 23 float __attribute__((kernel)) testCbrtFloatFloat(float in) {
27 float2 __attribute__((kernel)) testCbrtFloat2Float2(float2 in) {
31 float3 __attribute__((kernel)) testCbrtFloat3Float3(float3 in) {
35 float4 __attribute__((kernel)) testCbrtFloat4Float4(float4 in) {
TestCeil.rs 23 float __attribute__((kernel)) testCeilFloatFloat(float in) {
27 float2 __attribute__((kernel)) testCeilFloat2Float2(float2 in) {
31 float3 __attribute__((kernel)) testCeilFloat3Float3(float3 in) {
35 float4 __attribute__((kernel)) testCeilFloat4Float4(float4 in) {
TestCos.rs 23 float __attribute__((kernel)) testCosFloatFloat(float in) {
27 float2 __attribute__((kernel)) testCosFloat2Float2(float2 in) {
31 float3 __attribute__((kernel)) testCosFloat3Float3(float3 in) {
35 float4 __attribute__((kernel)) testCosFloat4Float4(float4 in) {
TestCosh.rs 23 float __attribute__((kernel)) testCoshFloatFloat(float in) {
27 float2 __attribute__((kernel)) testCoshFloat2Float2(float2 in) {
31 float3 __attribute__((kernel)) testCoshFloat3Float3(float3 in) {
35 float4 __attribute__((kernel)) testCoshFloat4Float4(float4 in) {
TestCospi.rs 23 float __attribute__((kernel)) testCospiFloatFloat(float in) {
27 float2 __attribute__((kernel)) testCospiFloat2Float2(float2 in) {
31 float3 __attribute__((kernel)) testCospiFloat3Float3(float3 in) {
35 float4 __attribute__((kernel)) testCospiFloat4Float4(float4 in) {
  /development/build/
sdk-android-arm64-v8a.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
sdk-android-armeabi.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
sdk-android-mips.atree 17 # Copy the little-endian Mips32-fp kernel image to .../kernel-qemu
18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
sdk-android-x86.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
sdk-android-x86_64.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu

Completed in 1437 milliseconds

1 2 3 4 5 6 7 8 91011>>