Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Side by Side Diff: third_party/cython/src/Cython/Includes/libc/float.pxd

Issue 385073004: Adding cython v0.20.2 in third-party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reference cython dev list thread. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # 5.2.4.2.2 Characteristics of floating types <float.h>
2
3 cdef extern from "float.h":
4
5 enum: FLT_RADIX
6
7 enum: FLT_MANT_DIG
8 enum: DBL_MANT_DIG
9 enum: LDBL_MANT_DIG
10
11 enum: DECIMAL_DIG
12
13 enum: FLT_DIG
14 enum: DBL_DIG
15 enum: LDBL_DIG
16
17 enum: FLT_MIN_EXP
18 enum: DBL_MIN_EXP
19 enum: LDBL_MIN_EXP
20
21 enum: FLT_MIN_10_EXP
22 enum: DBL_MIN_10_EXP
23 enum: LDBL_MIN_10_EXP
24
25 enum: FLT_MAX_EXP
26 enum: DBL_MAX_EXP
27 enum: LDBL_MAX_EXP
28
29 enum: FLT_MAX_10_EXP
30 enum: DBL_MAX_10_EXP
31 enum: LDBL_MAX_10_EXP
32
33 enum: FLT_MAX
34 enum: DBL_MAX
35 enum: LDBL_MAX
36
37 enum: FLT_EPSILON
38 enum: DBL_EPSILON
39 enum: LDBL_EPSILON
40
41 enum: FLT_MIN
42 enum: DBL_MIN
43 enum: LDBL_MIN
OLDNEW
« no previous file with comments | « third_party/cython/src/Cython/Includes/libc/errno.pxd ('k') | third_party/cython/src/Cython/Includes/libc/limits.pxd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698