Searched refs:__swap_double (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libroot/os/arch/sparc/
H A Dbyteorder.S24 /* double __swap_double(double value)
26 FUNCTION(__swap_double):
31 FUNCTION_END(__swap_double)
/haiku/src/system/libroot/os/arch/arm64/
H A Dbyteorder.S20 /* double __swap_double(double value) */
21 FUNCTION(__swap_double):
26 FUNCTION_END(__swap_double)
/haiku/src/system/libroot/os/arch/x86_64/
H A Dbyteorder.S44 /* double __swap_double(double value) */
45 FUNCTION(__swap_double):
54 FUNCTION_END(__swap_double)
/haiku/src/system/libroot/os/arch/x86/
H A Dbyteorder.S51 /* double __swap_double(double value) */
52 FUNCTION(__swap_double):
61 FUNCTION_END(__swap_double)
/haiku/headers/os/support/
H A DByteOrder.h27 #define B_SWAP_DOUBLE(arg) __swap_double(arg)
54 #define B_HOST_TO_BENDIAN_DOUBLE(arg) __swap_double(arg)
61 #define B_BENDIAN_TO_HOST_DOUBLE(arg) __swap_double(arg)
74 #define B_HOST_TO_LENDIAN_DOUBLE(arg) __swap_double(arg)
81 #define B_LENDIAN_TO_HOST_DOUBLE(arg) __swap_double(arg)
113 extern double __swap_double(double arg);
/haiku/src/system/libroot/os/arch/m68k/
H A Dbyteorder.S26 /* double __swap_double(double value)
28 FUNCTION(__swap_double):
47 FUNCTION_END(__swap_double)
/haiku/src/system/libroot/os/arch/arm/
H A Dbyteorder.S73 /* double __swap_double(double value)
75 FUNCTION(__swap_double):
79 FUNCTION_END(__swap_double)
/haiku/src/system/libroot/os/arch/riscv64/
H A Dbyteorder.S42 /* double __swap_double(double value)
44 FUNCTION(__swap_double):
66 FUNCTION_END(__swap_double)
/haiku/src/system/libroot/os/arch/ppc/
H A Dbyteorder.S71 /* double __swap_double(double value)
74 FUNCTION(__swap_double):
/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp224 CHK(kNumber == __swap_double(__swap_double(kNumber)));
225 CHK(kNaN == __swap_double(__swap_double(kNaN)));
226 CHK(kInfinity == __swap_double(__swap_double(kInfinity)));
417 testSuite->addTest(new SwapDoubleTest("__swap_double()"));
/haiku/headers/private/app/
H A DMessageUtils.h126 data = __swap_double(data);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h129 #define __swap_double __fssh_swap_double macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c968 void __swap_double() {} function
H A Dlibroot_stubs_legacy.c833 void __swap_double() {} function

Completed in 172 milliseconds