HomeSort by relevance Sort by last modified time
    Searched refs:fixed_point (Results 1 - 8 of 8) 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,
__init__.py 123 getbaseclasses(fixed_point)
318 '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,
__init__.py 123 getbaseclasses(fixed_point)
318 '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;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
__init__.py 77 getbaseclasses(StdSuites.Type_Names_Suite.fixed_point)
152 'fpnt' : StdSuites.Type_Names_Suite.fixed_point,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
__init__.py 77 getbaseclasses(StdSuites.Type_Names_Suite.fixed_point)
152 'fpnt' : StdSuites.Type_Names_Suite.fixed_point,
  /external/speex/libspeex/
fftwrap.c 44 #ifdef FIXED_POINT
271 #ifdef FIXED_POINT
311 #ifdef FIXED_POINT
337 if (!fixed_point)
373 if (!fixed_point)

Completed in 1437 milliseconds