Home
last modified time | relevance | path

Searched +defs:recip +defs:s (Results 1 – 6 of 6) 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/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.cpp258 btScalar s = btSin(SIMD_RADS_PER_DEG*(x)); in maxdirsterid() local
271 btScalar s = btSin(SIMD_RADS_PER_DEG*(xx)); in maxdirsterid() local
375 void HullLibrary::b2bfix(btHullTriangle* s,btHullTriangle*t) in b2bfix()
391 void HullLibrary::removeb2b(btHullTriangle* s,btHullTriangle*t) in removeb2b()
872 btScalar recip[3]={0.f,0.f,0.f}; in CleanupVertices() 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()
744 uint8_t s[32]; in fe_isnonzero() local
757 uint8_t s[32]; in fe_isnegative() local
1022 static void ge_tobytes(uint8_t *s, const ge_p2 *h) { in ge_tobytes()
1023 fe recip; in ge_tobytes() local
1034 static void ge_p3_tobytes(uint8_t *s, const ge_p3 *h) { in ge_p3_tobytes()
1035 fe recip; in ge_p3_tobytes() local
1052 static int ge_frombytes_negate_vartime(ge_p3 *h, const uint8_t *s) { in ge_frombytes_negate_vartime()
3548 ge_p2 s; in ge_scalarmult_base() local
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c928 float recip = 1.0f / src->f[i]; in micro_rcc() local
1718 const union tgsi_exec_channel *s, in fetch_texel()