/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | GraphTest.cpp | 109 graph.erase(*u1); in TEST_F() 192 ASSERT_TRUE(u1->first_in == a3 && u1->first_out == a1); in TEST_F() 204 ListDigraph::Arc* a1 = graph.addArc(*u1, *u1); in TEST_F() 208 ASSERT_TRUE(u1 == a1->source && u1 == a1->target); in TEST_F() 212 ASSERT_TRUE(u1->first_in == a1 && u1->first_out == a3); in TEST_F() 260 ASSERT_TRUE(u1->first_in == a3 && u1->first_out == NULL); in TEST_F() 286 ASSERT_TRUE(u1->first_in == NULL && u1->first_out == a1); in TEST_F() 302 ListDigraph::Arc* a1 = graph.addArc(*u1, *u1); in TEST_F() 303 graph.addArc(*u1, *u2); in TEST_F() 304 graph.addArc(*u1, *u3); in TEST_F() [all …]
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
H A D | b_log.c | 365 volatile double u1; 400 u1 = u + 513, u1 -= 513; 406 u1 = u, TRUNC(u1); 407 u2 = (2.0*(f - F*u1) - u1*f) * g; 417 return (u1 + u2); 434 volatile double u1; local 455 u1 = u + 513, u1 -= 513; 457 u1 = u, TRUNC(u1); 458 u2 = (2.0*(f - F*u1) - u1*f) * g; 460 u1 += m*logF_head[N] + logF_head[j]; [all …]
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
H A D | CachedPathIteratorFactory.java | 136 float u1 = 1 - t1; in quadCurveSegment() local 143 coords[4] = coords[0] * u1 * u1 + coords[2] * 2 * t1 * u1 + coords[4] * t1 * t1; in quadCurveSegment() 144 coords[5] = coords[1] * u1 * u1 + coords[3] * 2 * t1 * u1 + coords[5] * t1 * t1; in quadCurveSegment() 154 float u1 = 1 - t1; in cubicCurveSegment() local 159 float qxb = coords[0] * u1 * u1 + coords[2] * 2 * t1 * u1 + coords[4] * t1 * t1; in cubicCurveSegment() 161 float qxd = coords[2] * u1 * u1 + coords[4] * 2 * t1 * u1 + coords[6] * t1 * t1; in cubicCurveSegment() 164 float qyb = coords[1] * u1 * u1 + coords[3] * 2 * t1 * u1 + coords[5] * t1 * t1; in cubicCurveSegment() 166 float qyd = coords[3] * u1 * u1 + coords[5] * 2 * t1 * u1 + coords[7] * t1 * t1; in cubicCurveSegment() 172 coords[2] = qxa * u1 + qxc * t1; in cubicCurveSegment() 173 coords[3] = qya * u1 + qyc * t1; in cubicCurveSegment() [all …]
|
/aosp12/system/bt/btif/src/ |
H A D | btif_gatt_test.cc | 179 LOG_INFO("%s: ENABLE - enable=%d", __func__, params->u1); in btif_gattc_test_command_impl() 180 if (params->u1) { in btif_gattc_test_command_impl() 197 params->bda1->ToString().c_str(), params->u1, params->u2); in btif_gattc_test_command_impl() 199 if (params->u1 == BT_DEVICE_TYPE_BLE) in btif_gattc_test_command_impl() 219 if (params->u1 >= GATT_DISC_MAX) { in btif_gattc_test_command_impl() 220 LOG_ERROR("%s: DISCOVER - Invalid type (%d)!", __func__, params->u1); in btif_gattc_test_command_impl() 225 __func__, disc_name[params->u1], test_cb.conn_id, in btif_gattc_test_command_impl() 227 GATTC_Discover(test_cb.conn_id, static_cast<tGATT_DISC_TYPE>(params->u1), in btif_gattc_test_command_impl() 234 __func__, params->u1, params->u2, params->u3, params->u4, in btif_gattc_test_command_impl() 237 bte_appl_cfg.ble_auth_req = params->u1; in btif_gattc_test_command_impl()
|
/aosp12/system/netd/libnetdutils/ |
H A D | FdTest.cpp | 102 UniqueFd u1(kFd); in TEST_F() local 104 UniqueFd u2(std::move(u1)); in TEST_F() 106 EXPECT_FALSE(isWellFormed(u1)); in TEST_F() 116 UniqueFd u1(kFd); in TEST_F() local 118 UniqueFd u2 = std::move(u1); in TEST_F() 120 EXPECT_FALSE(isWellFormed(u1)); in TEST_F()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | conceal.cpp | 151 uint8 *y1, *y2, *u1, *u2, *v1, *v2; in CopyVopMB() local 164 u1 = curr->uChan + chrstart; in CopyVopMB() 184 oscl_memcpy(u1, u2, B_SIZE); in CopyVopMB() 185 u1 += width_C; in CopyVopMB() 187 oscl_memcpy(u1, u2, B_SIZE); in CopyVopMB() 188 u1 += width_C; in CopyVopMB()
|
/aosp12/system/bt/btif/test/ |
H A D | btif_storage_test.cc | 30 const uint8_t u1[] = {0xe3, 0x9c, 0x62, 0x85, 0x86, 0x7f, 0x4b, 0x1d, in TEST() local 38 EXPECT_TRUE(memcmp(uuids[0].To128BitBE().data(), u1, sizeof(u1)) == 0); in TEST()
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
H A D | e_rem_pio2l.h | 64 union IEEEl2bits u,u1; in __ieee754_rem_pio2l() local 118 u1.e = x; in __ieee754_rem_pio2l() 120 u1.xbits.expsign = ex - e0; in __ieee754_rem_pio2l() 121 z = u1.e; in __ieee754_rem_pio2l()
|
H A D | e_lgammal_r.c | 111 u1 = 4.24082772271938167430983113242482656e-01L, variable 291 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+ in lgammal_r()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | UvMapper.h | 98 void map(float& u1, float& v1, float& u2, float& v2) const { in map() argument 100 u1 = lerp(mMinU, mMaxU, u1); in map()
|
/aosp12/packages/modules/NeuralNetworks/common/random/ |
H A D | random_distributions.h | 622 float u1 = Uint32ToFloat(x0); in BoxMullerFloat() local 623 if (u1 < epsilon) { in BoxMullerFloat() 624 u1 = epsilon; in BoxMullerFloat() 627 const float u2 = Eigen::numext::sqrt(-2.0f * Eigen::numext::log(u1)); in BoxMullerFloat() 647 double u1 = Uint64ToDouble(x0, x1); in BoxMullerDouble() local 648 if (u1 < epsilon) { in BoxMullerDouble() 649 u1 = epsilon; in BoxMullerDouble() 652 const double u2 = Eigen::numext::sqrt(-2.0 * Eigen::numext::log(u1)); in BoxMullerDouble()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/types/test/bluetooth/ |
H A D | uuid_unittest.cc | 114 …const uint8_t u1[] = {0xe3, 0x9c, 0x62, 0x85, 0x86, 0x7f, 0x4b, 0x1d, 0x9d, 0xb0, 0x35, 0xfb, 0xd9… in TEST() local 118 EXPECT_TRUE(memcmp(&uuid, u1, sizeof(u1)) == 0); in TEST()
|
/aosp12/system/bt/types/test/bluetooth/ |
H A D | uuid_unittest.cc | 125 const uint8_t u1[] = {0xe3, 0x9c, 0x62, 0x85, 0x86, 0x7f, 0x4b, 0x1d, in TEST() local 131 EXPECT_TRUE(memcmp(&uuid, u1, sizeof(u1)) == 0); in TEST()
|
/aosp12/system/bt/gd/hci/ |
H A D | uuid_unittest.cc | 118 …const uint8_t u1[] = {0xe3, 0x9c, 0x62, 0x85, 0x86, 0x7f, 0x4b, 0x1d, 0x9d, 0xb0, 0x35, 0xfb, 0xd9… in TEST() local 121 ASSERT_TRUE(memcmp(uuid->data(), u1, sizeof(u1)) == 0); in TEST()
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | DistortionMapper.cpp | 566 float u1 = (-b + sqdet) / (2 * a); in calculateUorV() local 567 ALOGV("u1: %.9g", u1); in calculateUorV() 568 if (0 - kFloatFuzz < u1 && u1 < 1 + kFloatFuzz) return u1; in calculateUorV() 570 float u2 = c / (a * u1); in calculateUorV() 575 return fabs(u1) < fabs(u2) ? u1 : u2; in calculateUorV()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | RegisteredServicesCacheTest.java | 172 int u1 = 1; in testMigration() local 175 assertEquals(1, cache.getPersistentServicesSize(u1)); in testMigration() 177 assertNotEmptyFileCreated(cache, u1); in testMigration() 185 assertEquals(0, cache.getAllServicesSize(u1)); in testMigration() 189 assertEquals(0, cache.getPersistentServicesSize(u1)); in testMigration()
|
/aosp12/system/bt/embdrv/sbc/decoder/srce/ |
H A D | synthesis-dct8.c | 66 int32_t u1, v1, w1, w2, t; in default_mul_32s_32s_hi() local 69 u1 = u >> 16; in default_mul_32s_32s_hi() 73 t = u1 * v0 + ((uint32_t)t >> 16); in default_mul_32s_32s_hi() 77 return u1 * v1 + w2 + (w1 >> 16); in default_mul_32s_32s_hi()
|
/aosp12/art/dexdump/ |
H A D | dexdump.cc | 75 using u1 = uint8_t; typedef 464 static u8 readVarWidth(const u1** data, u1 arg, bool sign_extend) { in readVarWidth() 480 static void dumpEncodedValue(const DexFile* pDexFile, const u1** data, u1 type, u1 arg) { in dumpEncodedValue() 584 static void dumpEncodedValue(const DexFile* pDexFile, const u1** data) { in dumpEncodedValue() 585 const u1 enc = *(*data)++; in dumpEncodedValue() 680 const u1* rData = annotation->annotation_; in dumpAnnotationSetItem() 972 const u1* bytePtr = (const u1*) &accessor.Insns()[insnIdx + i]; in dumpInstruction() 982 const u2 instr = get2LE((const u1*) &accessor.Insns()[insnIdx]); in dumpInstruction() 1014 pDecInsn->VRegA(), (s4) pDecInsn->VRegB(), (u1)pDecInsn->VRegB()); in dumpInstruction() 1066 (s4) pDecInsn->VRegC(), (u1) pDecInsn->VRegC()); in dumpInstruction() [all …]
|
/aosp12/art/compiler/optimizing/ |
H A D | nodes_vector_test.cc | 288 HVecOperation* u1 = new (GetAllocator()) in TEST_F() local 310 GetAllocator(), u1, u1, DataType::Type::kUint16, 8, /*is_rounded*/ true, kNoDexPc); in TEST_F() 312 GetAllocator(), u1, u1, DataType::Type::kUint16, 8, /*is_rounded*/ false, kNoDexPc); in TEST_F() 330 EXPECT_FALSE(u1->CanBeMoved()); in TEST_F()
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_lgammaf_r.c | 59 u1 = 7.36789703e-01, /* 0x3f3c9e40 */ variable 182 p1 = y*(u0+y*(u1+y*u2)); in __ieee754_lgammaf_r()
|
H A D | e_lgamma_r.c | 127 u1 = 6.32827064025093366517e-01, /* 0x3FE4401E, 0x8B005DFF */ variable 266 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5))))); in __ieee754_lgamma_r()
|
/aosp12/frameworks/base/tools/lock_agent/ |
H A D | agent.cpp | 226 std::pair<dex::u1*, size_t> maybeTransform(const char* name, size_t classDataLen, in maybeTransform() 246 dex::u1* newClassData = writer.CreateImage(allocator, &new_size); in maybeTransform() 294 std::pair<dex::u1*, size_t> result = maybeTransform(name, classDataLen, classData, in transformHook() 525 std::pair<dex::u1*, size_t> result = maybeTransform(argv[2], statBuf.st_size, in locktest_main()
|
/aosp12/frameworks/rs/ |
H A D | rsFont.cpp | 98 float u1 = glyph->mBitmapMinU; in drawCachedGlyph() local 106 state->appendMeshQuad(nPenX, nPenY, 0, u1, v2, in drawCachedGlyph() 109 nPenX, nPenY - height, 0, u1, v1); in drawCachedGlyph() 664 float u1, float v1, in appendMeshQuad() argument 688 (*currentPos++) = u1; in appendMeshQuad()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserDataPreparerTest.java | 190 UserInfo u1 = new UserInfo(1, "u1", 0); in testReconcileUsers() local 201 .reconcileUsers(StorageManager.UUID_PRIVATE_INTERNAL, Arrays.asList(u1, u2), in testReconcileUsers()
|
/aosp12/system/tools/aidl/build/apex/ |
H A D | key.pem | 32 kCTKCFjBf4hV+2u1/eBuR1MDcOVwQW6N3Sk37ImwGtygRrHIPuY8Ir00WQmpKP6W
|