OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Py_FORCE_DOUBLE
(Results
1 - 2
of
2
) sorted by null
/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)))
Completed in 467 milliseconds