Home
last modified time | relevance | path

Searched refs:Accuracy (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMDBuilder.cpp28 MDNode *MDBuilder::createFPMath(float Accuracy) { in createFPMath() argument
29 if (Accuracy == 0.0) in createFPMath()
31 assert(Accuracy > 0.0 && "Invalid fpmath accuracy!"); in createFPMath()
33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
H A DVerifier.cpp4495 const APFloat &Accuracy = CFP0->getValueAPF(); in visitInstruction() local
4496 Assert(&Accuracy.getSemantics() == &APFloat::IEEEsingle(), in visitInstruction()
4498 Assert(Accuracy.isFiniteNonZero() && !Accuracy.isNegative(), in visitInstruction()
H A DInstructions.cpp2640 ConstantFP *Accuracy = mdconst::extract<ConstantFP>(MD->getOperand(0)); in getFPAccuracy() local
2641 return Accuracy->getValueAPF().convertToFloat(); in getFPAccuracy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMDBuilder.h54 MDNode *createFPMath(float Accuracy);
/netbsd-src/lib/libusbhid/
H A Dusb_hid_usages1673 0x312 Property: Accuracy
1726 0x42B Property: Location Desired Accuracy
1781 0x488 Data Field: Magnetometer Accuracy
2020 0x860 Accuracy: Default
2021 0x861 Accuracy: High
2022 0x862 Accuracy: Medium
2023 0x863 Accuracy: Low
2036 0x8E0 Magnetometer Accuracy: Low
2037 0x8E1 Magnetometer Accuracy: Medium
2038 0x8E2 Magnetometer Accuracy: High
[all …]
/netbsd-src/sys/arch/m68k/fpsp/
H A Dsasin.sa45 * Accuracy and Monotonicity: The returned result is within 3 ulps in
H A Dsatanh.sa46 * Accuracy and Monotonicity: The returned result is within 3 ulps in
H A Dsacos.sa45 * Accuracy and Monotonicity: The returned result is within 3 ulps in
H A Dscosh.sa45 * Accuracy and Monotonicity: The returned result is within 3 ulps in
H A Dssinh.sa45 * Accuracy and Monotonicity: The returned result is within 3 ulps in
H A Dstanh.sa45 * Accuracy and Monotonicity: The returned result is within 3 ulps in
H A Dstwotox.sa46 * Accuracy and Monotonicity: The returned result is within 2 ulps in
H A Dstan.sa45 * Accuracy and Monotonicity: The returned result is within 3 ulp in
H A Dsatan.sa45 * Accuracy and Monotonicity: The returned result is within 2 ulps in
H A Dslogn.sa46 * Accuracy and Monotonicity: The returned result is within 2 ulps in
H A Dssin.sa50 * Accuracy and Monotonicity: The returned result is within 1 ulp in
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defiapi.h274 UINT32 Accuracy; // hertz member
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h569 UINT32 Accuracy; member
/netbsd-src/lib/libc/time/
H A DTheory9 Accuracy of the tz database
256 ----- Accuracy of the tz database -----
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp5355 void CodeGenFunction::SetFPAccuracy(llvm::Value *Val, float Accuracy) { in SetFPAccuracy() argument
5357 if (Accuracy == 0.0 || !isa<llvm::Instruction>(Val)) in SetFPAccuracy()
5361 llvm::MDNode *Node = MDHelper.createFPMath(Accuracy); in SetFPAccuracy()
H A DCodeGenFunction.h4583 void SetFPAccuracy(llvm::Value *Val, float Accuracy);
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok1327 W. J. Cody A Statistical Study of the Accuracy of
2040 Werner Liniger Connections Between Accuracy and
2614 Term Accuracy . . . . . . . . . . . . . 135--142
2672 George S. Fishman Achieving Specific Accuracy in
H A Dfunstack.in9740 title = "A Statistical Study of the Accuracy of Floating Point Number Systems",
15425 …title = "Connections Between Accuracy and Stability Properties of Linear Multistep Formulas…
19843 title = "Effective Information Retrieval Using Term Accuracy",
20311 title = "Achieving Specific Accuracy in Simulation Output Analysis",
26028 xxtitle = "Computing Standard Deviation: Accuracy",
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dmpfr.info4548 * Accuracy: MPFR Interface. (line 25)
H A Dmpfr.texi1286 @cindex Accuracy

12