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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
floatobject.h 16 double ob_fval; member in struct:__anon68336
56 #define PyFloat_AS_DOUBLE(op) (((PyFloatObject *)(op))->ob_fval)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
floatobject.h 16 double ob_fval; member in struct:__anon68459
56 #define PyFloat_AS_DOUBLE(op) (((PyFloatObject *)(op))->ob_fval)

Completed in 274 milliseconds