Home
last modified time | relevance | path

Searched defs:_g (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/MC/COFF/
Dcv-def-range.s13 .globl _g symbol
15 _g: # @g label
Dcv-inline-linetable-unreachable.s13 .globl _g symbol
15 _g: # @g label
/external/llvm/test/MC/MachO/
Dsymbol-diff.s2 _g: label
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Dsymbol-diff.s2 _g: label
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_yuv.h62 const float _g = CLAMP(g, 0.0f, 1.0f); in util_format_rgb_float_to_yuv() local
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local
/external/syslinux/gpxe/src/drivers/net/ath5k/
Drfgain.h455 #define AR5K_GAIN_CHECK_ADJUST(_g) \ argument
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp48 vk::VkComponentSwizzle _g, in ComponentMapping()