Home
last modified time | relevance | path

Searched refs:itrue (Results 1 – 25 of 64) sorted by relevance

123

/dports/net/mpich2/mpich2-1.5/src/mpe2/cross_spec/
H A Dflogical.f1 subroutine flogical( itrue, ifalse ) argument
2 logical itrue, ifalse local
3 itrue = .TRUE.
H A Dcross_f2c.c17 MPI_Fint itrue, ifalse; in main() local
29 flogical_( &itrue, &ifalse ); in main()
30 fprintf( cross_file, "CROSS_FORTRAN2C_TRUE=%d\n", itrue ); in main()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/wrappers/src/
H A Dmpi_f2c_consts.f5 subroutine fsub_mpi_fconsts( F_MPI_STATUS_SIZE, itrue, ifalse ) argument
9 logical itrue, ifalse local
13 itrue = .TRUE.
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/gradients/
H A Dgrad_store.F213 integer itrue
216 itrue = 1
218 itrue = 0
221 call ga_igop ( Msg_grad_finished, itrue, 1, 'max' )
223 if ( itrue .ne. 0 ) ofinish = .true.
/dports/science/nwchem-data/nwchem-7.0.2-release/src/gradients/
H A Dgrad_store.F213 integer itrue
216 itrue = 1
218 itrue = 0
221 call ga_igop ( Msg_grad_finished, itrue, 1, 'max' )
223 if ( itrue .ne. 0 ) ofinish = .true.
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.reverse/
H A Drecvmsg-reverse.c70 int itrue = 1; in main() local
89 setsockopt (fds[0], SOL_SOCKET, SO_PASSCRED, &itrue, sizeof itrue); in main()
/dports/finance/R-cran-tseries/tseries/src/
H A Dbdstest.c107 int i,k,j,last,itrue; local
112 itrue = i - l -1;
113 j = itrue/nbits;
114 k = nbits-1-(itrue % nbits);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Difcvt.c818 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
828 itrue = INTVAL (if_info->b); in noce_try_store_flag_constants()
831 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
832 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
835 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
843 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
847 else if (itrue == 0 && exact_log2 (ifalse) >= 0 && can_reverse in noce_try_store_flag_constants()
850 else if (itrue == -1 in noce_try_store_flag_constants()
865 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
890 else if (ifalse == 0 && (tmp = exact_log2 (itrue)) >= 0) in noce_try_store_flag_constants()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Difcvt.c818 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
828 itrue = INTVAL (if_info->b); in noce_try_store_flag_constants()
831 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
832 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
835 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
843 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
847 else if (itrue == 0 && exact_log2 (ifalse) >= 0 && can_reverse in noce_try_store_flag_constants()
850 else if (itrue == -1 in noce_try_store_flag_constants()
865 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
890 else if (ifalse == 0 && (tmp = exact_log2 (itrue)) >= 0) in noce_try_store_flag_constants()
[all …]
/dports/math/blis/blis-0.8.1/blastest/src/
H A Dzblat1.c745 /* Subroutine */ int itest1_(integer *icomp, integer *itrue) in itest1_() argument
779 if (*icomp == *itrue) { in itest1_()
795 id = *icomp - *itrue; in itest1_()
803 do_fio(&c__1, (char *)&(*itrue), (ftnlen)sizeof(integer)); in itest1_()
H A Dcblat1.c763 /* Subroutine */ int itest1_(integer *icomp, integer *itrue) in itest1_() argument
797 if (*icomp == *itrue) { in itest1_()
813 id = *icomp - *itrue; in itest1_()
821 do_fio(&c__1, (char *)&(*itrue), (ftnlen)sizeof(integer)); in itest1_()
H A Dsblat1.c1077 /* Subroutine */ int itest1_(integer *icomp, integer *itrue) in itest1_() argument
1112 if (*icomp == *itrue) { in itest1_()
1128 id = *icomp - *itrue; in itest1_()
1135 do_fio(&c__1, (char *)&(*itrue), (ftnlen)sizeof(integer)); in itest1_()
H A Ddblat1.c1139 /* Subroutine */ int itest1_(integer *icomp, integer *itrue) in itest1_() argument
1174 if (*icomp == *itrue) { in itest1_()
1190 id = *icomp - *itrue; in itest1_()
1197 do_fio(&c__1, (char *)&(*itrue), (ftnlen)sizeof(integer)); in itest1_()
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/t/
H A Dpoly.t320 my ($ref, $rtrue, $itrue, $skip) = @_;
327 my $ierr = sprintf( "%12.8f", abs($ref->[$i]->i - $itrue));
333 print "not ok $count (expected real=$rtrue and imag=$itrue) at $file line $line\n";
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Difcvt.c914 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
924 itrue = INTVAL (if_info->b); in noce_try_store_flag_constants()
927 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
928 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
931 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
939 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
943 else if (itrue == 0 && exact_log2 (ifalse) >= 0 && can_reverse in noce_try_store_flag_constants()
946 else if (itrue == -1 in noce_try_store_flag_constants()
961 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
986 else if (ifalse == 0 && (tmp = exact_log2 (itrue)) >= 0) in noce_try_store_flag_constants()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Difcvt.c1116 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1125 itrue = INTVAL (if_info->b); in noce_try_store_flag_constants()
1128 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
1129 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1132 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
1140 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
1144 else if (itrue == 0 && exact_log2 (ifalse) >= 0 && can_reverse in noce_try_store_flag_constants()
1147 else if (itrue == -1 in noce_try_store_flag_constants()
1162 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
1187 else if (ifalse == 0 && (tmp = exact_log2 (itrue)) >= 0) in noce_try_store_flag_constants()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Difcvt.c1084 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1093 itrue = INTVAL (if_info->b); in noce_try_store_flag_constants()
1096 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
1097 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1100 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
1108 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
1112 else if (itrue == 0 && exact_log2 (ifalse) >= 0 && can_reverse in noce_try_store_flag_constants()
1115 else if (itrue == -1 in noce_try_store_flag_constants()
1130 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
1155 else if (ifalse == 0 && (tmp = exact_log2 (itrue)) >= 0) in noce_try_store_flag_constants()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c1287 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1320 itrue = INTVAL (b); in noce_try_store_flag_constants()
1323 diff = (unsigned HOST_WIDE_INT) itrue - ifalse; in noce_try_store_flag_constants()
1326 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1378 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1382 else if (itrue == 0 && pow2p_hwi (ifalse) && can_reverse in noce_try_store_flag_constants()
1389 else if (itrue == -1 in noce_try_store_flag_constants()
1404 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1461 else if (itrue == -1) in noce_try_store_flag_constants()
1810 HOST_WIDE_INT itrue = INTVAL (if_info->b); in noce_try_cmove() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Difcvt.c1343 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1376 itrue = INTVAL (b); in noce_try_store_flag_constants()
1379 diff = (unsigned HOST_WIDE_INT) itrue - ifalse; in noce_try_store_flag_constants()
1382 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1434 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1438 else if (itrue == 0 && pow2p_hwi (ifalse) && can_reverse in noce_try_store_flag_constants()
1445 else if (itrue == -1 in noce_try_store_flag_constants()
1460 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1517 else if (itrue == -1) in noce_try_store_flag_constants()
1866 HOST_WIDE_INT itrue = INTVAL (if_info->b); in noce_try_cmove() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Difcvt.c1286 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1319 itrue = INTVAL (b); in noce_try_store_flag_constants()
1322 diff = (unsigned HOST_WIDE_INT) itrue - ifalse; in noce_try_store_flag_constants()
1325 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1377 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1381 else if (itrue == 0 && pow2p_hwi (ifalse) && can_reverse in noce_try_store_flag_constants()
1388 else if (itrue == -1 in noce_try_store_flag_constants()
1403 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1460 else if (itrue == -1) in noce_try_store_flag_constants()
1809 HOST_WIDE_INT itrue = INTVAL (if_info->b); in noce_try_cmove() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Difcvt.c1262 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1296 itrue = INTVAL (b); in noce_try_store_flag_constants()
1299 diff = (unsigned HOST_WIDE_INT) itrue - ifalse; in noce_try_store_flag_constants()
1302 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1355 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
1365 else if (itrue == -1 in noce_try_store_flag_constants()
1380 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1428 else if (ifalse == 0 && (tmp = exact_log2 (itrue)) >= 0) in noce_try_store_flag_constants()
1437 else if (itrue == -1) in noce_try_store_flag_constants()
1786 HOST_WIDE_INT itrue = INTVAL (if_info->b); in noce_try_cmove() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Difcvt.c1287 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1320 itrue = INTVAL (b); in noce_try_store_flag_constants()
1323 diff = (unsigned HOST_WIDE_INT) itrue - ifalse; in noce_try_store_flag_constants()
1326 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1378 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1382 else if (itrue == 0 && pow2p_hwi (ifalse) && can_reverse in noce_try_store_flag_constants()
1389 else if (itrue == -1 in noce_try_store_flag_constants()
1404 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1461 else if (itrue == -1) in noce_try_store_flag_constants()
1810 HOST_WIDE_INT itrue = INTVAL (if_info->b); in noce_try_cmove() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Difcvt.c1342 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1375 itrue = INTVAL (b); in noce_try_store_flag_constants()
1378 diff = (unsigned HOST_WIDE_INT) itrue - ifalse; in noce_try_store_flag_constants()
1381 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1433 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1437 else if (itrue == 0 && pow2p_hwi (ifalse) && can_reverse in noce_try_store_flag_constants()
1444 else if (itrue == -1 in noce_try_store_flag_constants()
1459 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1516 else if (itrue == -1) in noce_try_store_flag_constants()
1865 HOST_WIDE_INT itrue = INTVAL (if_info->b); in noce_try_cmove() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Difcvt.c1342 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1375 itrue = INTVAL (b); in noce_try_store_flag_constants()
1378 diff = (unsigned HOST_WIDE_INT) itrue - ifalse; in noce_try_store_flag_constants()
1381 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1433 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1437 else if (itrue == 0 && pow2p_hwi (ifalse) && can_reverse in noce_try_store_flag_constants()
1444 else if (itrue == -1 in noce_try_store_flag_constants()
1459 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1516 else if (itrue == -1) in noce_try_store_flag_constants()
1865 HOST_WIDE_INT itrue = INTVAL (if_info->b); in noce_try_cmove() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c1287 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1320 itrue = INTVAL (b); in noce_try_store_flag_constants()
1323 diff = (unsigned HOST_WIDE_INT) itrue - ifalse; in noce_try_store_flag_constants()
1326 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1378 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1382 else if (itrue == 0 && pow2p_hwi (ifalse) && can_reverse in noce_try_store_flag_constants()
1389 else if (itrue == -1 in noce_try_store_flag_constants()
1404 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1461 else if (itrue == -1) in noce_try_store_flag_constants()
1810 HOST_WIDE_INT itrue = INTVAL (if_info->b); in noce_try_cmove() local
[all …]

123