Home
last modified time | relevance | path

Searched refs:dnear (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dgcc-torture-execute-conversion.c67 dnear (double x, double y)
93 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */
95 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */
120 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */
122 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */
196 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */
198 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */
231 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff…
233 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x…
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.c-torture/execute/
H A Dconversion.c61 dnear (double x, double y) in dnear() function
87 if (!dnear (u2d(~0U), (double) ~0U)) /* 0xffffffff */ in test_integer_to_float()
89 if (!dnear (u2d((~0U) >> 1),(double) ((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
114 if (!dnear (s2d(~0), (double) ~0)) /* 0xffffffff */ in test_integer_to_float()
116 if (!dnear (s2d((int)((~0U) >> 1)), (double)(int)((~0U) >> 1))) /* 0x7fffffff */ in test_integer_to_float()
190 if (! dnear (ull2d(~0ULL), (double) ~0ULL)) /* 0xffffffff */ in test_longlong_integer_to_float()
192 if (! dnear (ull2d((~0ULL) >> 1), (double) ((~0ULL) >> 1))) /* 0x7fffffff */ in test_longlong_integer_to_float()
225 …if (!dnear (sll2d((long long int)((~0ULL) >> 1)), (double)(long long int)((~0ULL) >> 1))) /* 0x7ff… in test_longlong_integer_to_float()
227 …if (! dnear (sll2d((long long int)~((~0ULL) >> 1)), (double)(long long int)~((~0ULL) >> 1))) /* 0x… in test_longlong_integer_to_float()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Ddnearp.c14 doublereal *c__, doublereal *dnear, doublereal *dalt, logical *found) in dnearp_() argument
339 nearpt_(state, a, b, c__, dnear, dalt); in dnearp_()
396 vsub_(state, dnear, zenith); in dnearp_()
397 mxv_(gradm, dnear, grad); in dnearp_()
487 mxv_(m, temp, &dnear[3]); in dnearp_()

12