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

  /external/llvm/test/MC/MachO/
symbol-diff.s 2 _g: label
5 _g.eh:
86 // CHECK-NEXT: ('_string', '_g')
94 // CHECK-NEXT: ('_string', '_g.eh')
  /external/chromium_org/third_party/mesa/src/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);
  /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/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

Completed in 267 milliseconds