Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 84) sorted by relevance

1234

/device/google/contexthub/firmware/lib/libm/
Dwf_fmod.c24 float fmodf(float x, float y) /* wrapper fmodf */ in fmodf()
64 double fmod(double x, double y) in fmod()
Dwf_pow.c24 float powf(float x, float y) /* wrapper powf */ in powf()
170 double pow(double x, double y) in pow()
Dwf_atan2.c25 float atan2f(float y, float x) /* wrapper atan2f */ in atan2f()
37 double atan2(double y, double x) in atan2()
Dsf_sin.c25 float y[2],z=0.0; local
Dsf_cos.c25 float y[2],z=0.0; local
/device/linaro/dragonboard/shared/utils/rmtfs/
Dutil.h4 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
5 #define MAX(x, y) ((x) > (y) ? (x) : (y)) argument
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dtouch.js26 …sendEventUpdate(dc, e.target, [{x: e.offsetX, y: e.offsetY, id: e.pointerId}], scaleCoordinates, t… property
36 …sendEventUpdate(dc, e.target, [{x: e.offsetX, y: e.offsetY, id: e.pointerId}], scaleCoordinates, f… property
46 …sendEventUpdate(dc, e.target, [{x: e.offsetX, y: e.offsetY, id: e.pointerId}], scaleCoordinates, t… property
56 function scaleDisplayCoordinates(deviceDisplayElement, x, y) { argument
/device/google/trout/product_files/etc/automotive/evs/
Dconfig_override.json28 "y" : 20.0, number
39 "y" : 100.0, number
50 "y" : 60.0, number
61 "y" : 60.0, number
/device/google/contexthub/firmware/os/inc/
Dtoolchain.h66 #define SET_INTERNAL_LOCATION(x, y) _Pragma((x, y)) __root argument
68 #define SET_INTERNAL_LOCATION_ATTRIBUTES(x, y) argument
70 #define SET_EXTERNAL_APP_ATTRIBUTES(x, y, z) argument
72 #define SET_EXTERNAL_APP_VERSION(x, y, z) argument
/device/google/contexthub/firmware/os/algos/common/math/
Dvec.h50 float x, y, z; member
54 float x, y, z, w; member
58 static inline void initVec3(struct Vec3 *v, float x, float y, float z) { in initVec3()
169 static inline void initVec4(struct Vec4 *v, float x, float y, float z, in initVec4()
/device/google/cuttlefish/host/libs/confui/
Dsession.h76 bool IsConfirm(const int x, const int y) { in IsConfirm()
80 bool IsCancel(const int x, const int y) { return renderer_.IsInCancel(x, y); } in IsCancel()
Dhost_renderer.cc69 bool IsInConfirm(const std::uint32_t x, const std::uint32_t y) { in IsInConfirm()
72 bool IsInCancel(const std::uint32_t x, const std::uint32_t y) { in IsInCancel()
83 std::uint32_t x, y, w, h; // (x, y) is the top left member
312 std::uint32_t x, std::uint32_t y, in UpdatePixels()
381 teeui::Color color) -> teeui::Error { in RepaintRawFrame()
430 bool ConfUiRenderer::IsInConfirm(const std::uint32_t x, const std::uint32_t y) { in IsInConfirm()
436 bool ConfUiRenderer::IsInCancel(const std::uint32_t x, const std::uint32_t y) { in IsInCancel()
Dhost_virtual_input.cc62 Result<void> HostVirtualInputEventSink::SendMouseMoveEvent(int x, int y) { in SendMouseMoveEvent()
79 const std::string& device_label, int x, int y, bool down) { in SendTouchEvent()
/device/google/contexthub/firmware/variant/nucleo/inc/variant/
Dvariant.h43 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument
49 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
/device/google/cuttlefish/host/libs/wayland/
Dwayland_compositor.cpp40 int32_t y, in region_add()
60 int32_t y, in region_subtract()
88 int32_t y) { in surface_attach()
101 int32_t y, in surface_damage()
163 int32_t y, in surface_damage_buffer()
/device/google/contexthub/firmware/variant/lunchbox/inc/variant/
Dvariant.h50 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument
56 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp98 bool CalibrationFile::SetTripleAxis(const char *key, int32_t x, int32_t y, in SetTripleAxis()
108 bool CalibrationFile::SetFourAxis(const char *key, int32_t x, int32_t y, in SetFourAxis()
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/
Dmag_sphere_fit.c73 void magCalSphereDataUpdate(struct MagCalSphere *mocs, float x, float y, in magCalSphereDataUpdate()
121 uint64_t sample_time_us, float x, float y, in magCalSphereUpdate()
/device/google/contexthub/firmware/variant/neonkey/inc/variant/
Dvariant.h61 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument
67 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dakm_ak09915_slave.c20 void parseMagData(struct MagTask *magTask, uint8_t *buf, float *x, float *y, float *z) { in parseMagData()
/device/google/cuttlefish/host/libs/input_connector/
Dinput_connector.h31 int32_t y; member
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c238 uint64_t sample_time_nanos, float x, float y, in accelStillnessDetection()
421 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalUpdateBias()
442 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z) { in accelCalBiasSet()
449 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalBiasRemove()
457 float y, float z, float temp) { in accelCalRun()
/device/google/contexthub/firmware/os/algos/calibration/diversity_checker/
Ddiversity_checker.c75 float x, float y, float z) { in diversityCheckerFindNearestPoint()
111 float y, float z) { in diversityCheckerUpdate()
/device/google/cuttlefish/guest/commands/sensor_injection/
Dmain.cpp111 void InjectAccelerometer(double x, double y, double z) { in InjectAccelerometer()
131 void InjectMagnetometer(double x, double y, double z) { in InjectMagnetometer()
151 void InjectGyroscope(double x, double y, double z){ in InjectGyroscope()
/device/google/cuttlefish/host/frontend/webrtc/
Dsensors_handler.cpp44 Result<void> SensorsHandler::RefreshSensors(const double x, const double y, in RefreshSensors()
81 void SensorsHandler::HandleMessage(const double x, const double y, const double z) { in HandleMessage()

1234