Home
last modified time | relevance | path

Searched refs:longy (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_long.py675 longy = long(y)
677 expected = longx + longy
681 expected = longx - longy
685 expected = longx * longy
691 expected = longx / longy
695 expected = longx // longy
699 expected = divmod(longx, longy)
700 got = divmod(longx, longy)
704 expected = longx ** longy
711 expected = pow(longx, longy, long(z))
[all …]
/external/ImageMagick/coders/
Dtiff.c878 longy; in TIFFGetEXIFProperties() local
880 longy=0; in TIFFGetEXIFProperties()
881 if (TIFFGetField(tiff,exif_info[i].tag,&longy,sans) == 1) in TIFFGetEXIFProperties()
882 (void) FormatLocaleString(value,MagickPathExtent,"%d",longy); in TIFFGetEXIFProperties()