Home
last modified time | relevance | path

Searched refs:gt48 (Results 1 – 3 of 3) sorted by last modified time

/dports/databases/grass7/grass-7.8.6/lib/raster3d/
H A Dfpcompress.c218 int gt8, gt16, gt24, gt32, gt40, gt48, srcIncrement, nofNull; in G_fpcompress_rearrangeEncodeDoubles() local
268 gt48 = precision > 48; in G_fpcompress_rearrangeEncodeDoubles()
275 1 + (!gt8) + (!gt16) + (!gt24) + (!gt32) + (!gt40) + (!gt48); in G_fpcompress_rearrangeEncodeDoubles()
290 cp1 = cp7 + (gt8 + gt16 + gt24 + gt32 + gt40 + gt48) * (size - nofNull); in G_fpcompress_rearrangeEncodeDoubles()
327 if (gt48) in G_fpcompress_rearrangeEncodeDoubles()
370 (1 + gt8 + gt16 + gt24 + gt32 + gt40 + gt48 + in G_fpcompress_rearrangeEncodeDoubles()
530 int gt8, gt16, gt24, gt32, gt40, gt48, dstIncrement, offs, nofNull; in G_fpcompress_rearrangeDecodeDoubles() local
581 gt48 = precision > 48; in G_fpcompress_rearrangeDecodeDoubles()
589 1 + (!gt8) + (!gt16) + (!gt24) + (!gt32) + (!gt40) + (!gt48); in G_fpcompress_rearrangeDecodeDoubles()
619 cp1 = cp7 + (gt8 + gt16 + gt24 + gt32 + gt40 + gt48) * (size - nofNull); in G_fpcompress_rearrangeDecodeDoubles()
[all …]
/dports/x11/apwal/apwal/src/
H A Diconsel.h72 gboolean eq48, gboolean lt48, gboolean gt48,
H A Diconsel.c254 gboolean gt48, gint sort) in iconsel_pref_new() argument
264 ispref->select_gt48 = gt48; in iconsel_pref_new()