Home
last modified time | relevance | path

Searched defs:low (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/lib/builtins/
Dint_lib.h33 su_int low; member
43 su_int low; member
Daeabi_f2ulz.c25 su_int low = da - (float)high * 4294967296.f; /* high * 0x1p32f; */ in __aeabi_f2ulz() local
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
Detc.cpp224 etc1_uint32 low, bool second, bool flipped, bool isPunchthroughAlpha, in decode_subblock()
266 static void etc2_T_H_index(const int* clrTable, etc1_uint32 low, in etc2_T_H_index()
296 static void etc2_decode_block_T(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_T()
325 static void etc2_decode_block_H(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_H()
356 static void etc2_decode_block_P(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_P()
392 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc2_decode_rgb_block() local
496 etc1_uint32 low; member
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Detc.cpp224 etc1_uint32 low, bool second, bool flipped, bool isPunchthroughAlpha, in decode_subblock()
266 static void etc2_T_H_index(const int* clrTable, etc1_uint32 low, in etc2_T_H_index()
296 static void etc2_decode_block_T(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_T()
325 static void etc2_decode_block_H(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_H()
356 static void etc2_decode_block_P(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_P()
392 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc2_decode_rgb_block() local
496 etc1_uint32 low; member
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
Detc.cpp224 etc1_uint32 low, bool second, bool flipped, bool isPunchthroughAlpha, in decode_subblock()
266 static void etc2_T_H_index(const int* clrTable, etc1_uint32 low, in etc2_T_H_index()
296 static void etc2_decode_block_T(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_T()
325 static void etc2_decode_block_H(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_H()
356 static void etc2_decode_block_P(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_P()
392 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc2_decode_rgb_block() local
496 etc1_uint32 low; member
/device/generic/vulkan-cereal/stream-servers/tests/
DGLTestUtils.cpp102 static float clamp(float x, float low, float high) { in clamp()
/device/google/trout/hal/sensors/2.0/
DSensor.cpp95 std::vector<double>::iterator low = in batch() local
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkCommonOperations.cpp398 uint32_t low = driverVersion & 0x3fff; in decodeDriverVersion() local