Home
last modified time | relevance | path

Searched +defs:factor +defs:sign (Results 201 – 225 of 818) sorted by relevance

12345678910>>...33

/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/boost_1_59_0/patches/boost/geometry/util/
H A Dmath.hpp126 T factor; member
507 inline T relaxed_epsilon(T const& factor) in relaxed_epsilon()
680 inline int sign(T const& value) in sign() function
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Dfg_commands.cxx473 double factor = arg->getDoubleValue("factor", 1.0); in do_property_multiply() local
520 double factor = arg->getDoubleValue("factor", 1.0); in do_property_scale() local
524 int sign = (setting < 0 ? -1 : 1); in do_property_scale() local
/dports/databases/percona57-client/percona-server-5.7.36-39/include/boost_1_59_0/patches/boost/geometry/util/
H A Dmath.hpp126 T factor; member
507 inline T relaxed_epsilon(T const& factor) in relaxed_epsilon()
680 inline int sign(T const& value) in sign() function
/dports/databases/mysql57-client/mysql-5.7.36/include/boost_1_59_0/patches/boost/geometry/util/
H A Dmath.hpp126 T factor; member
507 inline T relaxed_epsilon(T const& factor) in relaxed_epsilon()
680 inline int sign(T const& value) in sign() function
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxregion.c901 FindStrongestNeighbor(DmtxDecode *dec, DmtxPointFlow center, int sign) in FindStrongestNeighbor()
956 int sign; in FollowSeek() local
999 FollowStep(DmtxDecode *dec, DmtxRegion *reg, DmtxFollow followBeg, int sign) in FollowStep()
1003 int factor; in FollowStep() local
1043 FollowStep2(DmtxDecode *dec, DmtxFollow followBeg, int sign) in FollowStep2()
1075 int sign; in TrailBlazeContinuous() local
1297 int sign; in FindBestSolidLine() local
1410 FindBestSolidLine2(DmtxDecode *dec, DmtxPixelLoc loc0, int tripSteps, int sign, int houghAvoid) in FindBestSolidLine2()
/dports/lang/v8/v8-9.6.180.12/src/numbers/
H A Dconversions.cc104 for (uint32_t factor = 10; digits < 10; digits++, factor *= 10) { in AddDecimalInteger() local
351 Sign sign() { return sign_; } in sign() function in v8::internal::StringToIntHelper
675 Sign sign = Sign::kNone; in InternalStringToDouble() local
1037 int sign; in DoubleToCString() local
1125 int sign; in DoubleToFixedCString() local
1214 int sign; in DoubleToExponentialCString() local
1258 int sign; in DoubleToPrecisionCString() local
/dports/lang/seed7/seed7/src/
H A Dbig_gmp.c154 int sign; in bigHexCStri() local
348 int sign; in bigBitLength() local
992 int sign; in bigLog10() local
1026 int sign; in bigLog2() local
1376 void bigMultAssign (bigIntType *const big_variable, const_bigIntType factor) in bigMultAssign()
1955 int sign; in bigToBStriBe() local
2049 int sign; in bigToBStriLe() local
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_solid.cpp258 bool RS_Solid::sign (const RS_Vector& v1, const RS_Vector& v2, const RS_Vector& v3) const in sign() function in RS_Solid
426 void RS_Solid::scale(const RS_Vector& center, const RS_Vector& factor) in scale()
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dinifcns_orthopoly.cpp350 numeric factor = numn + num2a - (*_num1_p); in gegenb_evalf() local
388 ex sign = _ex1; in gegenb_eval() local
/dports/lang/librep/librep_0.92.7/src/
H A Dnumbers.c645 int sign = (in < 0) ? -1 : 1; in rep_make_longlong_int() local
681 int sign = mpz_sgn (rep_NUMBER(in,z)); in rep_get_longlong_int() local
870 int sign, double *output) in parse_integer_to_float()
909 rep_parse_number (char *buf, unsigned int len, unsigned int radix, int sign, unsigned int type) in rep_parse_number()
1557 int sign; in rep_number_div() local
1920 int sign; variable
2215 double factor = 1, t; variable
2817 int sign = 1; variable
/dports/devel/tokamak/tokamak_release/tokamaksrc/src/
H A Dcollision.cpp793 void TranslateCOM(neM3 & I, neV3 &translate, f32 mass, f32 factor) in TranslateCOM()
1549 f32 factor; in Box2BoxTest() local
2212 neV3 sign; in MeasureVertexFacePeneration() local
2307 f32 sign[4]; in MeasureEdgePeneration() local
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dbigint.cc176 inline void initialize_bitfield(bool sign, int length) { in initialize_bitfield()
208 bool sign = value < 0; in NewFromInt() local
227 bool sign = value < 0; // -0 was already handled above. in NewFromDouble() local
1139 Handle<BigIntBase> x, bool sign, MutableBigInt* result_storage) { in AbsoluteAddOne()
1353 void MutableBigInt::InternalMultiplyAdd(BigIntBase* source, digit_t factor, in InternalMultiplyAdd()
1387 uintptr_t factor, uintptr_t summand) { in InplaceMultiplyAdd()
1672 bool sign = x->sign(); in RightShiftByAbsolute() local
1851 bool sign = SignBits::decode(bitfield); in FromSerializedDigits() local
1899 const bool sign = x->sign(); in ToStringBasePowerOfTwo() local
1960 const bool sign = x->sign(); in ToStringGeneric() local
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/environment/
H A Dmetar.cxx659 double factor; in scanWind() local
1122 int sign = 1, temp, dew; in scanTemperature() local
1173 double factor; in scanPressure() local
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/math/bindings/
H A Dmpfr.hpp246 int sign = 1; in real_cast() local
754 mpfr_class value, factor, r; in bessel_i0() local
829 mpfr_class value, factor, r, w; in bessel_i1() local
/dports/math/libmesh/libmesh-1.6.2/include/numerics/
H A Ddense_matrix_impl.h527 const T factor, in vector_mult_add()
552 const T2 factor, in vector_mult_add()
930 Real sign = n_interchanges % 2 == 0 ? 1. : -1.; in det() local
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/util/
H A Dmath.hpp128 T factor; member
509 inline T relaxed_epsilon(T const& factor) in relaxed_epsilon()
741 inline int sign(T const& value) in sign() function
/dports/misc/otter/otter-3.3f/source/
H A Dresolve.c239 int found, backup, fpa_depth, sign; in clash() local
1354 struct clause *factor; in first_or_next_factor() local
1423 struct clause *factor; in all_factors() local
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_wheel.cpp134 const double factor = double(i) / double(NUM_COLORS); in setColorArray() local
426 const double sign = (minValue() < maxValue()) ? 1.0 : -1.0; in drawWheel() local
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_wheel.cpp134 const double factor = double(i) / double(NUM_COLORS); in setColorArray() local
426 const double sign = (minValue() < maxValue()) ? 1.0 : -1.0; in drawWheel() local
/dports/databases/postgresql14-plpython/postgresql-14.1/src/common/
H A Df2s.c120 mulShift(const uint32 m, const uint64 factor, const int32 shift) in mulShift()
563 to_chars(const floating_decimal_32 v, const bool sign, char *const result) in to_chars()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/common/
H A Df2s.c120 mulShift(const uint32 m, const uint64 factor, const int32 shift) in mulShift()
563 to_chars(const floating_decimal_32 v, const bool sign, char *const result) in to_chars()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/common/
H A Df2s.c120 mulShift(const uint32 m, const uint64 factor, const int32 shift) in mulShift()
563 to_chars(const floating_decimal_32 v, const bool sign, char *const result) in to_chars()
/dports/databases/postgresql14-server/postgresql-14.1/src/common/
H A Df2s.c120 mulShift(const uint32 m, const uint64 factor, const int32 shift) in mulShift()
563 to_chars(const floating_decimal_32 v, const bool sign, char *const result) in to_chars()
/dports/databases/postgresql14-docs/postgresql-14.1/src/common/
H A Df2s.c120 mulShift(const uint32 m, const uint64 factor, const int32 shift) in mulShift()
563 to_chars(const floating_decimal_32 v, const bool sign, char *const result) in to_chars()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/common/
H A Df2s.c120 mulShift(const uint32 m, const uint64 factor, const int32 shift) in mulShift()
563 to_chars(const floating_decimal_32 v, const bool sign, char *const result) in to_chars()

12345678910>>...33