Home
last modified time | relevance | path

Searched +defs:round +defs:w +defs:s (Results 1 – 5 of 5) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java166 public static ZTauElement round(SimpleBigDecimal lambda0, in round() method in Tnaf
284 BigInteger s, BigInteger vm, byte a, int m, int c) in approximateDivisionByN()
364 BigInteger s = r0.shiftRight(1); in tauAdicNaf() local
472 BigInteger s = null; in getLucas() local
502 public static BigInteger getTw(byte mu, int w) in getTw()
612 BigInteger[] s, byte mu, byte c) in partModReduction()
660 BigInteger[] s = curve.getSi(); in multiplyRTnaf() local
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl43 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s) :
47 …UALIFIER fvec4SIMD::fvec4SIMD(float const & x, float const & y, float const & z, float const & w) :
76 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec3 const & v, float const & s) :
80 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s, vec3 const & v) :
101 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator+=(float const & s)
113 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator-=(float const & s)
125 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator*=(float const & s)
137 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator/=(float const & s)
183 GLM_FUNC_QUALIFIER fvec4SIMD operator+ (fvec4SIMD const & v, float s)
188 GLM_FUNC_QUALIFIER fvec4SIMD operator+ (float s, fvec4SIMD const & v)
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c325 int y_stride, const uint8_t *second_pred, int w, int h, int offset, in setup_center_error()
395 const uint8_t *second_pred, int w, int h) { in vp9_skip_sub_pixel_tree()
426 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned_evenmore()
491 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned_more()
551 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned()
642 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree()
660 int iter, round = 3 - forced_stop; in vp9_find_best_sub_pixel_tree() local
870 int i, s, t; in vp9_pattern_search() local
1040 int i, s, t; in vp9_pattern_search_sad() local
2472 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_return_max_sub_pixel_mv()
[all …]
/external/valgrind/helgrind/
Dlibhb_core.c2008 const HChar* s = in scalarts_limitations_fail_NORETURN() local
2016 const HChar* s = in scalarts_limitations_fail_NORETURN() local
2942 SVal* s ) in remap_VtsIDs_in_SVal()
3372 static inline UInt ROL32 ( UInt w, Int n ) { in ROL32()
4129 static inline Bool SVal__isC ( SVal s ) { in SVal__isC()
4137 static inline VtsID SVal__unC_Rmin ( SVal s ) { in SVal__unC_Rmin()
4141 static inline VtsID SVal__unC_Wmin ( SVal s ) { in SVal__unC_Wmin()
4146 static inline Bool SVal__isA ( SVal s ) { in SVal__isA()
4155 static inline void SVal__rcinc ( SVal s ) { in SVal__rcinc()
4163 static inline void SVal__rcdec ( SVal s ) { in SVal__rcdec()
[all …]
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c581 UInt w = 0; in getUIntPPCendianly() local
12178 #define AND4(w, x, y, z) AND( AND( w, x ), AND( y, z ) ) argument
12181 #define OR4(w, x, y, z) OR( OR( w, x ), OR( y, z ) ) argument
12808 IRExpr* round = get_IR_roundingmode_DFP(); in dis_dfp_arith() local
12866 IRExpr* round = get_IR_roundingmode_DFP(); in dis_dfp_arithq() local
12991 IRExpr* round = get_IR_roundingmode_DFP(); in dis_dfp_fmt_conv() local
13057 IRExpr* round = get_IR_roundingmode_DFP(); in dis_dfp_fmt_convq() local
14204 ULong s = IFIELD(theInstr, 20, 1); in dis_dfp_bcd() local
14465 ULong s = IFIELD(theInstr, 20, 1); in dis_dfp_bcdq() local
25936 IRTemp round = newTemp( Ity_I32); in dis_av_bcd() local