HomeSort by relevance Sort by last modified time
    Searched full:precision (Results 1701 - 1725 of 7852) sorted by null

<<61626364656667686970>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
BranchProbability.h 30 // precision).
78 /// Scales \c Num. Guarantees full precision. Returns the floor of the
86 /// Scales \c Num by the inverse of \c this. Guarantees full precision.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
BranchProbability.h 30 // precision).
78 /// Scales \c Num. Guarantees full precision. Returns the floor of the
86 /// Scales \c Num by the inverse of \c this. Guarantees full precision.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
BranchProbability.h 30 // precision).
78 /// Scales \c Num. Guarantees full precision. Returns the floor of the
86 /// Scales \c Num by the inverse of \c this. Guarantees full precision.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
BranchProbability.h 30 // precision).
78 /// Scales \c Num. Guarantees full precision. Returns the floor of the
86 /// Scales \c Num by the inverse of \c this. Guarantees full precision.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
BranchProbability.h 30 // precision).
78 /// Scales \c Num. Guarantees full precision. Returns the floor of the
86 /// Scales \c Num by the inverse of \c this. Guarantees full precision.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BranchProbability.h 30 // precision).
78 /// Scales \c Num. Guarantees full precision. Returns the floor of the
86 /// Scales \c Num by the inverse of \c this. Guarantees full precision.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/
nextminus.decTest 23 precision: 9
69 -- input operand is >precision
104 precision: 9
nextplus.decTest 23 precision: 9
69 -- input operand is >precision
108 precision: 9
  /prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/
nextminus.decTest 23 precision: 9
69 -- input operand is >precision
104 precision: 9
nextplus.decTest 23 precision: 9
69 -- input operand is >precision
108 precision: 9
  /prebuilts/go/darwin-x86/src/runtime/
vlrt.go 266 // Bits 8-9 are the precision control:
267 // 0 = single precision a.k.a. float32
268 // 2 = double precision a.k.a. float64
  /prebuilts/go/linux-x86/src/runtime/
vlrt.go 266 // Bits 8-9 are the precision control:
267 // 0 = single precision a.k.a. float32
268 // 2 = double precision a.k.a. float64
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
nextminus.decTest 23 precision: 9
69 -- input operand is >precision
104 precision: 9
nextplus.decTest 23 precision: 9
69 -- input operand is >precision
108 precision: 9
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
nextminus.decTest 23 precision: 9
69 -- input operand is >precision
104 precision: 9
nextplus.decTest 23 precision: 9
69 -- input operand is >precision
108 precision: 9
  /toolchain/binutils/binutils-2.27/gas/doc/
c-xgate.texi 189 @code{Single} precision floating point constants.
193 @code{Double} precision floating point constants.
199 @code{Extended} precision (@code{long double}) floating point constants.
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp 60 // decide whether precision qualifiers should be ignored or respected
102 // Set all precision defaults to EpqNone, which is correct for all types
103 // when not obeying precision qualifiers, and correct for types that don't
104 // have defaults (thus getting an error on use) when obeying precision
113 // replace with real precision defaults for those that have them
133 // whether the built-in has no precision qualifier, as that ambiguity
134 // is used to resolve the precision from the supplied arguments/operands instead.
135 // So, we don't actually want to replace EpqNone with a default precision for built-ins.
713 result->setType(TType(base->getBasicType(), EvqTemporary, base->getType().getQualifier().precision));
717 result->setType(TType(base->getBasicType(), EvqTemporary, base->getType().getQualifier().precision, selectors.size()))
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 21 * \brief Precision and range tests for GLSL builtins and types.
102 using glu::Precision;
136 * In the precision tests we are dealing with functions of different arities.
186 VarType getVarTypeOf (Precision prec = glu::PRECISION_LAST)
192 VarType getVarTypeOf<Void> (Precision)
254 //! Print out an interval with the precision of `fmt`.
269 //! Print out a value with the precision of `fmt`.
284 //! Approximate `value` elementwise to the float precision defined in `fmt`.
618 * point precision and the current variable environment.
624 Precision floatPrecision_
1863 double precision (const EvalContext&, double, double, double) const function in class:deqp::gls::BuiltinPrecisionTests::InfixOperator
2031 double precision (const EvalContext&, double, double) const { return 0.0; } function in class:deqp::gls::BuiltinPrecisionTests::Functions::Negate
2077 double precision (const EvalContext& ctx, double ret, double, double den) const function in class:deqp::gls::BuiltinPrecisionTests::Functions::Div
2104 double precision (const EvalContext& ctx, double ret, double x) const function in class:deqp::gls::BuiltinPrecisionTests::Functions::InverseSqrt
2121 double precision (const EvalContext& ctx, double ret, double x) const function in class:deqp::gls::BuiltinPrecisionTests::Functions::ExpFunc
2156 double precision (const EvalContext& ctx, double ret, double x) const function in class:deqp::gls::BuiltinPrecisionTests::Functions::LogFunc
2335 double precision (const EvalContext& ctx, double ret, double arg) const function in class:deqp::gls::BuiltinPrecisionTests::Functions::TrigFunc
2409 double precision (const EvalContext& ctx, double, double x) const function in class:deqp::gls::BuiltinPrecisionTests::Functions::ASin
2442 double precision (const EvalContext& ctx, double ret, double x) const function in class:deqp::gls::BuiltinPrecisionTests::Functions::ArcTrigFunc
2512 double precision (const EvalContext& ctx, double ret, double, double) const function in class:deqp::gls::BuiltinPrecisionTests::Functions::ATan2
3239 double precision (const EvalContext&, double, double) const { return 0.0; } function in class:deqp::gls::BuiltinPrecisionTests::Functions::PreciseFunc1
3286 double precision (const EvalContext&, double, double) const { return 0.0; } function in class:deqp::gls::BuiltinPrecisionTests::Functions::Round
3308 double precision (const EvalContext&, double, double, double) const { return 0.0; } function in class:deqp::gls::BuiltinPrecisionTests::Functions::PreciseFunc2
3361 double precision (const EvalContext&, double, double, double minVal, double maxVal) const function in class:deqp::gls::BuiltinPrecisionTests::Functions::Clamp
4384 Precision precision; member in struct:deqp::gls::BuiltinPrecisionTests::Context
5420 const Precision precision = Precision(precNdx); local
    [all...]
  /art/runtime/arch/arm/
registers_arm.h 56 // Values for single-precision floating point registers.
  /bionic/libc/kernel/uapi/linux/
timex.h 31 __kernel_long_t precision; member in struct:timex
  /bionic/libm/
fpmath.h 34 // were reworked for the quad precision ieee representation.
  /bionic/libm/i387/
fenv.c 40 * 64-bit precision
43 * We modify the affine mode bit and precision bits in this to give:
46 * 53-bit precision (2 in bitfield 3<<8)
48 * 64-bit precision often gives bad results with high level languages
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 35 * pieces of 24-bit integers in double precision format.
48 * y[] output result in an array of double precision numbers.
50 * 24-bit precision 1
51 * 53-bit precision 2
52 * 64-bit precision 2
53 * 113-bit precision 3
68 * prec an integer indicating the precision:
109 * PIo2[] double precision array, obtained by cutting pi/2
149 * For quad precision (e0 <= 16360, jk = 6), this is 686.
s_tanf.c 29 /* Small multiples of pi/2 rounded to double precision. */

Completed in 1283 milliseconds

<<61626364656667686970>>