Home
last modified time | relevance | path

Searched +defs:recip +defs:s (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dsmult_curve25519_ref.c138 unsigned int s[32]; in mainloop() local
180 static void recip(unsigned int out[32],const unsigned int z[32]) in recip() function
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl43 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s) :
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)
199 GLM_FUNC_QUALIFIER fvec4SIMD operator- (fvec4SIMD const & v, float s)
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java224 splitReciprocal(tmp, recip); in splitReciprocal() argument
311 double recip = 1.0/ya; in cosh() local
375 double recip = 1.0/ya; in sinh() local
3997 long s = Double.doubleToLongBits(sign); in copySign() local
4014 int s = Float.floatToIntBits(sign); in copySign() local
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c57 static void fe_frombytes(fe h, const uint8_t *s) { in fe_frombytes()
126 static void fe_tobytes(uint8_t *s, const fe h) { in fe_tobytes()
728 uint8_t s[32]; in fe_isnonzero() local
741 uint8_t s[32]; in fe_isnegative() local
955 void x25519_ge_tobytes(uint8_t *s, const ge_p2 *h) { in x25519_ge_tobytes()
956 fe recip; in x25519_ge_tobytes() local
967 static void ge_p3_tobytes(uint8_t *s, const ge_p3 *h) { in ge_p3_tobytes()
968 fe recip; in ge_p3_tobytes() local
985 int x25519_ge_frombytes_vartime(ge_p3 *h, const uint8_t *s) { in x25519_ge_frombytes_vartime()
3501 ge_p2 s; in x25519_ge_scalarmult_base() local
[all …]