Home
last modified time | relevance | path

Searched refs:h0s (Results 1 – 25 of 74) sorted by relevance

123

/dports/math/math77/MATH77/
H A Ddtgext.f129 double precision g0, g1, h0s, h1s, k0s, k1s local
455 h0s = (one + two*s) * tt
459 fu0 = z(p0)*h0s + z(p1)*h1s + b*(ugrad0*k0s + ugrad1*k1s)
H A Dstgext.f129 real g0, g1, h0s, h1s, k0s, k1s local
455 h0s = (one + two*s) * tt
459 fu0 = z(p0)*h0s + z(p1)*h1s + b*(ugrad0*k0s + ugrad1*k1s)
/dports/games/flightgear/flightgear-2020.3.11/src/Radio/
H A Ditm.cpp371 static double ad, rr, etq, h0s; in A_scat() local
384 h0s = -15.0; in A_scat()
391 if (h0s > 15.0) in A_scat()
392 h0 = h0s; in A_scat()
426 if (h0 > 15.0 && h0s >= 0.0) in A_scat()
427 h0 = h0s; in A_scat()
430 h0s = h0; in A_scat()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dsimplify-rtx.c2643 HOST_WIDE_INT l0s, h0s, l1s, h1s; in simplify_relational_operation() local
2650 h0u = h0s = CONST_DOUBLE_HIGH (trueop0); in simplify_relational_operation()
2655 h0u = h0s = HWI_SIGN_EXTEND (l0s); in simplify_relational_operation()
2683 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s); in simplify_relational_operation()
2686 op0lt = (h0s < h1s || (h0s == h1s && l0u < l1u)); in simplify_relational_operation()
2687 op1lt = (h1s < h0s || (h1s == h0s && l1u < l0u)); in simplify_relational_operation()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dsimplify-rtx.c2643 HOST_WIDE_INT l0s, h0s, l1s, h1s; in simplify_relational_operation() local
2650 h0u = h0s = CONST_DOUBLE_HIGH (trueop0); in simplify_relational_operation()
2655 h0u = h0s = HWI_SIGN_EXTEND (l0s); in simplify_relational_operation()
2683 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s); in simplify_relational_operation()
2686 op0lt = (h0s < h1s || (h0s == h1s && l0u < l1u)); in simplify_relational_operation()
2687 op1lt = (h1s < h0s || (h1s == h0s && l1u < l0u)); in simplify_relational_operation()
/dports/comms/splat/splat-1.4.2/
H A Ditwom3.0.cpp757 static double ad, rr, etq, h0s; in ascat() local
773 h0s=-15.0; in ascat()
779 if (h0s>15.0) in ascat()
780 h0=h0s; in ascat()
815 if (h0>15.0 && h0s>=0.0) in ascat()
816 h0=h0s; in ascat()
819 h0s=h0; in ascat()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dsimplify-rtx.c3189 HOST_WIDE_INT l0s, h0s, l1s, h1s; in simplify_const_relational_operation() local
3196 h0u = h0s = CONST_DOUBLE_HIGH (trueop0); in simplify_const_relational_operation()
3201 h0u = h0s = HWI_SIGN_EXTEND (l0s); in simplify_const_relational_operation()
3229 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s); in simplify_const_relational_operation()
3232 op0lt = (h0s < h1s || (h0s == h1s && l0u < l1u)); in simplify_const_relational_operation()
3233 op1lt = (h1s < h0s || (h1s == h0s && l1u < l0u)); in simplify_const_relational_operation()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsimplify-rtx.c4949 HOST_WIDE_INT l0s, h0s, l1s, h1s; in simplify_const_relational_operation() local
4956 h0u = h0s = CONST_DOUBLE_HIGH (trueop0); in simplify_const_relational_operation()
4961 h0u = h0s = HWI_SIGN_EXTEND (l0s); in simplify_const_relational_operation()
4989 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s); in simplify_const_relational_operation()
4996 cr = (h0s < h1s || (h0s == h1s && l0u < l1u)) ? CMP_LT : CMP_GT; in simplify_const_relational_operation()
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dsimplify-rtx.c4943 HOST_WIDE_INT l0s, h0s, l1s, h1s; in simplify_const_relational_operation() local
4950 h0u = h0s = CONST_DOUBLE_HIGH (trueop0); in simplify_const_relational_operation()
4955 h0u = h0s = HWI_SIGN_EXTEND (l0s); in simplify_const_relational_operation()
4983 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s); in simplify_const_relational_operation()
4990 cr = (h0s < h1s || (h0s == h1s && l0u < l1u)) ? CMP_LT : CMP_GT; in simplify_const_relational_operation()
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dsimplify-rtx.c5074 HOST_WIDE_INT l0s, h0s, l1s, h1s; in simplify_const_relational_operation() local
5081 h0u = h0s = CONST_DOUBLE_HIGH (trueop0); in simplify_const_relational_operation()
5086 h0u = h0s = HWI_SIGN_EXTEND (l0s); in simplify_const_relational_operation()
5114 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s); in simplify_const_relational_operation()
5121 cr = (h0s < h1s || (h0s == h1s && l0u < l1u)) ? CMP_LT : CMP_GT; in simplify_const_relational_operation()
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/science/xtb/xtb-6.4.1/src/
H A Dscf_module.F90185 real(wp) :: x1,x2,ed,intcut,neglect,ga,gb,ehb,h0s,hmat,rab2
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A DChangeLog-19972602 * cse.c (simplify_relational_operation): Set h0u just like h0s.

123