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

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 78 class fixed_point(aetools.ComponentItem): class in inherits:aetools.ComponentItem
251 fixed_point._superclassnames = []
252 fixed_point._privpropdict = {
254 fixed_point._privelemdict = {
400 'fpnt' : fixed_point,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 78 class fixed_point(aetools.ComponentItem): class in inherits:aetools.ComponentItem
251 fixed_point._superclassnames = []
252 fixed_point._privpropdict = {
254 fixed_point._privelemdict = {
400 'fpnt' : fixed_point,
  /external/ImageMagick/MagickCore/
quantum-private.h 112 fixed_point; member in union:_SinglePrecision
171 map.fixed_point=value;
641 fixed_point; member in union:_SinglePrecision
668 sign_bit=(map.fixed_point >> 16) & 0x00008000;
669 exponent=(int) ((map.fixed_point >> ExponentShift) & 0x000000ff)-ExponentBias;
670 significand=map.fixed_point & 0x007fffff;

Completed in 1184 milliseconds