HomeSort by relevance Sort by last modified time
    Searched refs: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:__anon63078
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:__anon63201
56 #define PyFloat_AS_DOUBLE(op) (((PyFloatObject *)(op))->ob_fval)

Completed in 60 milliseconds