Searched refs:vectorLength (Results 1 – 2 of 2) sorted by relevance
416 float vectorLength = 0; in GetPointerPath() local425 newSeparation.px_ = vectorLength * xVector + firstSeparation.px_; in GetPointerPath()426 newSeparation.py_ = vectorLength * yVector + firstSeparation.py_; in GetPointerPath()446 vectorLength = hypot(xVector, yVector); in GetPointerPath()448 if (vectorLength > EPSINON) { in GetPointerPath()449 xUnitVector += xVector / vectorLength; in GetPointerPath()450 yUnitVector += yVector / vectorLength; in GetPointerPath()
588 uint32_t vectorLength = NetSysGetData<uint32_t>() % VECTOR_MAX_SIZE; in FirewallSetUidRuleFuzzTest() local589 dataParcel.WriteInt32(static_cast<int32_t>(vectorLength)); in FirewallSetUidRuleFuzzTest()590 for (uint32_t i = 0; i <= vectorLength; i++) { in FirewallSetUidRuleFuzzTest()615 uint32_t vectorLength = NetSysGetData<uint32_t>() % VECTOR_MAX_SIZE; in SetInterfaceConfigFuzzTest() local616 dataParcel.WriteInt32(static_cast<int32_t>(vectorLength)); in SetInterfaceConfigFuzzTest()617 for (uint32_t i = 0; i <= vectorLength; i++) { in SetInterfaceConfigFuzzTest()927 uint32_t vectorLength = NetSysGetData<uint32_t>() % VECTOR_MAX_SIZE; in SetResolverConfigFuzzTest() local928 dataParcel.WriteInt32(static_cast<int32_t>(vectorLength)); in SetResolverConfigFuzzTest()929 for (uint32_t i = 0; i <= vectorLength; i++) { in SetResolverConfigFuzzTest()