Searched refs:B_BENDIAN_TO_HOST_FLOAT (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp164 header.bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left);
165 header.bounds.top = B_BENDIAN_TO_HOST_FLOAT(header.bounds.top);
166 header.bounds.right = B_BENDIAN_TO_HOST_FLOAT(header.bounds.right);
167 header.bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom);
/haiku/headers/os/support/
H A DByteOrder.h62 #define B_BENDIAN_TO_HOST_FLOAT(arg) __swap_float(arg) macro
96 #define B_BENDIAN_TO_HOST_FLOAT(arg) (float)(arg) macro
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp31 bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left);
32 bounds.top = B_BENDIAN_TO_HOST_FLOAT(header.bounds.top);
33 bounds.right = B_BENDIAN_TO_HOST_FLOAT(header.bounds.right);
34 bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom);
/haiku/src/tools/translation/stxtinfo/
H A Dstxtinfo.cpp85 style.size = B_BENDIAN_TO_HOST_FLOAT(style.size);
86 style.shear = B_BENDIAN_TO_HOST_FLOAT(style.shear);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp892 bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left);
893 bounds.top = B_BENDIAN_TO_HOST_FLOAT(header.bounds.top);
894 bounds.right = B_BENDIAN_TO_HOST_FLOAT(header.bounds.right);
895 bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom);
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp784 hdr.bounds.left = B_BENDIAN_TO_HOST_FLOAT(hdr.bounds.left);
785 hdr.bounds.right = B_BENDIAN_TO_HOST_FLOAT(hdr.bounds.right);
786 hdr.bounds.top = B_BENDIAN_TO_HOST_FLOAT(hdr.bounds.top);
787 hdr.bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(hdr.bounds.bottom);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp850 bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left);
851 bounds.top = B_BENDIAN_TO_HOST_FLOAT(header.bounds.top);
852 bounds.right = B_BENDIAN_TO_HOST_FLOAT(header.bounds.right);
853 bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c50 #undef B_BENDIAN_TO_HOST_FLOAT
65 #define B_BENDIAN_TO_HOST_FLOAT(x) ((float)(x))
70 #define B_BENDIAN_TO_HOST_FLOAT(x) _swap_float_(x)
1316 *(s++) = B_HOST_TO_LENDIAN_INT16((float)B_BENDIAN_TO_HOST_FLOAT(fl));
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h119 #define B_BENDIAN_TO_HOST_FLOAT(arg) FSSH_B_BENDIAN_TO_HOST_FLOAT(arg) macro
/haiku/src/kits/interface/
H A DTextView.cpp2983 runArray->runs[i].font.SetSize(B_BENDIAN_TO_HOST_FLOAT(
2985 runArray->runs[i].font.SetShear(B_BENDIAN_TO_HOST_FLOAT(

Completed in 172 milliseconds