Home
last modified time | relevance | path

Searched defs:clamp (Results 1 – 4 of 4) 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
/device/google/cuttlefish/guest/hals/camera/
DConverters.h148 static __inline__ int clamp(int x) { in clamp() function
/device/generic/goldfish/camera/
DConverters.h133 clamp(int x) in clamp() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py407 def change_clamp(self, clamp): argument