| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 28 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 D | Verifier.cpp | 4495 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 D | Instructions.cpp | 2640 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 D | MDBuilder.h | 54 MDNode *createFPMath(float Accuracy);
|
| /netbsd-src/lib/libusbhid/ |
| H A D | usb_hid_usages | 1673 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 D | sasin.sa | 45 * Accuracy and Monotonicity: The returned result is within 3 ulps in
|
| H A D | satanh.sa | 46 * Accuracy and Monotonicity: The returned result is within 3 ulps in
|
| H A D | sacos.sa | 45 * Accuracy and Monotonicity: The returned result is within 3 ulps in
|
| H A D | scosh.sa | 45 * Accuracy and Monotonicity: The returned result is within 3 ulps in
|
| H A D | ssinh.sa | 45 * Accuracy and Monotonicity: The returned result is within 3 ulps in
|
| H A D | stanh.sa | 45 * Accuracy and Monotonicity: The returned result is within 3 ulps in
|
| H A D | stwotox.sa | 46 * Accuracy and Monotonicity: The returned result is within 2 ulps in
|
| H A D | stan.sa | 45 * Accuracy and Monotonicity: The returned result is within 3 ulp in
|
| H A D | satan.sa | 45 * Accuracy and Monotonicity: The returned result is within 2 ulps in
|
| H A D | slogn.sa | 46 * Accuracy and Monotonicity: The returned result is within 2 ulps in
|
| H A D | ssin.sa | 50 * Accuracy and Monotonicity: The returned result is within 1 ulp in
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efiapi.h | 274 UINT32 Accuracy; // hertz member
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
| H A D | acefiex.h | 569 UINT32 Accuracy; member
|
| /netbsd-src/lib/libc/time/ |
| H A D | Theory | 9 Accuracy of the tz database 256 ----- Accuracy of the tz database -----
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 5355 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 D | CodeGenFunction.h | 4583 void SetFPAccuracy(llvm::Value *Val, float Accuracy);
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.ok | 1327 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 D | funstack.in | 9740 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 D | mpfr.info | 4548 * Accuracy: MPFR Interface. (line 25)
|
| H A D | mpfr.texi | 1286 @cindex Accuracy
|