Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/builtins/
Dpowitf2.c24 const int recip = b < 0; in __powitf2() local
Dpowisf2.c22 const int recip = b < 0; in __powisf2() local
Dpowidf2.c22 const int recip = b < 0; in __powidf2() local
Dpowixf2.c24 const int recip = b < 0; in __powixf2() local
/external/oboe/apps/fxlab/app/src/main/cpp/effects/
DDriveControl.h39 const double recip = 1 / kScale; variable
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_pow.cc22 const bool recip = b < 0; in Powi() local
/external/libwebsockets/include/libwebsockets/
Dlws-jwe.h57 int recip; member
/external/libwebsockets/minimal-examples/abstract/protocols/smtp-client/
Dmain.c15 static const char *recip; variable
/external/ComputeLibrary/src/core/NEON/
DNEMath.inl113 float32x2_t recip = vrecpe_f32(x); local
121 float32x4_t recip = vrecpeq_f32(x); local
545 float16x4_t recip = vrecpe_f16(x); local
553 float16x8_t recip = vrecpeq_f16(x); local
DSVEMath.inl63 auto recip = svrecpe_f16(x); local
71 auto recip = svrecpe_f32(x); local
/external/rust/crates/ring/src/ec/curve25519/
Dops.rs127 let mut recip = Elem::zero(); in encode_point() localVariable
/external/libwebsockets/lib/jose/jws/
Djose.c77 int recip; member
/external/libwebsockets/plugins/ssh-base/crypto/
Dsmult_curve25519_ref.c180 static void recip(unsigned int out[32],const unsigned int z[32]) in recip() function
/external/rust/crates/num-traits/src/
Dreal.rs243 fn recip(self) -> Self; in recip() method
Dfloat.rs652 fn recip(self) -> Self { in recip() method
1333 fn recip(self) -> Self; in recip() method
/external/rust/crates/half/src/
Dnum_traits.rs269 fn recip(self) -> Self { in recip() method
411 fn recip(self) -> Self { in recip() method
1007 fn recip(self) -> Self { in recip() method
1149 fn recip(self) -> Self { in recip() method
/external/libjpeg-turbo/
Djcdctmgr.c416 UDCTELEM recip, corr; in quantize() local
/external/python/cpython2/Lib/
Dsmtplib.py484 def rcpt(self, recip, options=[]): argument
/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/python/cpython3/Lib/
Dsmtplib.py548 def rcpt(self, recip, options=()): argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/
Dcurve25519.c480 fe recip; in x25519_ge_tobytes() local
492 fe recip; in ge_p3_tobytes() local
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c479 fe recip; in x25519_ge_tobytes() local
491 fe recip; in ge_p3_tobytes() local
/external/cronet/third_party/boringssl/src/crypto/curve25519/
Dcurve25519.c479 fe recip; in x25519_ge_tobytes() local
491 fe recip; in ge_p3_tobytes() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.inl710 __m128 recip = _mm_rsqrt_ps(x.Data); // "estimate" opcode local
/external/rust/crates/glam/src/f32/
Dvec2.rs518 pub fn recip(self) -> Self { in recip() method

12