Home
last modified time | relevance | path

Searched refs:Round (Results 1 – 25 of 46) sorted by relevance

12

/external/boringssl/mac-x86/crypto/bn/
Dbn-586.S120 # 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/
Dbn-586.asm130 ; 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/
DCoordinate.java220 … 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()
DNumUtil.java24 public float Round(float Rval, int Rpl) { in Round() method in NumUtil
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.asm49 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/
Dtreecoder.h78 int Round
/external/pdfium/testing/resources/
Dbug_452455.in53 /SpotFunction /Round
/external/llvm/include/llvm/Support/
DScaledNumber.h205 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/
Dnl.po75 msgid "Round colors"
87 msgid "Round color components downward"
91 msgid "Round to nearest color"
Dsv.po72 msgid "Round colors"
84 msgid "Round color components downward"
88 msgid "Round to nearest color"
Dfr.po74 msgid "Round colors"
86 msgid "Round color components downward"
90 msgid "Round to nearest color"
Des.po75 msgid "Round colors"
87 msgid "Round color components downward"
91 msgid "Round to nearest color"
Dde.po76 msgid "Round colors"
88 msgid "Round color components downward"
92 msgid "Round to nearest color"
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp769 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/
Dfp_trunc_impl.inc87 // Round to nearest
123 // Round to nearest
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc2712 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 …]
Dlogic-a64.cc1799 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/
Dconfigure.ac304 # Round up to the next release API (x.y) version.
DChangeLog239 * configure.ac (eu_version): Round down here, not in version.h macros.
/external/llvm/test/MC/Disassembler/Hexagon/
Dxtype_alu.txt152 # Round
/external/clang/include/clang/Basic/
DBuiltinsNVPTX.def164 // Round
/external/llvm/lib/Target/X86/
DX86InstrAVX512.td183 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/
DSystemZInstrFP.td262 // Round to an integer, with the second operand (modifier M3) specifying
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst333 .. opcode:: ROUND - Round
689 .. opcode:: ARR - Address Register Load With Round
1765 round(x) Round x.
/external/llvm/test/Other/
Dnew-pass-manager.ll94 ; Round trip through bitcode.

12