Home
last modified time | relevance | path

Searched refs:has_inf (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr68619-2.c24 unsigned char has_inf; member
86 2)]))->has_inf) && !global_options.x_flag_finite_math_only)) in omp_reduction_init()
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dmathfunc.h42 bool has_inf(const gsl_vector *v);
44 bool has_inf(const gsl_matrix *m);
/dports/lang/perl5.34/perl-5.34.0/cpan/Math-Complex/lib/Math/
H A DComplex.pm18 our ($vax_float, $has_inf, $has_nan);
22 $has_inf = !$vax_float;
25 unless ($has_inf) {
213 $p =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
215 $q =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
238 $p =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
239 $q =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
/dports/lang/perl5.30/perl-5.30.3/cpan/Math-Complex/lib/Math/
H A DComplex.pm18 our ($vax_float, $has_inf, $has_nan);
22 $has_inf = !$vax_float;
25 unless ($has_inf) {
213 $p =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
215 $q =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
238 $p =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
239 $q =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
/dports/lang/perl5.32/perl-5.32.1/cpan/Math-Complex/lib/Math/
H A DComplex.pm18 our ($vax_float, $has_inf, $has_nan);
22 $has_inf = !$vax_float;
25 unless ($has_inf) {
213 $p =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
215 $q =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
238 $p =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
239 $q =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Math-Complex/lib/Math/
H A DComplex.pm18 our ($vax_float, $has_inf, $has_nan);
22 $has_inf = !$vax_float;
25 unless ($has_inf) {
213 $p =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
215 $q =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
238 $p =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
239 $q =~ s/^(-?)inf$/"${1}9**9**9"/e if $has_inf;
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A DBaseCube_bones.hpp75 inline arma_warn_unused bool has_inf() const;
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A DBaseCube_bones.hpp75 inline arma_warn_unused bool has_inf() const;

1234567