Home
last modified time | relevance | path

Searched refs:clamp (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/os/algos/common/math/
Dquat.c19 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/
Dinit.factory.rc17 # Bump nnapi min clamp & add adbd to it for factory (b/222226268)
/device/google/zuma/conf/
Dinit.factory.rc17 # Bump nnapi min clamp & add adbd to it for factory (b/222226268)
/device/google/zumapro/conf/
Dinit.factory.rc17 # Bump nnapi min clamp & add adbd to it for factory (b/222226268)
/device/google/trout/hal/sensors/2.1/
DSensor.cpp90 std::clamp(samplingPeriodNs, mSensorInfo.minDelay * 1000, mSensorInfo.maxDelay * 1000); in batch()
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dtrace-events-all6004 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/
Dtrace-events-all6004 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/
Dboot-image-profile.txt38906 HSPLandroid/util/Range;->clamp(Ljava/lang/Comparable;)Ljava/lang/Comparable;