Home
last modified time | relevance | path

Searched full:spike (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/external/coreboot/Documentation/mainboard/emulation/
H A Dspike-riscv.md1 # Spike RISC-V emulator
3 [Spike], also known as riscv-isa-sim, is a commonly used [RISC-V] emulator.
14 ## Building coreboot and running it in Spike
17 - Run `util/riscv/make-spike-elf.sh build/coreboot.rom build/coreboot.elf` to
18 convert coreboot to an ELF that Spike can load
19 - Run `spike -m1024 build/coreboot.elf`
22 [Spike]: https://github.com/riscv/riscv-isa-sim
/aosp_15_r20/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dr1updt.h36 /* in such a way that a spike is introduced into w. */ in r1updt()
49 /* apply the transformation to s and extend the spike in w. */ in r1updt()
59 /* add the spike from the rank 1 update to w. */ in r1updt()
62 /* eliminate the spike. */ in r1updt()
67 /* j-th element of the spike. */ in r1updt()
70 /* apply the transformation to s and reduce the spike in w. */ in r1updt()
/aosp_15_r20/external/coreboot/src/mainboard/emulation/spike-riscv/
H A DKconfig16 default "src/mainboard/emulation/spike-riscv/memlayout.ld"
19 default "emulation/spike-riscv"
22 default "SPIKE RISCV"
H A Drom_media.c6 * RAM on SPIKE, because SPIKE doesn't support loading custom code into the
H A DKconfig.name4 bool "SPIKE riscv"
H A Dboard_info.txt1 Board name: Spike RISCV
/aosp_15_r20/external/coreboot/util/riscv/
H A Dmake-spike-elf.sh10 echo "to SPIKE, the RISC-V reference emulator."
21 OBJECT_FILE=$(mktemp /tmp/coreboot-spike.XXXXXX)
28 "$XGCC_BIN/riscv64-elf-ld" "$OBJECT_FILE" -T "$TOOL_PATH/spike-elf.ld" \
H A Ddescription.md2 * _make-spike-elf.sh_ - Converts a flat file into an ELF, that can be
3 passed to SPIKE, the RISC-V reference
H A Dspike-elf.ld1 /* See make-spike-elf.sh */
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
H A DTestNonStaticInnerClassInList32.java31 dog.name = "Spike"; in testInnerList()
42 // output: {"name":"Spike","legs":[{length: 5}, {length: 4}]} in testInnerList()
/aosp_15_r20/external/coreboot/util/
H A DREADME.md103 * _make-spike-elf.sh_ - Converts a flat file into an ELF, that
104 can be passed to SPIKE, the RISC-V reference emulator.`Bash`
/aosp_15_r20/external/coreboot/Documentation/
H A Dutil.md114 * _make-spike-elf.sh_ - Converts a flat file into an ELF, that
115 can be passed to SPIKE, the RISC-V reference emulator.`Bash`
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/android/
Dperformance_hint.h365 * whether the workload spike is expected to be on the CPU, GPU, or both.
370 * @param cpu Indicates if the workload spike is expected to affect the CPU.
371 * @param gpu Indicates if the workload spike is expected to affect the GPU.
/aosp_15_r20/frameworks/native/include/android/
H A Dperformance_hint.h365 * whether the workload spike is expected to be on the CPU, GPU, or both.
370 * @param cpu Indicates if the workload spike is expected to affect the CPU.
371 * @param gpu Indicates if the workload spike is expected to affect the GPU.
/aosp_15_r20/external/coreboot/Documentation/mainboard/
H A Dindex.md90 Spike RISC-V emulator <emulation/spike-riscv.md>
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Drobust_throughput_estimator_unittest.cc210 // of a delay spike. in TEST()
225 // Delay spike. 25 packets sent, but none received. in TEST()
H A Dalr_detector_unittest.cc115 // Verify that we stay in ALR region even after a short bitrate spike. in TEST()
H A Dloss_based_bandwidth_estimation.cc189 // Avoid multiple decreases from averaging over one loss spike. in Update()
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dalertcenter.v1beta1.json1093 "description": "Details of a message in phishing spike alert.",
1214 …s are any of the following: * User reported phishing * User reported spam spike * Suspicious messa…
1314 …"description": "Alert for a spike in user reported phishing. *Warning*: This type has been depreca…
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
H A DImpulseOscillator.cpp35 value = amplitudes[i]; // spike in onProcess()
/aosp_15_r20/external/googleapis/google/cloud/timeseriesinsights/v1/
H A Dtimeseriesinsights_v1.yaml13 data. Users can perform time series spike, trend, and anomaly detection.
/aosp_15_r20/external/stressapptest/src/
H A Dsat.cc1949 // Tell worker threads to pause in preparation for a power spike. in Run()
1950 logprintf(4, "Log: Pausing worker threads in preparation for power spike " in Run()
1959 // Tell worker threads to resume in order to cause a power spike. in Run()
1960 logprintf(4, "Log: Resuming worker threads to cause a power spike (%d " in Run()
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v1/
H A Dcloud_armor.proto79 // allowed traffic. For 'Allowed traffic spike', the ratio is the allowed
/aosp_15_r20/external/python/google-auth-library-python/google/auth/
D_helpers.py29 # until 30 seconds before the expiration, and cause a spike of CPU usage.
/aosp_15_r20/external/coreboot/Documentation/releases/
H A Dcoreboot-4.2-relnotes.md100 * emulation/spike-riscv - RISCV virtualized platform

12345