Home
last modified time | relevance | path

Searched refs:floor (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Dsf_floor.c71 double floor(double x) in floor() function
73 double floor(x) in floor()
/device/google/cuttlefish/guest/hals/camera/
DExif.cpp238 (*result)[0] = floor(absDegrees); in convertGpsCoordinate()
243 (*result)[1] = floor(minutes); in convertGpsCoordinate()
/device/generic/goldfish/camera/
DExif.cpp252 (*result)[0] = floor(absDegrees); in convertGpsCoordinate()
257 (*result)[1] = floor(minutes); in convertGpsCoordinate()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp2301 static_cast<int32_t>(std::floor(pending.right)); in applyCommonState()
2303 static_cast<int32_t>(std::floor(pending.bottom)); in applyCommonState()