Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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/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-7.0/llvm/test/MC/MachO/
Dsymbol-diff.s2 _g: label
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Dsymbol-diff.s2 _g: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/Inputs/
Dinvalid.s5 .globl _g ## -- Begin function g symbol
7 _g: ## @g label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Dinvalid_abstract_origin.s25 .globl _g ## -- Begin function g symbol
27 _g: ## @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/python/cpython2/Lib/
Dtypes.py47 def _g(): function
/external/python/cpython3/Lib/
Dtypes.py18 def _g(): function
/external/python/cpython3/Lib/test/
Dtest_dis.py335 def _g(x): function
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp48 vk::VkComponentSwizzle _g, in ComponentMapping()