Home
last modified time | relevance | path

Searched refs:needM (Results 1 – 9 of 9) sorted by relevance

/dports/math/e-antic/flint2-ae7ec89/fmpq/
H A Dget_cfrac_helpers.c607 static void _lehmer_inexact(_fmpq_cfrac_list_t s, _fmpz_mat22_t M, int needM, in _lehmer_inexact() argument
764 if (needM) in _lehmer_inexact()
1004 void _fmpq_ball_get_cfrac(_fmpq_cfrac_list_t s, _fmpz_mat22_t M, int needM, in _fmpq_ball_get_cfrac() argument
1076 if (needM) in _fmpq_ball_get_cfrac()
1093 _lehmer_exact(s, N, needM ? CFRAC_NEED_MATRIX : 0, in _fmpq_ball_get_cfrac()
1098 _lehmer_inexact(s, N, needM, x, y); in _fmpq_ball_get_cfrac()
1101 if (needM && !_fmpz_mat22_is_one(N)) in _fmpq_ball_get_cfrac()
1238 if (!needM) in _fmpq_ball_get_cfrac()
1303 FLINT_ASSERT(!needM || (_fmpq_ball_apply_mat22_inv(y, M, xorg), in _fmpq_ball_get_cfrac()
/dports/math/flint2/flint-2.8.4/fmpq/
H A Dget_cfrac_helpers.c607 static void _lehmer_inexact(_fmpq_cfrac_list_t s, _fmpz_mat22_t M, int needM, in _lehmer_inexact() argument
764 if (needM) in _lehmer_inexact()
1004 void _fmpq_ball_get_cfrac(_fmpq_cfrac_list_t s, _fmpz_mat22_t M, int needM, in _fmpq_ball_get_cfrac() argument
1076 if (needM) in _fmpq_ball_get_cfrac()
1093 _lehmer_exact(s, N, needM ? CFRAC_NEED_MATRIX : 0, in _fmpq_ball_get_cfrac()
1098 _lehmer_inexact(s, N, needM, x, y); in _fmpq_ball_get_cfrac()
1101 if (needM && !_fmpz_mat22_is_one(N)) in _fmpq_ball_get_cfrac()
1238 if (!needM) in _fmpq_ball_get_cfrac()
1303 FLINT_ASSERT(!needM || (_fmpq_ball_apply_mat22_inv(y, M, xorg), in _fmpq_ball_get_cfrac()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpq/
H A Dget_cfrac_helpers.c607 static void _lehmer_inexact(_fmpq_cfrac_list_t s, _fmpz_mat22_t M, int needM, in _lehmer_inexact() argument
764 if (needM) in _lehmer_inexact()
1004 void _fmpq_ball_get_cfrac(_fmpq_cfrac_list_t s, _fmpz_mat22_t M, int needM, in _fmpq_ball_get_cfrac() argument
1076 if (needM) in _fmpq_ball_get_cfrac()
1093 _lehmer_exact(s, N, needM ? CFRAC_NEED_MATRIX : 0, in _fmpq_ball_get_cfrac()
1098 _lehmer_inexact(s, N, needM, x, y); in _fmpq_ball_get_cfrac()
1101 if (needM && !_fmpz_mat22_is_one(N)) in _fmpq_ball_get_cfrac()
1238 if (!needM) in _fmpq_ball_get_cfrac()
1303 FLINT_ASSERT(!needM || (_fmpq_ball_apply_mat22_inv(y, M, xorg), in _fmpq_ball_get_cfrac()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsabstractgeometry.cpp231 bool needM = QgsWkbTypes::hasM( type ); in convertTo() local
241 if ( !needM ) in convertTo()
/dports/lang/pcc/pcc-1.1.0/cc/cc/
H A Dcc.c282 int Mflag, needM, MDflag, MMDflag; /* dependencies only */ variable
734 needM = 1; in main()
748 needM = 0; in main()
752 needM = 0; in main()
861 if (needM && !Mflag && !MDflag && !MMDflag) in main()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsabstractgeometry.cpp265 const bool needM = QgsWkbTypes::hasM( type ); in convertTo() local
275 if ( !needM ) in convertTo()
/dports/math/e-antic/flint2-ae7ec89/
H A Dfmpq.h515 int needM, _fmpq_ball_t x);
/dports/math/flint2/flint-2.8.4/
H A Dfmpq.h525 int needM, _fmpq_ball_t x);
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/
H A Dfmpq.h515 int needM, _fmpq_ball_t x);