/external/compiler-rt/lib/builtins/ |
D | powixf2.c | 24 const int recip = b < 0; in __powixf2() local
|
D | powisf2.c | 22 const int recip = b < 0; in __powisf2() local
|
D | powitf2.c | 24 const int recip = b < 0; in __powitf2() local
|
D | powidf2.c | 22 const int recip = b < 0; in __powidf2() 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/llvm-libc/src/math/generic/ |
D | atan2f_float.h | 148 bool recip = x_abs < y_abs; variable
|
D | atan2.cpp | 102 bool recip = x_abs < y_abs; variable
|
D | atan2f.cpp | 293 bool recip = x_abs < y_abs; 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/cronet/tot/third_party/llvm-libc/src/src/math/generic/ |
D | atan2.cpp | 219 bool recip = x_abs < y_abs; variable
|
D | atan2f.cpp | 281 bool recip = x_abs < y_abs; variable
|
/external/cronet/stable/third_party/llvm-libc/src/src/math/generic/ |
D | atan2.cpp | 219 bool recip = x_abs < y_abs; variable
|
D | atan2f.cpp | 281 bool recip = x_abs < y_abs; variable
|
/external/rust/android-crates-io/crates/num-complex/src/ |
D | complex_float.rs | 47 fn recip(self) -> Self; in recip() method 256 fn recip(self) -> Self { in recip() method
|
/external/libwebsockets/lib/jose/jws/ |
D | jose.c | 77 int recip; member
|
/external/rust/android-crates-io/crates/ring/src/ec/curve25519/ |
D | ops.rs | 140 let mut recip = Elem::zero(); in encode_point() localVariable
|
/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/android-crates-io/crates/num-traits/src/ |
D | real.rs | 243 fn recip(self) -> Self; in recip() method
|
D | float.rs | 704 fn recip(self) -> Self { in recip() method 1334 fn recip(self) -> Self; in recip() method
|
/external/rust/android-crates-io/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
|