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

<<81828384858687888990>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ARMBuildAttributes.h 151 AllowNeon2 = 2, // SIMDv2 was permitted (Half-precision FP, MAC operations)
211 HardFPSinglePrecision = 1, // Single-precision only
218 AllowHPFP = 1, // Allow use of Half Precision FP
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ARMBuildAttributes.h 151 AllowNeon2 = 2, // SIMDv2 was permitted (Half-precision FP, MAC operations)
211 HardFPSinglePrecision = 1, // Single-precision only
218 AllowHPFP = 1, // Allow use of Half Precision FP
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ARMBuildAttributes.h 151 AllowNeon2 = 2, // SIMDv2 was permitted (Half-precision FP, MAC operations)
211 HardFPSinglePrecision = 1, // Single-precision only
218 AllowHPFP = 1, // Allow use of Half Precision FP
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 151 AllowNeon2 = 2, // SIMDv2 was permitted (Half-precision FP, MAC operations)
211 HardFPSinglePrecision = 1, // Single-precision only
218 AllowHPFP = 1, // Allow use of Half Precision FP
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ARMBuildAttributes.h 151 AllowNeon2 = 2, // SIMDv2 was permitted (Half-precision FP, MAC operations)
211 HardFPSinglePrecision = 1, // Single-precision only
218 AllowHPFP = 1, // Allow use of Half Precision FP
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ARMBuildAttributes.h 151 AllowNeon2 = 2, // SIMDv2 was permitted (Half-precision FP, MAC operations)
211 HardFPSinglePrecision = 1, // Single-precision only
218 AllowHPFP = 1, // Allow use of Half Precision FP
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ARMBuildAttributes.h 151 AllowNeon2 = 2, // SIMDv2 was permitted (Half-precision FP, MAC operations)
211 HardFPSinglePrecision = 1, // Single-precision only
218 AllowHPFP = 1, // Allow use of Half Precision FP
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ARMBuildAttributes.h 151 AllowNeon2 = 2, // SIMDv2 was permitted (Half-precision FP, MAC operations)
211 HardFPSinglePrecision = 1, // Single-precision only
218 AllowHPFP = 1, // Allow use of Half Precision FP
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ARMBuildAttributes.h 151 AllowNeon2 = 2, // SIMDv2 was permitted (Half-precision FP, MAC operations)
211 HardFPSinglePrecision = 1, // Single-precision only
218 AllowHPFP = 1, // Allow use of Half Precision FP
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ARMBuildAttributes.h 151 AllowNeon2 = 2, // SIMDv2 was permitted (Half-precision FP, MAC operations)
211 HardFPSinglePrecision = 1, // Single-precision only
218 AllowHPFP = 1, // Allow use of Half Precision FP
  /prebuilts/go/darwin-x86/src/math/big/
floatconv.go 79 // is no loss of precision. We only have powers of 2 and 10, and
220 // If z's precision is 0, it is changed to 64 before rounding takes effect.
276 // ParseFloat is like f.Parse(s, base) with f set to the given precision
  /prebuilts/go/linux-x86/src/math/big/
floatconv.go 79 // is no loss of precision. We only have powers of 2 and 10, and
220 // If z's precision is 0, it is changed to 64 before rounding takes effect.
276 // ParseFloat is like f.Parse(s, base) with f set to the given precision
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
float_comparison.h 123 // (either single-precision or double-precision, depending on the
187 // calculations are done with 80-bit precision, while double has 64
  /toolchain/binutils/binutils-2.27/gas/doc/
c-rx.texi 217 @code{Single} precision (32-bit) floating point constants.
222 then then @code{double} directive generates @code{double} precision
224 @code{single} precision (32-bit) floating point constants. To force
  /toolchain/binutils/binutils-2.27/include/opcode/
m88k.h 432 dest_64:1, /* double precision dest. */
433 s1_64:1, /* double precision source 1. */
434 s2_64:1, /* double precision source 2. */
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp 131 spv::Id createInvertedSwizzle(spv::Decoration precision, const glslang::TIntermTyped&, spv::Id parentResult);
160 spv::Id createBinaryOperation(glslang::TOperator op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id left, spv::Id right, glslang::TBasicType typeProxy, bool reduceComparison = true);
161 spv::Id createBinaryMatrixOperation(spv::Op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id left, spv::Id right);
162 spv::Id createUnaryOperation(glslang::TOperator op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id operand,glslang::TBasicType typeProxy);
163 spv::Id createUnaryMatrixOperation(spv::Op op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id operand,glslang::TBasicType typeProxy);
164 spv::Id createConversion(glslang::TOperator op, spv::Decoration precision, spv::Decoration noContraction, spv::Id destTypeId, spv::Id operand, glslang::TBasicType typeProxy);
166 spv::Id createAtomicOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy);
169 spv::Id createMiscOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy);
170 spv::Id createNoArgOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId);
268 // Translate glslang precision to SPIR-V precision decorations
1369 spv::Decoration precision = TranslatePrecisionDecoration(node->getOperationPrecision()); local
1488 spv::Decoration precision = TranslatePrecisionDecoration(node->getOperationPrecision()); local
3199 spv::Decoration precision = TranslatePrecisionDecoration(node->getOperationPrecision()); local
    [all...]
  /toolchain/binutils/binutils-2.27/cpu/
sh64-compact.cpu 86 (comment "Single precision floating point registers")
96 (comment "Double precision floating point registers")
106 (comment "Extended single precision floating point registers")
116 (comment "Extended double precision floating point registers")
126 (comment "Single precision floating point vectors")
266 (dshcop frn "Single precision register" () h-frc f-rn)
267 (dshcop frm "Single precision register" () h-frc f-rm)
272 (dshcop drn "Left double precision register" () h-drc f-dn)
273 (dshcop drm "Right double precision register" () h-drc f-dm)
303 (dshcop prbit "Floating point precision bit" () h-prbit f-nil
    [all...]
  /art/compiler/utils/arm/
constants_arm.h 61 // Values for double-precision floating point registers.
  /art/compiler/utils/mips/
constants_mips.h 31 // Values for double-precision floating point registers.
  /art/runtime/arch/mips/
registers_mips.h 70 // Values for single-precision floating point registers.
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
div.c 55 * n/d is to be computed in infinite precision. In other
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2f.c 23 * use double precision for everything except passing x
k_tanf.c 53 * operations, and don't need to to care since we have precision to
s_cosf.c 31 /* Small multiples of pi/2 rounded to double precision. */
s_csqrtf.c 77 * We compute t in double precision to avoid overflow and to

Completed in 1502 milliseconds

<<81828384858687888990>>