Searched refs:B_LENDIAN_TO_HOST_FLOAT (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/os/support/
H A DByteOrder.h48 #define B_LENDIAN_TO_HOST_FLOAT(arg) (float)(arg) macro
82 #define B_LENDIAN_TO_HOST_FLOAT(arg) __swap_float(arg) macro
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp137 settings.window_frame.left = B_LENDIAN_TO_HOST_FLOAT(
139 settings.window_frame.top = B_LENDIAN_TO_HOST_FLOAT(
141 settings.window_frame.right = B_LENDIAN_TO_HOST_FLOAT(
143 settings.window_frame.bottom = B_LENDIAN_TO_HOST_FLOAT(
/haiku/src/libs/icon/flat_icon/
H A DLittleEndianBuffer.cpp223 value = B_LENDIAN_TO_HOST_FLOAT(*(float*)fHandle);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c49 #undef B_LENDIAN_TO_HOST_FLOAT
64 #define B_LENDIAN_TO_HOST_FLOAT(x) _swap_float_(x)
69 #define B_LENDIAN_TO_HOST_FLOAT(x) ((float)(x))
1289 short sh = B_LENDIAN_TO_HOST_FLOAT(*s);
1297 short sh = B_LENDIAN_TO_HOST_FLOAT(*s);
1323 *(s++) = B_HOST_TO_LENDIAN_INT16((float)B_LENDIAN_TO_HOST_FLOAT(fl));
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h105 #define B_LENDIAN_TO_HOST_FLOAT(arg) FSSH_B_LENDIAN_TO_HOST_FLOAT(arg) macro

Completed in 78 milliseconds