Home
last modified time | relevance | path

Searched refs:exp_adj (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/libquadmath/math/
H A Dtgammaq.c102 __float128 exp_adj = -eps; in gammal_positive() local
118 exp_adj += x_eps * logq (x_adj); in gammal_positive()
123 exp_adj += bsum / x_adj; in gammal_positive()
124 return ret + ret * expm1q (exp_adj); in gammal_positive()
/dports/lang/gcc10/gcc-10.3.0/libquadmath/math/
H A Dtgammaq.c102 __float128 exp_adj = -eps; in gammal_positive() local
118 exp_adj += x_eps * logq (x_adj); in gammal_positive()
123 exp_adj += bsum / x_adj; in gammal_positive()
124 return ret + ret * expm1q (exp_adj); in gammal_positive()
/dports/lang/gcc11-devel/gcc-11-20211009/libquadmath/math/
H A Dtgammaq.c102 __float128 exp_adj = -eps; in gammal_positive() local
118 exp_adj += x_eps * logq (x_adj); in gammal_positive()
123 exp_adj += bsum / x_adj; in gammal_positive()
124 return ret + ret * expm1q (exp_adj); in gammal_positive()
/dports/devel/avr-gcc/gcc-10.2.0/libquadmath/math/
H A Dtgammaq.c102 __float128 exp_adj = -eps; in gammal_positive() local
118 exp_adj += x_eps * logq (x_adj); in gammal_positive()
123 exp_adj += bsum / x_adj; in gammal_positive()
124 return ret + ret * expm1q (exp_adj); in gammal_positive()
/dports/lang/gcc9-devel/gcc-9-20211007/libquadmath/math/
H A Dtgammaq.c102 __float128 exp_adj = -eps; in gammal_positive() local
118 exp_adj += x_eps * logq (x_adj); in gammal_positive()
123 exp_adj += bsum / x_adj; in gammal_positive()
124 return ret + ret * expm1q (exp_adj); in gammal_positive()
/dports/lang/gcc11/gcc-11.2.0/libquadmath/math/
H A Dtgammaq.c102 __float128 exp_adj = -eps; in gammal_positive() local
118 exp_adj += x_eps * logq (x_adj); in gammal_positive()
123 exp_adj += bsum / x_adj; in gammal_positive()
124 return ret + ret * expm1q (exp_adj); in gammal_positive()
/dports/lang/gcc10-devel/gcc-10-20211008/libquadmath/math/
H A Dtgammaq.c102 __float128 exp_adj = -eps; in gammal_positive() local
118 exp_adj += x_eps * logq (x_adj); in gammal_positive()
123 exp_adj += bsum / x_adj; in gammal_positive()
124 return ret + ret * expm1q (exp_adj); in gammal_positive()
/dports/lang/gcc9/gcc-9.4.0/libquadmath/math/
H A Dtgammaq.c102 __float128 exp_adj = -eps; in gammal_positive() local
118 exp_adj += x_eps * logq (x_adj); in gammal_positive()
123 exp_adj += bsum / x_adj; in gammal_positive()
124 return ret + ret * expm1q (exp_adj); in gammal_positive()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libquadmath/math/
H A Dtgammaq.c102 __float128 exp_adj = -eps; in gammal_positive() local
118 exp_adj += x_eps * logq (x_adj); in gammal_positive()
123 exp_adj += bsum / x_adj; in gammal_positive()
124 return ret + ret * expm1q (exp_adj); in gammal_positive()
/dports/lang/gcc9-aux/gcc-9.1.0/libquadmath/math/
H A Dtgammaq.c102 __float128 exp_adj = -eps; in gammal_positive() local
118 exp_adj += x_eps * logq (x_adj); in gammal_positive()
123 exp_adj += bsum / x_adj; in gammal_positive()
124 return ret + ret * expm1q (exp_adj); in gammal_positive()
/dports/math/stan/stan-2.28.2/src/test/unit/model/indexing/
H A Drvalue_varmat_test.cpp497 exp_adj(0, 2) = 2; in TEST_F()
498 exp_adj(2, 2) = 1; in TEST_F()
499 EXPECT_MATRIX_EQ(x.adj(), exp_adj); in TEST_F()
545 EXPECT_MATRIX_EQ(x.adj(), exp_adj); in TEST_F()
565 EXPECT_MATRIX_EQ(x.adj(), exp_adj); in TEST_F()
630 exp_adj(2, 0) = 1; in TEST_F()
631 exp_adj(2, 2) = 2; in TEST_F()
632 exp_adj(2, 3) = 1; in TEST_F()
633 EXPECT_MATRIX_EQ(x.adj(), exp_adj); in TEST_F()
701 EXPECT_MATRIX_EQ(x.adj(), exp_adj); in TEST_F()
[all …]
H A Dassign_varmat_test.cpp182 Eigen::VectorXd exp_adj(5); in test_multi_alias_vec() local
183 exp_adj << 0, 0, 1, 2, 2; in test_multi_alias_vec()
184 EXPECT_MATRIX_EQ(x.adj(), exp_adj); in test_multi_alias_vec()
705 EXPECT_MATRIX_EQ(x.adj(), exp_adj); in TEST_F()
775 exp_adj(2, 0) = 0; in TEST_F()
776 exp_adj(2, 3) = 2; in TEST_F()
777 EXPECT_MATRIX_EQ(x.adj(), exp_adj); in TEST_F()
875 Eigen::MatrixXd exp_adj(5, 5); in TEST_F() local
877 exp_adj << 1, 0, 1, 2, 1, in TEST_F()
883 EXPECT_MATRIX_EQ(x.adj(), exp_adj); in TEST_F()
[all …]
/dports/math/e-antic/flint2-ae7ec89/fmpz_lll/
H A Dheuristic_dot.c18 const fmpz_mat_t B, slong k, slong j, slong exp_adj) in fmpz_lll_heuristic_dot() argument
34 sum = ldexp(sum, sum - exp_adj); in fmpz_lll_heuristic_dot()
/dports/math/flint2/flint-2.8.4/fmpz_lll/
H A Dheuristic_dot.c18 const fmpz_mat_t B, slong k, slong j, slong exp_adj) in fmpz_lll_heuristic_dot() argument
34 sum = ldexp(sum, sum - exp_adj); in fmpz_lll_heuristic_dot()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_lll/
H A Dheuristic_dot.c18 const fmpz_mat_t B, slong k, slong j, slong exp_adj) in fmpz_lll_heuristic_dot() argument
34 sum = ldexp(sum, sum - exp_adj); in fmpz_lll_heuristic_dot()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()
378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()

12