Lines Matching refs:ULong
193 typedef cl_ulong ULong; typedef
195 static ULong sUpperLimits[ kNumExplicitTypes ] =
231 …##Ptr > (Long)sUpperLimits[outEnum] ) || ( sLowerLimits[outEnum] == 0 && (ULong)*inType##Ptr > sUp…
247 if( (ULong)*inType##Ptr > sUpperLimits[outEnum] )\
311 …Value > (Long)sUpperLimits[outEnum] ) || ( sLowerLimits[outEnum] == 0 && (ULong)wholeValue > sUppe…
359 …Value > (Long)sUpperLimits[outEnum] ) || ( sLowerLimits[outEnum] == 0 && (ULong)wholeValue > sUppe…
386 ULong *ULongPtr; in convert_explicit_value()
449 SIMPLE_CAST_CASE(char,kULong,ULong) in convert_explicit_value()
450 SIMPLE_CAST_CASE(char,kUnsignedLong,ULong) in convert_explicit_value()
480 SIMPLE_CAST_CASE(uchar,kULong,ULong) in convert_explicit_value()
481 SIMPLE_CAST_CASE(uchar,kUnsignedLong,ULong) in convert_explicit_value()
511 SIMPLE_CAST_CASE(uchar,kULong,ULong) in convert_explicit_value()
512 SIMPLE_CAST_CASE(uchar,kUnsignedLong,ULong) in convert_explicit_value()
542 SIMPLE_CAST_CASE(short,kULong,ULong) in convert_explicit_value()
543 SIMPLE_CAST_CASE(short,kUnsignedLong,ULong) in convert_explicit_value()
573 SIMPLE_CAST_CASE(ushort,kULong,ULong) in convert_explicit_value()
574 SIMPLE_CAST_CASE(ushort,kUnsignedLong,ULong) in convert_explicit_value()
604 SIMPLE_CAST_CASE(ushort,kULong,ULong) in convert_explicit_value()
605 SIMPLE_CAST_CASE(ushort,kUnsignedLong,ULong) in convert_explicit_value()
635 SIMPLE_CAST_CASE(int,kULong,ULong) in convert_explicit_value()
636 SIMPLE_CAST_CASE(int,kUnsignedLong,ULong) in convert_explicit_value()
666 SIMPLE_CAST_CASE(uint,kULong,ULong) in convert_explicit_value()
667 SIMPLE_CAST_CASE(uint,kUnsignedLong,ULong) in convert_explicit_value()
697 SIMPLE_CAST_CASE(uint,kULong,ULong) in convert_explicit_value()
698 SIMPLE_CAST_CASE(uint,kUnsignedLong,ULong) in convert_explicit_value()
728 DOWN_CAST_CASE(Long,kULong,ULong,saturate) in convert_explicit_value()
729 DOWN_CAST_CASE(Long,kUnsignedLong,ULong,saturate) in convert_explicit_value()
741 ULongPtr = (ULong *)inRaw; in convert_explicit_value()
744 BOOL_CASE(ULong) in convert_explicit_value()
751 U_DOWN_CAST_CASE(ULong,kChar,char,saturate) in convert_explicit_value()
752 U_DOWN_CAST_CASE(ULong,kUChar,uchar,saturate) in convert_explicit_value()
753 U_DOWN_CAST_CASE(ULong,kUnsignedChar,uchar,saturate) in convert_explicit_value()
754 U_DOWN_CAST_CASE(ULong,kShort,short,saturate) in convert_explicit_value()
755 U_DOWN_CAST_CASE(ULong,kUShort,ushort,saturate) in convert_explicit_value()
756 U_DOWN_CAST_CASE(ULong,kUnsignedShort,ushort,saturate) in convert_explicit_value()
757 U_DOWN_CAST_CASE(ULong,kInt,int,saturate) in convert_explicit_value()
758 U_DOWN_CAST_CASE(ULong,kUInt,uint,saturate) in convert_explicit_value()
759 U_DOWN_CAST_CASE(ULong,kUnsignedInt,uint,saturate) in convert_explicit_value()
760 U_DOWN_CAST_CASE(ULong,kLong,Long,saturate) in convert_explicit_value()
762 TO_FLOAT_CASE(ULong) in convert_explicit_value()
763 TO_DOUBLE_CASE(ULong) in convert_explicit_value()
772 ULongPtr = (ULong *)inRaw; in convert_explicit_value()
775 BOOL_CASE(ULong) in convert_explicit_value()
782 U_DOWN_CAST_CASE(ULong,kChar,char,saturate) in convert_explicit_value()
783 U_DOWN_CAST_CASE(ULong,kUChar,uchar,saturate) in convert_explicit_value()
784 U_DOWN_CAST_CASE(ULong,kUnsignedChar,uchar,saturate) in convert_explicit_value()
785 U_DOWN_CAST_CASE(ULong,kShort,short,saturate) in convert_explicit_value()
786 U_DOWN_CAST_CASE(ULong,kUShort,ushort,saturate) in convert_explicit_value()
787 U_DOWN_CAST_CASE(ULong,kUnsignedShort,ushort,saturate) in convert_explicit_value()
788 U_DOWN_CAST_CASE(ULong,kInt,int,saturate) in convert_explicit_value()
789 U_DOWN_CAST_CASE(ULong,kUInt,uint,saturate) in convert_explicit_value()
790 U_DOWN_CAST_CASE(ULong,kUnsignedInt,uint,saturate) in convert_explicit_value()
791 U_DOWN_CAST_CASE(ULong,kLong,Long,saturate) in convert_explicit_value()
793 TO_FLOAT_CASE(ULong) in convert_explicit_value()
794 TO_DOUBLE_CASE(ULong) in convert_explicit_value()
818 FLOAT_ROUND_CASE(kULong,ULong,roundType,saturate) in convert_explicit_value()
819 FLOAT_ROUND_CASE(kUnsignedLong,ULong,roundType,saturate) in convert_explicit_value()
849 DOUBLE_ROUND_CASE(kULong,ULong,roundType,saturate) in convert_explicit_value()
850 DOUBLE_ROUND_CASE(kUnsignedLong,ULong,roundType,saturate) in convert_explicit_value()