Home
last modified time | relevance | path

Searched +defs:round +defs:e (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/jumper/
DSkJumper_vectors.h38 SI U32 round (F v, F scale) { return (uint32_t)(v*scale + 0.5f); } in round() function
42 SI F if_then_else(I32 c, F t, F e) { return c ? t : e; } in if_then_else()
96 SI F rcp (F v) { auto e = vrecpeq_f32 (v); return vrecpsq_f32 (v,e ) * e; } in rcp() local
97 SI F rsqrt (F v) { auto e = vrsqrteq_f32(v); return vrsqrtsq_f32(v,e*e) * e; } in rsqrt() local
99 SI U32 round (F v, F scale) { return vcvtnq_u32_f32(v*scale); } in round() function
103 SI F if_then_else(I32 c, F t, F e) { return vbslq_f32((U32)c,t,e); } in if_then_else()
189 SI F rcp (F v) { auto e = vrecpe_f32 (v); return vrecps_f32 (v,e ) * e; } in rcp() local
190 SI F rsqrt(F v) { auto e = vrsqrte_f32(v); return vrsqrts_f32(v,e*e) * e; } in rsqrt() local
191 SI U32 round(F v, F scale) { return vcvt_u32_f32(mad(v,scale,0.5f)); } in round() function
196 auto e = vrsqrte_f32(v); // Estimate and two refinement steps for e = rsqrt(v). in sqrt_() local
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_frame_scale_ssse3.c46 const __m128i *const e, const __m128i *const f, in filter()
67 const __m128i round = _mm_adds_epi16(terms, const64_x16); in filter() local
80 const __m128i e = _mm_loadl_epi64((const __m128i *)(src + x + 4)); in eight_tap_row_ssse3() local
132 const __m128i e = in upsample_1_to_2_ssse3() local
147 const __m128i e = _mm_loadl_epi64((const __m128i *)(tmp4 + x)); in upsample_1_to_2_ssse3() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java693 protected int align(int e) { in align()
1085 public Dfp power10K(final int e) { in power10K()
1111 public Dfp power10(final int e) { in power10()
1330 protected int round(int n) { in round() method in Dfp
1979 int e; in dfp2sci() local
2059 int e = exp; in dfp2string() local
/external/skia/src/gpu/
DGrTessellator.cpp274 inline void round(SkPoint* p) { in round() function
499 Edge* e = fFirstEdge; in emit() local
879 for (Edge* e = v->fFirstEdgeBelow; e; e = e->fNextEdgeBelow) { in rewind() local
883 for (Edge* e = v->fFirstEdgeAbove; e; e = e->fNextEdgeAbove) { in rewind() local
1316 for (Edge* e = v->fFirstEdgeAbove; e; e = e->fNextEdgeAbove) { in simplify() local
1320 for (Edge* e = v->fFirstEdgeBelow; e; e = e->fNextEdgeBelow) { in simplify() local
1356 for (Edge* e = v->fFirstEdgeAbove; e; e = e->fNextEdgeAbove) { in is_complex() local
1360 for (Edge* e = v->fFirstEdgeBelow; e; e = e->fNextEdgeBelow) { in is_complex() local
1396 for (Edge* e = v->fFirstEdgeAbove; e; e = e->fNextEdgeAbove) { in tessellate() local
1401 for (Edge* e = v->fFirstEdgeBelow; e; e = e->fNextEdgeBelow) { in tessellate() local
[all …]
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c332 static void assign ( IRTemp dst, IRExpr* e ) in assign()
418 static IRExpr* align4if ( IRExpr* e, Bool b ) in align4if()
539 IRExpr* e; in getIRegA() local
561 IRExpr* e; in getIRegT() local
576 static void llPutIReg ( UInt iregNo, IRExpr* e ) in llPutIReg()
589 IRExpr* e, in putIRegA()
628 IRExpr* e, in putIRegT()
714 static void llPutDReg ( UInt dregNo, IRExpr* e ) in llPutDReg()
725 IRExpr* e, in putDReg()
757 static void llPutDRegI64 ( UInt dregNo, IRExpr* e ) in llPutDRegI64()
[all …]
Dguest_ppc_toIR.c601 static void assign ( IRTemp dst, IRExpr* e ) in assign()
1237 static void putIReg ( UInt archreg, IRExpr* e ) in putIReg()
1334 static void putFReg ( UInt archreg, IRExpr* e ) in putFReg()
1343 IRExpr *e; in getDReg() local
1349 IRExpr *e; in getDReg32() local
1365 static void putDReg32(UInt archreg, IRExpr* e) { in putDReg32()
1371 static void putDReg(UInt archreg, IRExpr* e) { in putDReg()
1378 static void putDReg_pair(UInt archreg, IRExpr *e) { in putDReg_pair()
1522 static void putF128Reg ( UInt archreg, IRExpr* e ) in putF128Reg()
1530 static void putVReg ( UInt archreg, IRExpr* e ) in putVReg()
[all …]
/external/python/cpython2/Lib/
Ddecimal.py1102 def __abs__(self, round=True, context=None): argument
5514 def _decimal_lshift_exact(n, e): argument
5614 def _dlog10(c, e, p): argument
5648 def _dlog(c, e, p): argument
5766 def _dexp(c, e, p): argument
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp5544 Value *e; in Int4() local
5568 Value *e = Nucleus::createShuffleVector(d, d, swizzle2); in Int4() local
6974 auto round = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic); in Round() local
6994 auto round = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic); in Trunc() local
7034 auto round = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic); in Floor() local
7054 auto round = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic); in Ceil() local