HomeSort by relevance Sort by last modified time
    Searched refs:Py_FORCE_DOUBLE (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymath.h 64 /* On x86, Py_FORCE_DOUBLE forces a floating-point number out of an x87 FPU
70 #ifndef Py_FORCE_DOUBLE
73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X))
75 # define Py_FORCE_DOUBLE(X) (X)
108 * Py_FORCE_DOUBLE is used to avoid getting false negatives from a
118 (Py_FORCE_DOUBLE(X)*0.5 == Py_FORCE_DOUBLE(X)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymath.h 64 /* On x86, Py_FORCE_DOUBLE forces a floating-point number out of an x87 FPU
70 #ifndef Py_FORCE_DOUBLE
73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X))
75 # define Py_FORCE_DOUBLE(X) (X)
108 * Py_FORCE_DOUBLE is used to avoid getting false negatives from a
118 (Py_FORCE_DOUBLE(X)*0.5 == Py_FORCE_DOUBLE(X)))
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymath.h 64 /* On x86, Py_FORCE_DOUBLE forces a floating-point number out of an x87 FPU
70 #ifndef Py_FORCE_DOUBLE
73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X))
75 # define Py_FORCE_DOUBLE(X) (X)
108 * Py_FORCE_DOUBLE is used to avoid getting false negatives from a
120 (Py_FORCE_DOUBLE(X)*0.5 == Py_FORCE_DOUBLE(X)))
  /prebuilts/gdb/linux-x86/include/python2.7/
pymath.h 64 /* On x86, Py_FORCE_DOUBLE forces a floating-point number out of an x87 FPU
70 #ifndef Py_FORCE_DOUBLE
73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X))
75 # define Py_FORCE_DOUBLE(X) (X)
108 * Py_FORCE_DOUBLE is used to avoid getting false negatives from a
120 (Py_FORCE_DOUBLE(X)*0.5 == Py_FORCE_DOUBLE(X)))
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 64 /* On x86, Py_FORCE_DOUBLE forces a floating-point number out of an x87 FPU
70 #ifndef Py_FORCE_DOUBLE
73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X))
75 # define Py_FORCE_DOUBLE(X) (X)
108 * Py_FORCE_DOUBLE is used to avoid getting false negatives from a
120 (Py_FORCE_DOUBLE(X)*0.5 == Py_FORCE_DOUBLE(X)))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymath.h 64 /* On x86, Py_FORCE_DOUBLE forces a floating-point number out of an x87 FPU
70 #ifndef Py_FORCE_DOUBLE
73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X))
75 # define Py_FORCE_DOUBLE(X) (X)
108 * Py_FORCE_DOUBLE is used to avoid getting false negatives from a
120 (Py_FORCE_DOUBLE(X)*0.5 == Py_FORCE_DOUBLE(X)))
  /external/python/cpython2/Include/
pymath.h 64 /* On x86, Py_FORCE_DOUBLE forces a floating-point number out of an x87 FPU
70 #ifndef Py_FORCE_DOUBLE
73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X))
75 # define Py_FORCE_DOUBLE(X) (X)
108 * Py_FORCE_DOUBLE is used to avoid getting false negatives from a
118 (Py_FORCE_DOUBLE(X)*0.5 == Py_FORCE_DOUBLE(X)))
  /external/python/cpython3/Include/
pymath.h 64 /* On x86, Py_FORCE_DOUBLE forces a floating-point number out of an x87 FPU
71 #ifndef Py_FORCE_DOUBLE
74 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X))
76 # define Py_FORCE_DOUBLE(X) (X)
112 * Py_FORCE_DOUBLE is used to avoid getting false negatives from a
122 (Py_FORCE_DOUBLE(X)*0.5 == Py_FORCE_DOUBLE(X)))

Completed in 209 milliseconds