Home
last modified time | relevance | path

Searched refs:sreal (Results 1 – 25 of 788) sorted by relevance

12345678910>>...32

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dsreal.h35 class sreal
50 sreal operator+ (const sreal &other) const;
51 sreal operator- (const sreal &other) const;
52 sreal operator* (const sreal &other) const;
53 sreal operator/ (const sreal &other) const;
123 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
124 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
133 inline sreal &operator+= (sreal &a, const sreal &b)
138 inline sreal &operator-= (sreal &a, const sreal &b)
143 inline sreal &operator/= (sreal &a, const sreal &b)
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dsreal.h35 class sreal
50 sreal operator+ (const sreal &other) const;
51 sreal operator- (const sreal &other) const;
52 sreal operator* (const sreal &other) const;
53 sreal operator/ (const sreal &other) const;
123 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
124 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
133 inline sreal &operator+= (sreal &a, const sreal &b)
138 inline sreal &operator-= (sreal &a, const sreal &b)
143 inline sreal &operator/= (sreal &a, const sreal &b)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
178 sreal
221 sreal
239 sreal
260 sreal
373 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
374 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
375 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
376 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
178 sreal
221 sreal
239 sreal
260 sreal
373 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
374 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
375 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
376 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
H A Dsreal.h40 class sreal
57 sreal operator+ (const sreal &other) const;
58 sreal operator- (const sreal &other) const;
59 sreal operator* (const sreal &other) const;
60 sreal operator/ (const sreal &other) const;
136 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
137 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
146 inline sreal &operator+= (sreal &a, const sreal &b)
151 inline sreal &operator-= (sreal &a, const sreal &b)
156 inline sreal &operator/= (sreal &a, const sreal &b)
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
178 sreal
221 sreal
239 sreal
260 sreal
373 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
374 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
375 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
376 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
178 sreal
221 sreal
239 sreal
260 sreal
373 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
374 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
375 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
376 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
178 sreal
221 sreal
239 sreal
260 sreal
373 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
374 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
375 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
376 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
178 sreal
221 sreal
239 sreal
260 sreal
373 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
374 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
375 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
376 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
178 sreal
221 sreal
239 sreal
260 sreal
373 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
374 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
375 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
376 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
178 sreal
221 sreal
239 sreal
260 sreal
373 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
374 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
375 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
376 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
178 sreal
221 sreal
239 sreal
260 sreal
373 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
374 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
375 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
376 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
178 sreal
221 sreal
239 sreal
260 sreal
373 ASSERT_EQ (sreal (1) / sreal (1), sreal (1));
374 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1));
375 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1));
376 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1));
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
173 sreal
211 sreal
232 sreal
255 sreal
368 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
369 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
370 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
371 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
H A Dsreal.h41 class sreal
58 sreal operator+ (const sreal &other) const;
59 sreal operator- (const sreal &other) const;
60 sreal operator* (const sreal &other) const;
61 sreal operator/ (const sreal &other) const;
137 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
138 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
147 inline sreal &operator+= (sreal &a, const sreal &b)
152 inline sreal &operator-= (sreal &a, const sreal &b)
157 inline sreal &operator/= (sreal &a, const sreal &b)
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
173 sreal
211 sreal
232 sreal
255 sreal
368 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
369 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
370 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
371 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
H A Dsreal.h41 class sreal
58 sreal operator+ (const sreal &other) const;
59 sreal operator- (const sreal &other) const;
60 sreal operator* (const sreal &other) const;
61 sreal operator/ (const sreal &other) const;
137 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
138 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
147 inline sreal &operator+= (sreal &a, const sreal &b)
152 inline sreal &operator-= (sreal &a, const sreal &b)
157 inline sreal &operator/= (sreal &a, const sreal &b)
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
173 sreal
211 sreal
232 sreal
255 sreal
368 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
369 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
370 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
371 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
H A Dsreal.h41 class sreal
58 sreal operator+ (const sreal &other) const;
59 sreal operator- (const sreal &other) const;
60 sreal operator* (const sreal &other) const;
61 sreal operator/ (const sreal &other) const;
137 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
138 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
147 inline sreal &operator+= (sreal &a, const sreal &b)
152 inline sreal &operator-= (sreal &a, const sreal &b)
157 inline sreal &operator/= (sreal &a, const sreal &b)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
173 sreal
211 sreal
232 sreal
255 sreal
368 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
369 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
370 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
371 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
H A Dsreal.h41 class sreal
58 sreal operator+ (const sreal &other) const;
59 sreal operator- (const sreal &other) const;
60 sreal operator* (const sreal &other) const;
61 sreal operator/ (const sreal &other) const;
137 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
138 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
147 inline sreal &operator+= (sreal &a, const sreal &b)
152 inline sreal &operator-= (sreal &a, const sreal &b)
157 inline sreal &operator/= (sreal &a, const sreal &b)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
173 sreal
211 sreal
232 sreal
255 sreal
368 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
369 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
370 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
371 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
H A Dsreal.h41 class sreal
58 sreal operator+ (const sreal &other) const;
59 sreal operator- (const sreal &other) const;
60 sreal operator* (const sreal &other) const;
61 sreal operator/ (const sreal &other) const;
137 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
138 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
147 inline sreal &operator+= (sreal &a, const sreal &b)
152 inline sreal &operator-= (sreal &a, const sreal &b)
157 inline sreal &operator/= (sreal &a, const sreal &b)
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dsreal.c137 sreal
138 sreal::operator+ (const sreal &other) const
173 sreal
211 sreal
232 sreal
255 sreal
368 ASSERT_EQ (sreal (1) / sreal (1), sreal (1)); in sreal_verify_negative_division()
369 ASSERT_EQ (sreal (-1) / sreal (-1), sreal (1)); in sreal_verify_negative_division()
370 ASSERT_EQ (sreal (-1234567) / sreal (-1234567), sreal (1)); in sreal_verify_negative_division()
371 ASSERT_EQ (sreal (-1234567) / sreal (1234567), sreal (-1)); in sreal_verify_negative_division()
[all …]
H A Dsreal.h41 class sreal
58 sreal operator+ (const sreal &other) const;
59 sreal operator- (const sreal &other) const;
60 sreal operator* (const sreal &other) const;
61 sreal operator/ (const sreal &other) const;
137 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
138 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
147 inline sreal &operator+= (sreal &a, const sreal &b)
152 inline sreal &operator-= (sreal &a, const sreal &b)
157 inline sreal &operator/= (sreal &a, const sreal &b)
[all …]

12345678910>>...32