/external/compiler-rt/lib/builtins/ |
D | powitf2.c | 24 const int recip = b < 0; in __powitf2() local
|
D | powisf2.c | 22 const int recip = b < 0; in __powisf2() local
|
D | powidf2.c | 22 const int recip = b < 0; in __powidf2() local
|
D | powixf2.c | 24 const int recip = b < 0; in __powixf2() local
|
/external/oboe/apps/fxlab/app/src/main/cpp/effects/ |
D | DriveControl.h | 39 const double recip = 1 / kScale; variable
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_pow.cc | 22 const bool recip = b < 0; in Powi() local
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-jwe.h | 57 int recip; member
|
/external/libwebsockets/minimal-examples/abstract/protocols/smtp-client/ |
D | main.c | 15 static const char *recip; variable
|
/external/ComputeLibrary/src/core/NEON/ |
D | NEMath.inl | 113 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
|
D | SVEMath.inl | 63 auto recip = svrecpe_f16(x); local 71 auto recip = svrecpe_f32(x); local
|
/external/rust/crates/ring/src/ec/curve25519/ |
D | ops.rs | 127 let mut recip = Elem::zero(); in encode_point() localVariable
|
/external/libwebsockets/lib/jose/jws/ |
D | jose.c | 77 int recip; member
|
/external/libwebsockets/plugins/ssh-base/crypto/ |
D | smult_curve25519_ref.c | 180 static void recip(unsigned int out[32],const unsigned int z[32]) in recip() function
|
/external/rust/crates/num-traits/src/ |
D | real.rs | 243 fn recip(self) -> Self; in recip() method
|
D | float.rs | 652 fn recip(self) -> Self { in recip() method 1333 fn recip(self) -> Self; in recip() method
|
/external/rust/crates/half/src/ |
D | num_traits.rs | 269 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/ |
D | jcdctmgr.c | 416 UDCTELEM recip, corr; in quantize() local
|
/external/python/cpython2/Lib/ |
D | smtplib.py | 484 def rcpt(self, recip, options=[]): argument
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 224 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/ |
D | smtplib.py | 548 def rcpt(self, recip, options=()): argument
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 480 fe recip; in x25519_ge_tobytes() local 492 fe recip; in ge_p3_tobytes() local
|
/external/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 479 fe recip; in x25519_ge_tobytes() local 491 fe recip; in ge_p3_tobytes() local
|
/external/cronet/third_party/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 479 fe recip; in x25519_ge_tobytes() local 491 fe recip; in ge_p3_tobytes() local
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_vec4.inl | 710 __m128 recip = _mm_rsqrt_ps(x.Data); // "estimate" opcode local
|
/external/rust/crates/glam/src/f32/ |
D | vec2.rs | 518 pub fn recip(self) -> Self { in recip() method
|