HomeSort by relevance Sort by last modified time
    Searched refs:prec (Results 1 - 25 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Basic/
OperatorPrecedence.cpp 18 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
27 return prec::Relational;
28 return prec::Unknown;
38 return prec::Shift;
39 return prec::Unknown;
41 default: return prec::Unknown;
42 case tok::comma: return prec::Comma;
53 case tok::pipeequal: return prec::Assignment;
54 case tok::question: return prec::Conditional;
55 case tok::pipepipe: return prec::LogicalOr
    [all...]
  /external/python/cpython3/Modules/_decimal/tests/
randdec.py 151 def un_close_to_pow10(prec, maxexp, itr=None):
153 lst = range(prec+30)
155 lst = sample(range(prec+30), itr)
168 def bin_close_to_pow10(prec, maxexp, itr=None):
170 lst = range(prec+30)
172 lst = sample(range(prec+30), itr)
191 def close_to_one_greater(prec, emax, emin):
192 rprec = 10**prec
193 return ''.join(("1.", '0'*randrange(prec),
196 def close_to_one_less(prec, emax, emin)
    [all...]
  /external/clang/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /external/deqp/framework/common/
tcuTexLookupVerifier.hpp 106 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dudy, const LodPrecision& prec);
107 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const float dvdy, const LodPrecision& prec);
108 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPrecision& prec);
109 Vec2 computeCubeLodBoundsFromDerivates (const Vec3& coord, const Vec3& coordDx, const Vec3& coordDy, const int faceSize, const LodPrecision& prec);
111 Vec2 clampLodBounds (const Vec2& lodBounds, const Vec2& lodMinMax, const LodPrecision& prec);
113 bool isLookupResultValid (const Texture1DView& texture, const Sampler& sampler, const LookupPrecision& prec, const float coord, const Vec2& lodBounds, const Vec4& result);
114 bool isLookupResultValid (const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const Vec2& lodBounds, const Vec4& result);
115 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result);
116 bool isLookupResultValid (const Texture1DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const Vec2& lodBounds, const Vec4& result);
117 bool isLookupResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result)
    [all...]
tcuTexCompareVerifier.hpp 55 bool isTexCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const Vec2& lodBounds, const float cmpReference, const float result);
56 bool isTexCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const float cmpReference, const float result);
57 bool isTexCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const float cmpReference, const float result);
59 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
60 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
62 bool isGatherCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, float cmpReference, const Vec4& result);
  /prebuilts/go/darwin-x86/src/math/big/
sqrt.go 28 if z.prec == 0 {
29 z.prec = x.prec
46 // when z.prec > x.prec this will lower z.prec. Restore it after
48 prec := z.prec
50 z.prec = prec
    [all...]
floatmarsh_test.go 35 for _, prec := range []uint{0, 1, 2, 10, 53, 64, 100, 1000} {
41 _, _, err := tx.SetPrec(prec).SetMode(mode).Parse(x, 0)
43 t.Errorf("parsing of %s (%dbits, %v) failed (invalid test case): %v", x, prec, mode, err)
47 // If tx was set to prec == 0, tx.Parse(x, 0) assumes precision 64. Correct it.
48 if prec == 0 {
53 t.Errorf("encoding of %v (%dbits, %v) failed: %v", &tx, prec, mode, err)
59 t.Errorf("decoding of %v (%dbits, %v) failed: %v", &tx, prec, mode, err)
68 if rx.Prec() != prec {
69 t.Errorf("transmission of %s's prec failed: got %d want %d", x, rx.Prec(), prec
    [all...]
sqrt_test.go 52 for _, prec := range []uint{24, 53, 64, 65, 100, 128, 129, 200, 256, 400, 600, 800, 1000} {
53 x := new(Float).SetPrec(prec)
56 got := new(Float).SetPrec(prec).Sqrt(x)
57 want := new(Float).SetPrec(prec)
60 t.Errorf("prec = %d, Sqrt(%v) =\ngot %g;\nwant %g",
61 prec, test.x, got, want)
76 sq := new(Float).SetPrec(prec+32).Mul(got, got)
78 err := diff.Abs(diff).SetPrec(prec)
81 one := new(Float).SetPrec(prec).SetInt64(1)
82 maxErr := new(Float).Mul(new(Float).SetMantExp(one, -int(prec)+1), got
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
sqrt.go 28 if z.prec == 0 {
29 z.prec = x.prec
46 // when z.prec > x.prec this will lower z.prec. Restore it after
48 prec := z.prec
50 z.prec = prec
    [all...]
floatmarsh_test.go 35 for _, prec := range []uint{0, 1, 2, 10, 53, 64, 100, 1000} {
41 _, _, err := tx.SetPrec(prec).SetMode(mode).Parse(x, 0)
43 t.Errorf("parsing of %s (%dbits, %v) failed (invalid test case): %v", x, prec, mode, err)
47 // If tx was set to prec == 0, tx.Parse(x, 0) assumes precision 64. Correct it.
48 if prec == 0 {
53 t.Errorf("encoding of %v (%dbits, %v) failed: %v", &tx, prec, mode, err)
59 t.Errorf("decoding of %v (%dbits, %v) failed: %v", &tx, prec, mode, err)
68 if rx.Prec() != prec {
69 t.Errorf("transmission of %s's prec failed: got %d want %d", x, rx.Prec(), prec
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseFuzzy.h 17 bool SparseMatrixBase<Derived>::isApprox(const SparseMatrixBase<OtherDerived>& other, const RealScalar &prec) const
24 return (actualA - actualB).squaredNorm() <= prec * prec * numext::mini(actualA.squaredNorm(), actualB.squaredNorm());

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011>>