Home
last modified time | relevance | path

Searched refs:B_HOST_TO_BENDIAN_FLOAT (Results 1 – 8 of 8) sorted by relevance

/haiku/headers/os/support/
H A DByteOrder.h55 #define B_HOST_TO_BENDIAN_FLOAT(arg) __swap_float(arg) macro
89 #define B_HOST_TO_BENDIAN_FLOAT(arg) (float)(arg) macro
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp299 header.bounds.left = B_HOST_TO_BENDIAN_FLOAT(rect.left); in ReadGIFImageHeader()
300 header.bounds.top = B_HOST_TO_BENDIAN_FLOAT(rect.top); in ReadGIFImageHeader()
301 header.bounds.right = B_HOST_TO_BENDIAN_FLOAT(rect.right); in ReadGIFImageHeader()
302 header.bounds.bottom = B_HOST_TO_BENDIAN_FLOAT(rect.bottom); in ReadGIFImageHeader()
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp395 hdr.bounds.left = B_HOST_TO_BENDIAN_FLOAT(0); in Translate()
396 hdr.bounds.top = B_HOST_TO_BENDIAN_FLOAT(0); in Translate()
397 hdr.bounds.right = B_HOST_TO_BENDIAN_FLOAT(width - 1); in Translate()
398 hdr.bounds.bottom = B_HOST_TO_BENDIAN_FLOAT(height - 1); in Translate()
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp1179 header.bounds.left = B_HOST_TO_BENDIAN_FLOAT(bounds.left); in Decompress()
1180 header.bounds.top = B_HOST_TO_BENDIAN_FLOAT(bounds.top); in Decompress()
1181 header.bounds.right = B_HOST_TO_BENDIAN_FLOAT(bounds.right); in Decompress()
1182 header.bounds.bottom = B_HOST_TO_BENDIAN_FLOAT(bounds.bottom); in Decompress()
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp1162 header.bounds.left = B_HOST_TO_BENDIAN_FLOAT(bounds.left); in Decompress()
1163 header.bounds.top = B_HOST_TO_BENDIAN_FLOAT(bounds.top); in Decompress()
1164 header.bounds.right = B_HOST_TO_BENDIAN_FLOAT(bounds.right); in Decompress()
1165 header.bounds.bottom = B_HOST_TO_BENDIAN_FLOAT(bounds.bottom); in Decompress()
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c48 #undef B_HOST_TO_BENDIAN_FLOAT
63 #define B_HOST_TO_BENDIAN_FLOAT(x) ((float)(x))
68 #define B_HOST_TO_BENDIAN_FLOAT(x) _swap_float_(x)
1290 *(f++) = B_HOST_TO_BENDIAN_FLOAT((float)B_LENDIAN_TO_HOST_INT16(sh)); in copy_short_to_float()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h112 #define B_HOST_TO_BENDIAN_FLOAT(arg) FSSH_B_HOST_TO_BENDIAN_FLOAT(arg) macro
/haiku/src/kits/interface/
H A DTextView.cpp2932 array->styles[i].size = B_HOST_TO_BENDIAN_FLOAT( in FlattenRunArray()
2934 array->styles[i].shear = B_HOST_TO_BENDIAN_FLOAT( in FlattenRunArray()