HomeSort by relevance Sort by last modified time
    Searched refs:kernel (Results 126 - 150 of 1308) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libcap/kdebug/
Makefile 5 ./test-kernel.sh
8 @echo cd to kdebug to test a kernel build
  /external/vboot_reference/scripts/keygeneration/
increment_kernel_subkey.sh 6 # Script to increment kernel subkey for firmware updates.
19 Increments the kernel subkey in the specified keyset.
34 Generating new kernel subkey and new kernel keyblock.
36 New Firmware version (due to kernel subkey change): ${new_firm_ver}.
39 make_keyblock kernel $KERNEL_KEYBLOCK_MODE kernel_data_key kernel_subkey
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestStep.rs 24 float __attribute__((kernel)) testStepFloatFloatFloat(float inEdge, unsigned int x) {
29 float2 __attribute__((kernel)) testStepFloat2Float2Float2(float2 inEdge, unsigned int x) {
34 float3 __attribute__((kernel)) testStepFloat3Float3Float3(float3 inEdge, unsigned int x) {
39 float4 __attribute__((kernel)) testStepFloat4Float4Float4(float4 inEdge, unsigned int x) {
44 half __attribute__((kernel)) testStepHalfHalfHalf(half inEdge, unsigned int x) {
49 half2 __attribute__((kernel)) testStepHalf2Half2Half2(half2 inEdge, unsigned int x) {
54 half3 __attribute__((kernel)) testStepHalf3Half3Half3(half3 inEdge, unsigned int x) {
59 half4 __attribute__((kernel)) testStepHalf4Half4Half4(half4 inEdge, unsigned int x) {
64 float2 __attribute__((kernel)) testStepFloat2FloatFloat2(float2 inEdge, unsigned int x) {
69 float3 __attribute__((kernel)) testStepFloat3FloatFloat3(float3 inEdge, unsigned int x)
    [all...]
TestFmax.rs 24 float __attribute__((kernel)) testFmaxFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFmaxFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFmaxFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFmaxFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFmaxHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFmaxHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFmaxHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFmaxHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testFmaxFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testFmaxFloat3FloatFloat3(float3 inA, unsigned int x)
    [all...]
TestFmin.rs 24 float __attribute__((kernel)) testFminFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFminFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFminFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFminFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFminHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFminHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFminHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFminHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testFminFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testFminFloat3FloatFloat3(float3 inA, unsigned int x)
    [all...]
TestAtan2.rs 24 float __attribute__((kernel)) testAtan2FloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testAtan2Float2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testAtan2Float3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testAtan2Float4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testAtan2HalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testAtan2Half2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testAtan2Half3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testAtan2Half4Half4Half4(half4 inNumerator, unsigned int x) {
TestAtan2pi.rs 24 float __attribute__((kernel)) testAtan2piFloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testAtan2piFloat2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testAtan2piFloat3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testAtan2piFloat4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testAtan2piHalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testAtan2piHalf2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testAtan2piHalf3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testAtan2piHalf4Half4Half4(half4 inNumerator, unsigned int x) {
TestCopysign.rs 24 float __attribute__((kernel)) testCopysignFloatFloatFloat(float inMagnitudeValue, unsigned int x) {
29 float2 __attribute__((kernel)) testCopysignFloat2Float2Float2(float2 inMagnitudeValue, unsigned int x) {
34 float3 __attribute__((kernel)) testCopysignFloat3Float3Float3(float3 inMagnitudeValue, unsigned int x) {
39 float4 __attribute__((kernel)) testCopysignFloat4Float4Float4(float4 inMagnitudeValue, unsigned int x) {
44 half __attribute__((kernel)) testCopysignHalfHalfHalf(half inMagnitudeValue, unsigned int x) {
49 half2 __attribute__((kernel)) testCopysignHalf2Half2Half2(half2 inMagnitudeValue, unsigned int x) {
54 half3 __attribute__((kernel)) testCopysignHalf3Half3Half3(half3 inMagnitudeValue, unsigned int x) {
59 half4 __attribute__((kernel)) testCopysignHalf4Half4Half4(half4 inMagnitudeValue, unsigned int x) {
TestDistance.rs 24 float __attribute__((kernel)) testDistanceFloatFloatFloat(float inLeftVector, unsigned int x) {
29 float __attribute__((kernel)) testDistanceFloat2Float2Float(float2 inLeftVector, unsigned int x) {
34 float __attribute__((kernel)) testDistanceFloat3Float3Float(float3 inLeftVector, unsigned int x) {
39 float __attribute__((kernel)) testDistanceFloat4Float4Float(float4 inLeftVector, unsigned int x) {
44 half __attribute__((kernel)) testDistanceHalfHalfHalf(half inLeftVector, unsigned int x) {
49 half __attribute__((kernel)) testDistanceHalf2Half2Half(half2 inLeftVector, unsigned int x) {
54 half __attribute__((kernel)) testDistanceHalf3Half3Half(half3 inLeftVector, unsigned int x) {
59 half __attribute__((kernel)) testDistanceHalf4Half4Half(half4 inLeftVector, unsigned int x) {
TestDot.rs 24 float __attribute__((kernel)) testDotFloatFloatFloat(float inLeftVector, unsigned int x) {
29 float __attribute__((kernel)) testDotFloat2Float2Float(float2 inLeftVector, unsigned int x) {
34 float __attribute__((kernel)) testDotFloat3Float3Float(float3 inLeftVector, unsigned int x) {
39 float __attribute__((kernel)) testDotFloat4Float4Float(float4 inLeftVector, unsigned int x) {
44 half __attribute__((kernel)) testDotHalfHalfHalf(half inLeftVector, unsigned int x) {
49 half __attribute__((kernel)) testDotHalf2Half2Half(half2 inLeftVector, unsigned int x) {
54 half __attribute__((kernel)) testDotHalf3Half3Half(half3 inLeftVector, unsigned int x) {
59 half __attribute__((kernel)) testDotHalf4Half4Half(half4 inLeftVector, unsigned int x) {
TestFdim.rs 24 float __attribute__((kernel)) testFdimFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFdimFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFdimFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFdimFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFdimHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFdimHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFdimHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFdimHalf4Half4Half4(half4 inA, unsigned int x) {
TestFmod.rs 24 float __attribute__((kernel)) testFmodFloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testFmodFloat2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testFmodFloat3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testFmodFloat4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testFmodHalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testFmodHalf2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testFmodHalf3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testFmodHalf4Half4Half4(half4 inNumerator, unsigned int x) {
TestHypot.rs 24 float __attribute__((kernel)) testHypotFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testHypotFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testHypotFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testHypotFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testHypotHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testHypotHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testHypotHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testHypotHalf4Half4Half4(half4 inA, unsigned int x) {
TestLgamma.rs 23 float __attribute__((kernel)) testLgammaFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testLgammaFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testLgammaFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testLgammaFloat4Float4(float4 inV) {
40 float __attribute__((kernel)) testLgammaFloatIntFloat(float inV, unsigned int x) {
47 float2 __attribute__((kernel)) testLgammaFloat2Int2Float2(float2 inV, unsigned int x) {
54 float3 __attribute__((kernel)) testLgammaFloat3Int3Float3(float3 inV, unsigned int x) {
61 float4 __attribute__((kernel)) testLgammaFloat4Int4Float4(float4 inV, unsigned int x) {
TestNativeAtan2.rs 24 float __attribute__((kernel)) testNativeAtan2FloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testNativeAtan2Float2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testNativeAtan2Float3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testNativeAtan2Float4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testNativeAtan2HalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testNativeAtan2Half2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testNativeAtan2Half3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testNativeAtan2Half4Half4Half4(half4 inNumerator, unsigned int x) {
  /device/google/muskie/
device-common.mk 81 # Kernel modules
85 device/google/wahoo-kernel/gcc/synaptics_dsx_core_htc.ko \
86 device/google/wahoo-kernel/gcc/synaptics_dsx_rmi_dev_htc.ko \
87 device/google/wahoo-kernel/gcc/synaptics_dsx_fw_update_htc.ko \
88 device/google/wahoo-kernel/gcc/htc_battery.ko \
89 device/google/wahoo-kernel/gcc/wlan.ko
93 device/google/wahoo-kernel/kasan/synaptics_dsx_core_htc.ko \
94 device/google/wahoo-kernel/kasan/synaptics_dsx_rmi_dev_htc.ko \
95 device/google/wahoo-kernel/kasan/synaptics_dsx_fw_update_htc.ko \
96 device/google/wahoo-kernel/kasan/htc_battery.ko
    [all...]
  /external/toolchain-utils/binary_search_tool/sysroot_wrapper/
test_script.sh 5 # This particular script was used to triage a problem where the kernel
19 { /usr/bin/sudo rm -rf /build/falco/var/cache/portage/sys-kernel && emerge-falco -C sys-kernel/chromeos-kernel-3_8-3.8.11-r96 || exit 125; } &>> /tmp/kernel_triage.log
22 { /usr/local/bin/emerge-falco =sys-kernel/chromeos-kernel-3_8-3.8.11-r96 || exit 125; } &>> /tmp/kernel_triage.log
  /external/python/cpython3/Modules/_decimal/libmpdec/
numbertheory.c 82 mpd_uint_t kernel, w; local
97 kernel = _mpd_getkernel(n, sign, modnum);
101 tparams->kernel = kernel;
107 w = MULMOD(w, kernel);
122 mpd_uint_t kernel; local
125 kernel = _mpd_getkernel(3, sign, modnum);
128 w3table[1] = kernel;
129 w3table[2] = POWMOD(kernel, 2);
  /build/make/target/product/
aosp_arm.mk 25 prebuilts/qemu-kernel/arm64/3.18/kernel-qemu2:kernel-ranchu-64 \
aosp_mips.mk 25 prebuilts/qemu-kernel/mips/3.18/kernel-qemu2:kernel-ranchu \
aosp_x86.mk 27 prebuilts/qemu-kernel/x86_64/4.9/kernel-qemu2:kernel-ranchu-64
sdk_phone_armv7.mk 25 prebuilts/qemu-kernel/arm64/3.18/kernel-qemu2:kernel-ranchu-64 \
  /external/syslinux/com32/elflink/ldlinux/
ldlinux.c 48 __export uint32_t parse_image_type(const char *kernel)
55 p = find_command(kernel);
56 len = p - kernel;
61 if (!strncmp(kernel + len - elen, ext->name, elen))
70 * Returns the kernel name with file extension if one wasn't present.
72 static const char *get_extension(const char *kernel)
79 p = find_command(kernel);
80 len = p - kernel;
89 strncpy(str, kernel, len);
104 const char *apply_extension(const char *kernel, const char *ext
147 const char *kernel; local
    [all...]
  /external/gemmlowp/meta/
quantized_mul_kernels_arm_32.h 91 : [count] "r"(params.kernel.count),
92 [multiplicative_offset] "r"(params.kernel.multiplicative_offset),
93 [shift] "r"(params.kernel.shift),
95 [rounding_offset] "r"(params.kernel.rounding_offset)
169 : [count] "r"(params.kernel.count),
170 [multiplicative_offset] "r"(params.kernel.multiplicative_offset),
171 [shift] "r"(params.kernel.shift),
173 [rounding_offset] "r"(params.kernel.rounding_offset)
253 : [count] "r"(params.kernel.count),
254 [multiplicative_offset] "r"(params.kernel.multiplicative_offset)
    [all...]
quantized_mul_kernels_arm_64.h 91 : [count] "r"(params.kernel.count),
92 [multiplicative_offset] "r"(params.kernel.multiplicative_offset),
93 [shift] "r"(params.kernel.shift),
95 [rounding_offset] "r"(params.kernel.rounding_offset)
167 : [count] "r"(params.kernel.count),
168 [multiplicative_offset] "r"(params.kernel.multiplicative_offset),
169 [shift] "r"(params.kernel.shift),
171 [rounding_offset] "r"(params.kernel.rounding_offset)
248 : [count] "r"(params.kernel.count),
249 [multiplicative_offset] "r"(params.kernel.multiplicative_offset)
    [all...]

Completed in 370 milliseconds

1 2 3 4 56 7 8 91011>>