HomeSort by relevance Sort by last modified time
    Searched refs:A72 (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/EmuThunkDxe/
EmuThunk.inf 20 FILE_GUID = 2F62A818-4A72-CD40-90B9-FF00DAABEE7B
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/aarch32/
juno_helpers.S 132 * - Dual core Cortex-A72 processor cluster.
135 * - Set the L2 Data RAM latency to 2 (i.e. 3 cycles) for Cortex-A72
136 * - Set the L2 Tag RAM latency to 1 (i.e. 2 cycles) for Cortex-A72
147 jump_if_cpu_midr CORTEX_A72_MIDR, A72
150 A72:
152 * Cortex-A72 specific settings
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/aarch64/
juno_helpers.S 137 * - Dual core Cortex-A72 processor cluster.
140 * - Set the L2 Data RAM latency to 2 (i.e. 3 cycles) for Cortex-A72
141 * - Set the L2 Tag RAM latency to 1 (i.e. 2 cycles) for Cortex-A72
152 jump_if_cpu_midr CORTEX_A72_MIDR, A72
155 A72:
157 * Cortex-A72 specific settings
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54StepInterpolator.java 43 private static final double A72 = 500.0 / 1113.0;
190 v1[i] = A70 * yDot0 + A72 * yDot2 + A73 * yDot3 + A74 * yDot4 + A75 * yDot5;

Completed in 309 milliseconds