Searched refs:clamp (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/firmware/os/algos/common/math/ |
D | quat.c | 19 static float clamp(float x) { return x < 0.0f ? 0.0f : x; } in clamp() function 26 q->x = sqrtf(clamp(Hx - My - Az + 1.0f) * 0.25f); in initQuat() 27 q->y = sqrtf(clamp(-Hx + My - Az + 1.0f) * 0.25f); in initQuat() 28 q->z = sqrtf(clamp(-Hx - My + Az + 1.0f) * 0.25f); in initQuat() 29 q->w = sqrtf(clamp(Hx + My + Az + 1.0f) * 0.25f); in initQuat()
|
/device/google/gs201/conf/ |
D | init.factory.rc | 17 # Bump nnapi min clamp & add adbd to it for factory (b/222226268)
|
/device/google/zuma/conf/ |
D | init.factory.rc | 17 # Bump nnapi min clamp & add adbd to it for factory (b/222226268)
|
/device/google/zumapro/conf/ |
D | init.factory.rc | 17 # Bump nnapi min clamp & add adbd to it for factory (b/222226268)
|
/device/google/trout/hal/sensors/2.1/ |
D | Sensor.cpp | 90 std::clamp(samplingPeriodNs, mSensorInfo.minDelay * 1000, mSensorInfo.maxDelay * 1000); in batch()
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 6004 vnc_job_clamp_rect(void *state, void *job, int x, int y, int w, int h) "VNC job clamp rect state=%p… 6005 vnc_job_clamped_rect(void *state, void *job, int x, int y, int w, int h) "VNC job clamp rect state=…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 6004 vnc_job_clamp_rect(void *state, void *job, int x, int y, int w, int h) "VNC job clamp rect state=%p… 6005 vnc_job_clamped_rect(void *state, void *job, int x, int y, int w, int h) "VNC job clamp rect state=…
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 38906 HSPLandroid/util/Range;->clamp(Ljava/lang/Comparable;)Ljava/lang/Comparable;
|