Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 50) sorted by relevance

12

/device/google/contexthub/firmware/os/algos/common/math/
Dvec.h58 static inline void initVec3(struct Vec3 *v, float x, float y, float z) { in initVec3()
66 static inline void vec3Add(struct Vec3 *v, const struct Vec3 *w) { in vec3Add()
75 static inline void vec3AddVecs(struct Vec3 *u, const struct Vec3 *v, in vec3AddVecs()
86 static inline void vec3Sub(struct Vec3 *v, const struct Vec3 *w) { in vec3Sub()
95 static inline void vec3SubVecs(struct Vec3 *u, const struct Vec3 *v, in vec3SubVecs()
106 static inline void vec3ScalarMul(struct Vec3 *v, float c) { in vec3ScalarMul()
114 static inline float vec3Dot(const struct Vec3 *v, const struct Vec3 *w) { in vec3Dot()
121 static inline float vec3NormSquared(const struct Vec3 *v) { in vec3NormSquared()
127 static inline float vec3Norm(const struct Vec3 *v) { in vec3Norm()
134 static inline void vec3Normalize(struct Vec3 *v) { in vec3Normalize()
[all …]
Dvec.c55 void vecAdd(float *u, const float *v, const float *w, size_t dim) { in vecAdd()
65 void vecAddInPlace(float *v, const float *w, size_t dim) { in vecAddInPlace()
74 void vecSub(float *u, const float *v, const float *w, size_t dim) { in vecSub()
84 void vecScalarMul(float *u, const float *v, float c, size_t dim) { in vecScalarMul()
93 void vecScalarMulInPlace(float *v, float c, size_t dim) { in vecScalarMulInPlace()
101 float vecNorm(const float *v, size_t dim) { in vecNorm()
107 float vecNormSquared(const float *v, size_t dim) { in vecNormSquared()
112 float vecDot(const float *v, const float *w, size_t dim) { in vecDot()
123 float vecMaxAbsoluteValue(const float *v, size_t dim) { in vecMaxAbsoluteValue()
Dkasa.c120 struct Vec3 v; in kasaFit() local
Dmat.c82 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v) { in mat33Apply()
447 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v) { in mat44Apply()
610 void matMultiplyVec(float *out, const float *A, const float *v, in matMultiplyVec()
622 void matTransposeMultiplyVec(float *out, const float *A, const float *v, in matTransposeMultiplyVec()
/device/google/cuttlefish/common/libs/utils/
Djson.h38 inline Result<int> As(const Json::Value& v) { in As()
44 inline Result<std::string> As(const Json::Value& v) { in As()
50 inline Result<bool> As(const Json::Value& v) { in As()
56 inline Result<Json::Value> As(const Json::Value& v) { in As()
Dtcp_socket.h95 void AppendToMessage(Message* msg, T v, Ts... vals) { in AppendToMessage()
/device/google/contexthub/firmware/os/inc/
DfloatRt.h45 static inline float floatFromUint64(uint64_t v) in floatFromUint64()
50 static inline float floatFromInt64(int64_t v) in floatFromInt64()
/device/generic/goldfish/hals/camera/
Dexif.cpp132 std::tuple<uint32_t, uint32_t, uint32_t> convertDegToDegMmSs(double v) { in convertDegToDegMmSs()
165 const std::string v = base::GetProperty("ro.product.manufacturer", ""); in createExifData() local
170 const std::string v = base::GetProperty("ro.product.model", ""); in createExifData() local
214 unsigned v; in createExifData() local
229 const float v = metadataEntry.data.f[0]; in createExifData() local
236 const float v = metadataEntry.data.f[0]; in createExifData() local
243 const unsigned v = in createExifData() local
270 const unsigned v = in createExifData() local
DCameraDevice.cpp176 auto& v = m[ANDROID_JPEG_AVAILABLE_THUMBNAIL_SIZES]; in getCameraCharacteristics() local
188 auto& v = m[ANDROID_LENS_INFO_AVAILABLE_APERTURES]; in getCameraCharacteristics() local
194 auto& v = m[ANDROID_LENS_INFO_AVAILABLE_FOCAL_LENGTHS]; in getCameraCharacteristics() local
/device/google/contexthub/firmware/os/core/
DfloatRt.c126 float floatFromUint64(uint64_t v) in floatFromUint64()
137 float floatFromInt64(int64_t v) in floatFromInt64()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/search/
DSearchFragment.java93 public void onClick(View v) { in onClick()
110 public void onFocusChange(View v, boolean hasFocus) { in onFocusChange()
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h147 #define SET_HIGH_WORD(d,v) \ argument
157 #define SET_LOW_WORD(d,v) \ argument
260 #define SET_LDBL_EXPSIGN(d,v) \ argument
270 #define LD80C(m, ex, v) { \ argument
276 #define LD80C(m, ex, v) { .e = (v), } argument
319 #define RETURNF(v) return (v) argument
565 #define DOPRINT_END1(v) \ argument
581 #define DOPRINT_END1(v) \ argument
597 #define DOPRINT_END1(v) \ argument
619 #define DOPRINT_END1(v) \ argument
[all …]
/device/google/contexthub/firmware/lib/libm/
Dkf_sin.c38 float z,r,v; local
/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/
DCuttlefishHostTest.java121 public static ExpectedColor create(float u, float v, Color color) { in create()
126 public abstract float v(); in v() method in CuttlefishHostTest.ExpectedColor
/device/google/cuttlefish/host/frontend/webrtc/
Dbluetooth_handler.cpp41 uint64_t v = 1; in ~BluetoothHandler() local
Dadb_handler.cpp71 uint64_t v = 1; in ~AdbHandler() local
/device/google/cuttlefish/guest/hals/confirmationui/
DTrustyConfirmationUI.cpp42 template <typename T> inline MsgVector<T> vec2MsgVector(const vector<T>& v) { in vec2MsgVector()
46 inline MsgVector<teeui::UIOption> vec2MsgVector(const vector<UIOption>& v) { in vec2MsgVector()
/device/google/cuttlefish/guest/commands/v4l2_streamer/
Dyuv2rgb.cpp62 unsigned char *v = in Yuv2Rgb() local
/device/generic/goldfish/hals/fingerprint/
Dstorage.cpp99 template <class T> std::vector<uint8_t>& operator<<(std::vector<uint8_t>& v, const T& x) { in operator <<()
105 std::vector<uint8_t>& operator<<(std::vector<uint8_t>& v, const uint8_t x) { in operator <<()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DVersion.java62 Version v = (Version) o; in equals() local
/device/linaro/dragonboard/shared/utils/pd-mapper/
Dassoc.c43 const char *v = value; in assoc_hash() local
/device/google/trout/hal/vehicle/2.0/
DUtils.cpp71 auto v = strtoul(optarg, nullptr, 0); in parseUnsignedIntFromString() local
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DAppFragment.java222 public AppViewHolder(View v) { in AppViewHolder()
243 public void onClick(View v) { in onClick()
/device/generic/car/emulator/vhal_v2_0/
DEmulatedVehicleHalServer.cpp76 EmulatedVehicleHalServer::VehiclePropValuePtr v = nullptr; in get() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dcamera_streamer.cpp118 const char* v = reinterpret_cast<const char*>(frame->DataV()); in VsockSendYUVFrame() local

12