/external/boringssl/mac-x86/crypto/bn/ |
D | bn-586.S | 120 # Round 0 129 # Round 4 138 # Round 8 147 # Round 12 156 # Round 16 165 # Round 20 174 # Round 24 183 # Round 28 203 # Tail Round 0 214 # Tail Round 1 [all …]
|
/external/boringssl/win-x86/crypto/bn/ |
D | bn-586.asm | 130 ; Round 0 139 ; Round 4 148 ; Round 8 157 ; Round 12 166 ; Round 16 175 ; Round 20 184 ; Round 24 193 ; Round 28 213 ; Tail Round 0 224 ; Tail Round 1 [all …]
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
D | Coordinate.java | 220 … decCoordinate = nu.Round(this.deg + (float) this.minsDecMins / 60, Coordinate.MINPRECISION); in buildCoOrdinate() 227 … decCoordinate = nu.Round(this.deg - ((float) this.minsDecMins / 60), Coordinate.MINPRECISION); in buildCoOrdinate() 236 … decCoordinate = nu.Round(this.deg + ((float) this.minsDecMins / 60), Coordinate.MINPRECISION); in buildCoOrdinate() 243 … decCoordinate = nu.Round(this.deg - ((float) this.minsDecMins / 60), Coordinate.MINPRECISION); in buildCoOrdinate()
|
D | NumUtil.java | 24 public float Round(float Rval, int Rpl) { in Round() method in NumUtil
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.asm | 49 vadd.s16 q4, q6 ; x + Round 54 vqdmulh.s16 q4, q8 ; y = ((Round+abs(z)) * Quant) >> 16 66 vadd.s16 q10, q6 ; x2 + Round 71 vqdmulh.s16 q10, q8 ; y2 = ((Round+abs(z)) * Quant) >> 16 181 vadd.s16 q12, q14 ; x + Round 186 vqdmulh.s16 q12, q8 ; y = ((Round+abs(z)) * Quant) >> 16
|
/external/libvpx/libvpx/vp8/common/ |
D | treecoder.h | 78 int Round
|
/external/pdfium/testing/resources/ |
D | bug_452455.in | 53 /SpotFunction /Round
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 205 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local 206 return std::make_pair(Floor + Round, Round ? 1 : -1); in getLgImpl() 716 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded() argument 721 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round); in getRounded()
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | nl.po | 75 msgid "Round colors" 87 msgid "Round color components downward" 91 msgid "Round to nearest color"
|
D | sv.po | 72 msgid "Round colors" 84 msgid "Round color components downward" 88 msgid "Round to nearest color"
|
D | fr.po | 74 msgid "Round colors" 86 msgid "Round color components downward" 90 msgid "Round to nearest color"
|
D | es.po | 75 msgid "Round colors" 87 msgid "Round color components downward" 91 msgid "Round to nearest color"
|
D | de.po | 76 msgid "Round colors" 88 msgid "Round color components downward" 92 msgid "Round to nearest color"
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 769 unsigned Round = 0; in runOnMachineFunction() local 772 DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction() 781 RS << Round; in runOnMachineFunction() 786 DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction() 794 ++Round; in runOnMachineFunction()
|
/external/compiler-rt/lib/builtins/ |
D | fp_trunc_impl.inc | 87 // Round to nearest 123 // Round to nearest
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 2712 case NEON_URSHL: ushl(vf, rd, rn, rm).Round(vf); break; in VisitNEON3Same() 2713 case NEON_SRSHL: sshl(vf, rd, rn, rm).Round(vf); break; in VisitNEON3Same() 2715 ushl(vf, rd, rn, rm).Round(vf).UnsignedSaturate(vf); in VisitNEON3Same() 2718 sshl(vf, rd, rn, rm).Round(vf).SignedSaturate(vf); in VisitNEON3Same() 2724 add(vf, rd, rn, rm).Uhalve(vf).Round(vf); in VisitNEON3Same() 2730 add(vf, rd, rn, rm).Halve(vf).Round(vf); in VisitNEON3Same() 3598 ushl(vf, rd, rn, rm).Round(vf); in VisitNEONScalar3Same() 3601 sshl(vf, rd, rn, rm).Round(vf); in VisitNEONScalar3Same() 3604 ushl(vf, rd, rn, rm).Round(vf).UnsignedSaturate(vf); in VisitNEONScalar3Same() 3607 sshl(vf, rd, rn, rm).Round(vf).SignedSaturate(vf); in VisitNEONScalar3Same() [all …]
|
D | logic-a64.cc | 1799 LogicVRegister shifted_reg = sshr(vform, temp, src, shift).Round(vform); in srsra() 1809 LogicVRegister shifted_reg = ushr(vform, temp, src, shift).Round(vform); in ursra() 2522 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn() 2534 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2() 2716 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn() 2728 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2() 2764 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun() 2776 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun2()
|
/external/elfutils/src/ |
D | configure.ac | 304 # Round up to the next release API (x.y) version.
|
D | ChangeLog | 239 * configure.ac (eu_version): Round down here, not in version.h macros.
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | xtype_alu.txt | 152 # Round
|
/external/clang/include/clang/Basic/ |
D | BuiltinsNVPTX.def | 164 // Round
|
/external/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 183 string Round = "", 189 OpcodeStr#"\t{"#AttSrcAsm#", $dst "#Round#"|"# 190 "$dst "#Round#", "#IntelSrcAsm#"}", 196 OpcodeStr#"\t{"#AttSrcAsm#", $dst {${mask}}"#Round#"|"# 197 "$dst {${mask}}"#Round#", "#IntelSrcAsm#"}", 205 OpcodeStr#"\t{"#AttSrcAsm#", $dst {${mask}} {z}"#Round#"|"# 206 "$dst {${mask}} {z}"#Round#", "#IntelSrcAsm#"}", 220 SDNode Select = vselect, string Round = "", 230 Round, MaskingConstraint, NoItinerary, IsCommutable>; 238 dag RHS, string Round = "", [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 262 // Round to an integer, with the second operand (modifier M3) specifying
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 333 .. opcode:: ROUND - Round 689 .. opcode:: ARR - Address Register Load With Round 1765 round(x) Round x.
|
/external/llvm/test/Other/ |
D | new-pass-manager.ll | 94 ; Round trip through bitcode.
|