Home
last modified time | relevance | path

Searched defs:recip (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/builtins/
Dpowisf2.c22 const int recip = b < 0; in __powisf2() local
Dpowitf2.c24 const int recip = b < 0; in __powitf2() local
Dpowixf2.c24 const int recip = b < 0; in __powixf2() local
Dpowidf2.c22 const int recip = b < 0; in __powidf2() local
/external/openssh/
Dsmult_curve25519_ref.c180 static void recip(unsigned int out[32],const unsigned int z[32]) in recip() function
/external/libjpeg-turbo/
Djcdctmgr.c411 UDCTELEM recip, corr; in quantize() local
/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_common.inl304 __m128 recip = _mm_rsqrt_ss(x); // "estimate" opcode local
/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
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl716 __m128 recip = _mm_rsqrt_ps(x.Data); // "estimate" opcode local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.cpp872 btScalar recip[3]={0.f,0.f,0.f}; in CleanupVertices() local
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c1023 fe recip; in ge_tobytes() local
1035 fe recip; in ge_p3_tobytes() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c928 float recip = 1.0f / src->f[i]; in micro_rcc() local