HomeSort by relevance Sort by last modified time
    Searched defs:_g (Results 1 - 10 of 10) sorted by null

  /external/llvm/test/MC/MachO/
symbol-diff.s 2 _g: label
5 _g.eh:
70 // CHECK: 0x0 0 3 1 X86_64_RELOC_SUBTRACTOR 0 _g.eh
71 // CHECK: 0x0 0 3 1 X86_64_RELOC_UNSIGNED 0 _g
76 // CHECK: Name: _g (7)
85 // CHECK: Name: _g.eh (1)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.h 62 const float _g = CLAMP(g, 0.0f, 1.0f); local
67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b));
68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b));
69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b));
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; local
118 *g = CLAMP(_g, 0, 255);
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 73 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {};
74 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray
75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {};
77 float g(void) const { return _g; }
82 float _g; member in class:ColorRGB
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 47 def _g(): function
49 GeneratorType = type(_g())
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 47 def _g(): function
49 GeneratorType = type(_g())
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 47 def _g(): function
49 GeneratorType = type(_g())
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 47 def _g(): function
49 GeneratorType = type(_g())
84 del sys, _f, _g, _C, _x # Not for export
  /external/opencv3/samples/gpu/
opticalflow_nvidia_api.cpp 51 float _g = static_cast<float>(g)/255.0f; local
53 return (_r + _g + _b)/3.0f;
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 

Completed in 710 milliseconds