/aosp_15_r20/external/coreboot/src/arch/x86/ |
H A D | mpspec.c | 17 void mptable_init(struct mp_config_table *mc) in mptable_init() 95 void *smp_next_mpc_entry(struct mp_config_table *mc) in smp_next_mpc_entry() 102 static void smp_add_mpc_entry(struct mp_config_table *mc, u16 length) in smp_add_mpc_entry() 108 void *smp_next_mpe_entry(struct mp_config_table *mc) in smp_next_mpe_entry() 115 static void smp_add_mpe_entry(struct mp_config_table *mc, mpe_t mpe) in smp_add_mpe_entry() 125 void smp_write_processor(struct mp_config_table *mc, in smp_write_processor() 149 void smp_write_processors(struct mp_config_table *mc) in smp_write_processors() 191 static void smp_write_bus(struct mp_config_table *mc, in smp_write_bus() 208 static void smp_write_ioapic(struct mp_config_table *mc, in smp_write_ioapic() 222 u8 smp_write_ioapic_from_hw(struct mp_config_table *mc, uintptr_t apicaddr) in smp_write_ioapic_from_hw() [all …]
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | multi_channel_content_detector_unittest.cc | 19 MultiChannelContentDetector mc( in TEST() local 29 MultiChannelContentDetector mc( in TEST() local 39 MultiChannelContentDetector mc( in TEST() local 59 MultiChannelContentDetector mc( in TEST() local 69 MultiChannelContentDetector mc( in TEST() local 86 MultiChannelContentDetector mc( in TEST() local 103 MultiChannelContentDetector mc( in TEST() local 130 MultiChannelContentDetector mc( in TEST() local 149 MultiChannelContentDetector mc( in TEST() local 184 MultiChannelContentDetector mc(detect_stereo_content, in TEST_P() local [all …]
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | BufferQueue_test.cpp | 137 sp<MockConsumer> mc(new MockConsumer); in TEST_F() local 174 sp<MockConsumer> mc(new MockConsumer); in TEST_F() local 186 sp<MockConsumer> mc(new MockConsumer); in TEST_F() local 221 sp<MockConsumer> mc(new MockConsumer); in TEST_F() local 264 sp<MockConsumer> mc(new MockConsumer); in TEST_F() local 310 sp<MockConsumer> mc(new MockConsumer); in TEST_F() local 319 sp<MockConsumer> mc(new MockConsumer); in TEST_F() local 332 sp<MockConsumer> mc(new MockConsumer); in TEST_F() local 386 sp<MockConsumer> mc(new MockConsumer); in TEST_F() local 444 sp<MockConsumer> mc(new MockConsumer); in TEST_F() local [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/math/ |
H A D | OldBigDecimalArithmeticTest.java | 29 MathContext mc; in testAddMathContextNonTrivial() local 54 MathContext mc; in testSubtractMathContextNonTrivial() local 77 MathContext mc; in testMultiplyMathContextNonTrivial() local 118 MathContext mc = new MathContext(5, RoundingMode.HALF_UP); in testPowMathContext() local 125 MathContext mc; in testPowMathContextNonTrivial() local 190 MathContext mc; in testDivideINonTrivial() local 217 MathContext mc; in testDivideIINonTrivial() local 245 MathContext mc; in testDivideScaleRoundingModeNonTrivial() local 275 MathContext mc; in testDivideMathContextNonTrivial() local 341 MathContext mc; in testDivideToIntegralValueMathContextNonTrivial() local [all …]
|
H A D | OldBigDecimalConstructorsTest.java | 39 MathContext mc = new MathContext(precision, rm); in testConstrBigIntegerMathContext() local 120 MathContext mc = new MathContext(precision, rm); in testConstrBigIntegerScaleMathContext() local 265 MathContext mc; in testConstrBigIntegerScaleMathContext_AndroidFailure() local 283 MathContext mc = new MathContext(precision, rm); in testConstrCharIntIntMathContext() local 376 MathContext mc = new MathContext(precision, rm); in testConstrCharIntIntMathContextException1() local 394 MathContext mc; in testConstrCharMathContext() local 436 MathContext mc = new MathContext(precision, rm); in testConstrDoubleMathContext() local 529 MathContext mc; in testConstrDoubleMathContext_AndroidFailure() local 574 MathContext mc = new MathContext(precision, rm); in testConstrLongMathContext() local 663 MathContext mc = new MathContext(precision, rm); in testConstrStringMathContext() local
|
H A D | OldBigDecimalConvertTest.java | 146 MathContext mc = new MathContext(iPresition, RoundingMode.UP); in test_ByteValueExactNeg() local 158 MathContext mc = new MathContext(iPresition, RoundingMode.HALF_DOWN); in test_ByteValueExactCharZero() local 168 MathContext mc = new MathContext(iPresition, RoundingMode.HALF_UP); in test_ByteValueExactStringZero() local 258 MathContext mc = new MathContext(iPresition, RoundingMode.UP); in test_ByteValueNeg() local 270 MathContext mc = new MathContext(iPresition, RoundingMode.HALF_UP); in test_ByteValueCharZero() local 280 MathContext mc = new MathContext(iPresition, RoundingMode.HALF_UP); in test_ByteValueStringZero() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/ |
D | BigDecimal.java | 504 public BigDecimal(char[] in, int offset, int len, MathContext mc) { in BigDecimal() 803 public BigDecimal(char[] in, MathContext mc) { in BigDecimal() 924 public BigDecimal(String val, MathContext mc) { in BigDecimal() 992 public BigDecimal(double val, MathContext mc) { in BigDecimal() 1106 public BigDecimal(BigInteger val, MathContext mc) { in BigDecimal() 1139 public BigDecimal(BigInteger unscaledVal, int scale, MathContext mc) { in BigDecimal() 1201 public BigDecimal(int val, MathContext mc) { in BigDecimal() 1244 public BigDecimal(long val, MathContext mc) { in BigDecimal() 1417 public BigDecimal add(BigDecimal augend, MathContext mc) { in add() 1484 private BigDecimal[] preAlign(BigDecimal lhs, BigDecimal augend, long padding, MathContext mc) { in preAlign() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/ |
H A D | BigDecimal.java | 504 public BigDecimal(char[] in, int offset, int len, MathContext mc) { in BigDecimal() 803 public BigDecimal(char[] in, MathContext mc) { in BigDecimal() 924 public BigDecimal(String val, MathContext mc) { in BigDecimal() 992 public BigDecimal(double val, MathContext mc) { in BigDecimal() 1106 public BigDecimal(BigInteger val, MathContext mc) { in BigDecimal() 1139 public BigDecimal(BigInteger unscaledVal, int scale, MathContext mc) { in BigDecimal() 1201 public BigDecimal(int val, MathContext mc) { in BigDecimal() 1244 public BigDecimal(long val, MathContext mc) { in BigDecimal() 1417 public BigDecimal add(BigDecimal augend, MathContext mc) { in add() 1484 private BigDecimal[] preAlign(BigDecimal lhs, BigDecimal augend, long padding, MathContext mc) { in preAlign() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/ |
D | BigDecimal.java | 504 public BigDecimal(char[] in, int offset, int len, MathContext mc) { in BigDecimal() 803 public BigDecimal(char[] in, MathContext mc) { in BigDecimal() 924 public BigDecimal(String val, MathContext mc) { in BigDecimal() 992 public BigDecimal(double val, MathContext mc) { in BigDecimal() 1106 public BigDecimal(BigInteger val, MathContext mc) { in BigDecimal() 1139 public BigDecimal(BigInteger unscaledVal, int scale, MathContext mc) { in BigDecimal() 1201 public BigDecimal(int val, MathContext mc) { in BigDecimal() 1244 public BigDecimal(long val, MathContext mc) { in BigDecimal() 1417 public BigDecimal add(BigDecimal augend, MathContext mc) { in add() 1484 private BigDecimal[] preAlign(BigDecimal lhs, BigDecimal augend, long padding, MathContext mc) { in preAlign() [all …]
|
/aosp_15_r20/cts/tests/tests/midi/src/android/midi/cts/ |
H A D | MidiEchoTest.java | 246 MidiTestContext mc = new MidiTestContext(); in setUpLegacyEchoServer() local 293 MidiTestContext mc = new MidiTestContext(); in setUpUmpEchoServer() local 314 protected void tearDownLegacyEchoServer(MidiTestContext mc) throws IOException { in tearDownLegacyEchoServer() 349 protected void tearDownUmpEchoServer(MidiTestContext mc) throws IOException { in tearDownUmpEchoServer() 379 protected void tearDownEchoServer(MidiTestContext mc, boolean useUmp) in tearDownEchoServer() 393 protected void checkEchoDeviceInfo(MidiTestContext mc, in checkEchoDeviceInfo() 506 MidiTestContext mc = setUpEchoServer(false); in testDeviceInfoLegacy() local 522 MidiTestContext mc = setUpEchoServer(true); in testDeviceInfoUmp() local 574 MidiTestContext mc = setUpEchoServer(useUmp); in checkEchoVariableMessage() local 667 MidiTestContext mc = setUpEchoServer(useUmp); in testEchoLatency() local [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
H A D | BigReal.java | 85 public BigReal(BigInteger unscaledVal, int scale, MathContext mc) { in BigReal() 93 public BigReal(BigInteger val, MathContext mc) { in BigReal() 119 public BigReal(char[] in, int offset, int len, MathContext mc) { in BigReal() 127 public BigReal(char[] in, MathContext mc) { in BigReal() 142 public BigReal(double val, MathContext mc) { in BigReal() 157 public BigReal(int val, MathContext mc) { in BigReal() 172 public BigReal(long val, MathContext mc) { in BigReal() 187 public BigReal(String val, MathContext mc) { in BigReal()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
H A D | BigReal.java | 93 public BigReal(BigInteger unscaledVal, int scale, MathContext mc) { in BigReal() 103 public BigReal(BigInteger val, MathContext mc) { in BigReal() 135 public BigReal(char[] in, int offset, int len, MathContext mc) { in BigReal() 145 public BigReal(char[] in, MathContext mc) { in BigReal() 164 public BigReal(double val, MathContext mc) { in BigReal() 183 public BigReal(int val, MathContext mc) { in BigReal() 202 public BigReal(long val, MathContext mc) { in BigReal() 221 public BigReal(String val, MathContext mc) { in BigReal()
|
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/ |
H A D | SquareRootTests.java | 101 MathContext mc = new MathContext(i, rm); in oneDigitTests() local 135 MathContext mc = new MathContext(precision, rm); in twoDigitTests() local 145 private static void compareSqrtImplementations(BigDecimal bd, MathContext mc) { in compareSqrtImplementations() 147 bd.sqrt(mc), "sqrt(" + bd + ") under " + mc); in compareSqrtImplementations() local 201 MathContext mc = new MathContext(precision, mode); in squareRootTwoTests() local 235 MathContext mc = new MathContext(precision, rm); in lowPrecisionPerfectSquares() local 265 MathContext mc = new MathContext(i, RoundingMode.FLOOR); in almostFourRoundingDown() local
|
H A D | IntegralDivisionTests.java | 172 MathContext mc) { in divideContextTests() 174 divideContextTest(dividend.negate(), divisor.negate(), expected, mc); in divideContextTests() local 177 divideContextTest(dividend.negate(), divisor, expected.negate(), mc); in divideContextTests() local 186 MathContext mc) { in divideContextTest() 224 MathContext mc = new MathContext(9,RoundingMode.DOWN); in dividetoIntegralValueScalingTests() local
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/ |
H A D | addressmap.c | 21 struct tegra_mc_regs *mc = (struct tegra_mc_regs *)TEGRA_MC_BASE; in sdram_size_mb() local 56 struct tegra_mc_regs * const mc = (struct tegra_mc_regs *)TEGRA_MC_BASE; in carveout_range() local 234 struct tegra_mc_regs * const mc = (void *)(uintptr_t)TEGRA_MC_BASE; in trustzone_region_init() local 273 struct tegra_mc_regs * const mc = (void *)(uintptr_t)TEGRA_MC_BASE; in gpu_region_init() local 298 struct tegra_mc_regs * const mc = (void *)(uintptr_t)TEGRA_MC_BASE; in nvdec_region_init() local 316 struct tegra_mc_regs * const mc = (void *)(uintptr_t)TEGRA_MC_BASE; in tsec_region_init() local 340 struct tegra_mc_regs * const mc = (void *)(uintptr_t)TEGRA_MC_BASE; in vpr_region_init() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | DayOfMonthCursorTest.java | 41 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMonthRows() local 55 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMoveLeft() local 86 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMoveRight() local 117 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMoveUp() local 142 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMoveDown() local
|
/aosp_15_r20/art/runtime/arch/arm64/ |
H A D | fault_handler_arm64.cc | 51 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in GetFaultPc() local 61 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in GetFaultSp() local 78 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action() local 107 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action() local 136 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
H A D | BigDecimalArithmeticTest.java | 61 MathContext mc = new MathContext(5, RoundingMode.UP); in testAddMathContextEqualScalePosPos() local 96 MathContext mc = new MathContext(5, RoundingMode.FLOOR); in testAddMathContextEqualScaleNegNeg() local 131 MathContext mc = new MathContext(15, RoundingMode.CEILING); in testAddMathContextDiffScalePosNeg() local 200 MathContext mc = new MathContext(15, RoundingMode.CEILING); in testSubtractMathContextEqualScalePosPos() local 253 MathContext mc = new MathContext(17, RoundingMode.DOWN); in testSubtractMathContextDiffScalePosNeg() local 289 MathContext mc = new MathContext(70, RoundingMode.HALF_DOWN); in testSubtractMathContextDiffScaleNegPos() local 324 MathContext mc = new MathContext(40, RoundingMode.HALF_DOWN); in testMultiplyMathContextScalePosPos() local 376 MathContext mc = new MathContext(53, RoundingMode.HALF_UP); in testMultiplyMathContextDiffScalePosNeg() local 411 MathContext mc = new MathContext(47, RoundingMode.HALF_UP); in testMultiplyMathContextDiffScaleNegPos() local 471 MathContext mc = new MathContext(5, RoundingMode.HALF_UP); in testPowMathContext() local [all …]
|
H A D | BigDecimalConstructorsTest.java | 103 MathContext mc = new MathContext(precision, rm); in testConstrBigIntegerMathContext() local 120 MathContext mc = new MathContext(precision, rm); in testConstrBigIntegerScaleMathContext() local 177 MathContext mc = new MathContext(precision, rm); in testConstrCharIntIntMathContext() local 201 MathContext mc = new MathContext(precision, rm); in testConstrCharIntIntMathContextException1() local 218 MathContext mc = new MathContext(precision, rm); in testConstrCharIntIntMathContextException2() local 293 MathContext mc = new MathContext(precision, rm); in testConstrDoubleMathContext() local 356 MathContext mc = new MathContext(precision, rm); in testConstrIntMathContext() local 383 MathContext mc = new MathContext(precision, rm); in testConstrLongMathContext() local 677 MathContext mc = new MathContext(precision, rm); in testConstrStringMathContext() local
|
/aosp_15_r20/art/runtime/arch/arm/ |
H A D | fault_handler_arm.cc | 50 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in GetFaultPc() local 60 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in GetFaultSp() local 71 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action() local 128 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action() local 194 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action() local
|
/aosp_15_r20/development/tools/external_crates/crate_tool/src/ |
H A D | managed_repo.rs | 165 let mc = ManagedCrate::new(Crate::from(krate.path().clone())?).into_legacy(); in migration_health() localVariable 175 let mc = mc.stage()?; in migration_health() localVariable 214 let mc = ManagedCrate::new(Crate::from(krate.path().clone())?).stage(&pseudo_crate)?; in migration_health() localVariable 561 let mc = self.managed_crate_for(crate_name.as_ref())?; in regenerate() localVariable 573 let mc = self.managed_crate_for(crate_name.as_ref())?.stage(&pseudo_crate)?; in stage() localVariable 615 let mc = self.managed_crate_for(&crate_name)?.stage(&pseudo_crate)?; in preupload_check() localVariable 637 let mc = self.managed_crate_for(crate_name.as_ref())?; in recontextualize_patches() localVariable 883 let mc = self.managed_crate_for(crate_name.as_ref())?; in fix_test_mapping() localVariable
|
/aosp_15_r20/art/runtime/arch/riscv64/ |
H A D | fault_handler_riscv64.cc | 34 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in GetFaultPc() local 44 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in GetFaultSp() local 55 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action() local 96 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/ |
H A D | Scale.java | 33 final MathContext mc; field in Scale 39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale() 165 public Scale withMathContext(MathContext mc) { in withMathContext() 194 quantity.roundToMagnitude(quantity.getMagnitude() - mc.getPrecision(), mc); in applyReciprocalTo() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/number/ |
H A D | Scale.java | 33 final MathContext mc; field in Scale 39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale() 160 public Scale withMathContext(MathContext mc) { in withMathContext() 189 quantity.roundToMagnitude(quantity.getMagnitude() - mc.getPrecision(), mc); in applyReciprocalTo() local
|
/aosp_15_r20/external/lzma/C/ |
H A D | Ppmd7.c | 364 CPpmd7_Context *mc = (PPMD7_CTX_PTR)(void *)(p->HiUnit -= UNIT_SIZE); /* AllocContext(p); */ in Ppmd7_RestartModel() local 571 PPMD7_CTX_PTR c, mc; in Ppmd7_UpdateModel() local 866 CPpmd7_Context *mc; in Ppmd7_Rescale() local 922 CPpmd7_Context *mc = p->MinContext; in Ppmd7_Rescale() local 933 const CPpmd7_Context *mc = p->MinContext; in Ppmd7_MakeEscFreq() local 991 CPpmd7_Context *mc = p->MinContext; in Ppmd7_Update1_0() local
|