/device/google/contexthub/firmware/os/algos/common/math/ |
D | vec.h | 58 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 …]
|
D | vec.c | 55 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()
|
D | kasa.c | 120 struct Vec3 v; in kasaFit() local
|
D | mat.c | 82 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/ |
D | json.h | 38 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()
|
D | tcp_socket.h | 95 void AppendToMessage(Message* msg, T v, Ts... vals) { in AppendToMessage()
|
/device/google/contexthub/firmware/os/inc/ |
D | floatRt.h | 45 static inline float floatFromUint64(uint64_t v) in floatFromUint64() 50 static inline float floatFromInt64(int64_t v) in floatFromInt64()
|
/device/generic/goldfish/hals/camera/ |
D | exif.cpp | 132 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
|
D | CameraDevice.cpp | 176 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/ |
D | floatRt.c | 126 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/ |
D | SearchFragment.java | 93 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/ |
D | math_private.h | 147 #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/ |
D | kf_sin.c | 38 float z,r,v; local
|
/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/ |
D | CuttlefishHostTest.java | 121 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/ |
D | bluetooth_handler.cpp | 41 uint64_t v = 1; in ~BluetoothHandler() local
|
D | adb_handler.cpp | 71 uint64_t v = 1; in ~AdbHandler() local
|
/device/google/cuttlefish/guest/hals/confirmationui/ |
D | TrustyConfirmationUI.cpp | 42 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/ |
D | yuv2rgb.cpp | 62 unsigned char *v = in Yuv2Rgb() local
|
/device/generic/goldfish/hals/fingerprint/ |
D | storage.cpp | 99 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/ |
D | Version.java | 62 Version v = (Version) o; in equals() local
|
/device/linaro/dragonboard/shared/utils/pd-mapper/ |
D | assoc.c | 43 const char *v = value; in assoc_hash() local
|
/device/google/trout/hal/vehicle/2.0/ |
D | Utils.cpp | 71 auto v = strtoul(optarg, nullptr, 0); in parseUnsignedIntFromString() local
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/ |
D | AppFragment.java | 222 public AppViewHolder(View v) { in AppViewHolder() 243 public void onClick(View v) { in onClick()
|
/device/generic/car/emulator/vhal_v2_0/ |
D | EmulatedVehicleHalServer.cpp | 76 EmulatedVehicleHalServer::VehiclePropValuePtr v = nullptr; in get() local
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | camera_streamer.cpp | 118 const char* v = reinterpret_cast<const char*>(frame->DataV()); in VsockSendYUVFrame() local
|