ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/constiv.h
(Generate patch)

Comparing OpenCL/constiv.h (file contents):
Revision 1.7 by root, Sat May 5 14:34:37 2012 UTC vs.
Revision 1.8 by root, Sat May 5 14:49:52 2012 UTC

447const_iv(MEM_DX9_MEDIA_SURFACE_INFO_KHR) 447const_iv(MEM_DX9_MEDIA_SURFACE_INFO_KHR)
448const_iv(IMAGE_DX9_MEDIA_PLANE_KHR) 448const_iv(IMAGE_DX9_MEDIA_PLANE_KHR)
449const_iv(COMMAND_ACQUIRE_DX9_MEDIA_SURFACES_KHR) 449const_iv(COMMAND_ACQUIRE_DX9_MEDIA_SURFACES_KHR)
450const_iv(COMMAND_RELEASE_DX9_MEDIA_SURFACES_KHR) 450const_iv(COMMAND_RELEASE_DX9_MEDIA_SURFACES_KHR)
451const_iv(CHAR_BIT) 451const_iv(CHAR_BIT)
452const_iv(SCHAR_MAX) 452const_iv(CHAR_MAX)
453const_iv(UCHAR_MAX) 453const_iv(CHAR_MIN)
454const_iv(SHRT_MAX) 454const_iv(DBL_DIG)
455const_iv(USHRT_MAX) 455const_iv(DBL_MANT_DIG)
456const_iv(INT_MAX) 456const_iv(DBL_MAX_10_EXP)
457const_iv(DBL_MAX_EXP)
458const_iv(DBL_MIN_10_EXP)
459const_iv(DBL_MIN_EXP)
460const_iv(DBL_RADIX)
457const_iv(FLT_DIG) 461const_iv(FLT_DIG)
458const_iv(FLT_MANT_DIG) 462const_iv(FLT_MANT_DIG)
459const_iv(FLT_MAX_10_EXP) 463const_iv(FLT_MAX_10_EXP)
460const_iv(FLT_MAX_EXP) 464const_iv(FLT_MAX_EXP)
461const_iv(FLT_MIN_10_EXP) 465const_iv(FLT_MIN_10_EXP)
462const_iv(FLT_MIN_EXP) 466const_iv(FLT_MIN_EXP)
463const_iv(FLT_RADIX) 467const_iv(FLT_RADIX)
464const_iv(DBL_DIG) 468const_iv(INT_MAX)
465const_iv(DBL_MANT_DIG) 469const_iv(INT_MIN)
466const_iv(DBL_MAX_10_EXP)
467const_iv(DBL_MAX_EXP) 470const_iv(LONG_MAX)
468const_iv(DBL_MIN_10_EXP)
469const_iv(DBL_MIN_EXP) 471const_iv(LONG_MIN)
470const_iv(DBL_RADIX)
471const_iv(CHAR_BIT)
472const_iv(SCHAR_MAX) 472const_iv(SCHAR_MAX)
473const_iv(SCHAR_MIN)
474const_iv(SHRT_MAX)
475const_iv(SHRT_MIN)
473const_iv(UCHAR_MAX) 476const_iv(UCHAR_MAX)
474const_iv(SHRT_MAX) 477const_iv(UINT_MAX)
478const_iv(ULONG_MAX)
475const_iv(USHRT_MAX) 479const_iv(USHRT_MAX)
476const_iv(INT_MAX)
477const_iv(FLT_DIG)
478const_iv(FLT_MANT_DIG)
479const_iv(FLT_MAX_10_EXP)
480const_iv(FLT_MAX_EXP)
481const_iv(FLT_MIN_10_EXP)
482const_iv(FLT_MIN_EXP)
483const_iv(FLT_RADIX)
484const_iv(DBL_DIG)
485const_iv(DBL_MANT_DIG)
486const_iv(DBL_MAX_10_EXP)
487const_iv(DBL_MAX_EXP)
488const_iv(DBL_MIN_10_EXP)
489const_iv(DBL_MIN_EXP)
490const_iv(DBL_RADIX)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines