/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_matching.h | 51 float recip; variable 78 float recip; variable
|
D | db_feature_matching.cpp | 402 …d db_SignedSquareNormCorr11x11_Pre_u(unsigned char **f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr11x11_Pre_u() 559 …PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr5x5_PreAlign_u() 626 …PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr21x21_PreAlign_u() 660 …PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr11x11_PreAlign_u() 1139 … int xi,int yi,float *sum,float *recip, in db_SignedSquareNormCorr11x11_PreAlign_AffinePatchWarp_u() 1939 …line void db_SignedSquareNormCorr11x11_Pre_f(float **f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr11x11_Pre_f() 2095 …rr11x11_PreAlign_f(float *patch,const float * const *f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr11x11_PreAlign_f()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/ |
H A 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
|
H A D | SVEMath.inl | 63 auto recip = svrecpe_f16(x); local 71 auto recip = svrecpe_f32(x); local
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | SpannableStringInternal.java | 447 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); in sendSpanAdded() local 457 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); in sendSpanRemoved() local 467 SpanWatcher[] recip = getSpans(Math.min(s, st), Math.max(e, en), in sendSpanChanged() local
|
/aosp_15_r20/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
|
/aosp_15_r20/external/compiler-rt/lib/builtins/ |
H A D | powidf2.c | 22 const int recip = b < 0; in __powidf2() local
|
H A D | powixf2.c | 24 const int recip = b < 0; in __powixf2() local
|
H A D | powitf2.c | 24 const int recip = b < 0; in __powitf2() local
|
H A D | powisf2.c | 22 const int recip = b < 0; in __powisf2() local
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | pow.rs | 7 let recip = b < 0; in pow() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | pow.rs | 7 let recip = b < 0; in pow() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | pow.rs | 7 let recip = b < 0; in pow() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | pow.rs | 7 let recip = b < 0; in pow() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | pow.rs | 7 let recip = b < 0; in pow() localVariable
|
/aosp_15_r20/external/oboe/apps/fxlab/app/src/main/cpp/effects/ |
H A D | DriveControl.h | 39 const double recip = 1 / kScale; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | runtime_pow.cc | 22 const bool recip = b < 0; in Powi() local
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-jwe.h | 57 int recip; member
|
/aosp_15_r20/external/libwebsockets/minimal-examples/abstract/protocols/smtp-client/ |
H A D | main.c | 15 static const char *recip; variable
|
/aosp_15_r20/external/llvm-libc/src/math/generic/ |
H A D | atan2.cpp | 219 bool recip = x_abs < y_abs; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ |
D | float.rs | 704 fn recip(self) -> Self { in recip() method 1334 fn recip(self) -> Self; in recip() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/ |
H A D | float.rs | 82 fn recip(self) -> Self; in recip() method
|
/aosp_15_r20/external/libwebsockets/lib/jose/jws/ |
H A D | jose.c | 77 int recip; member
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/ |
H A D | float.rs | 82 fn recip(self) -> Self; in recip() method
|