HomeSort by relevance Sort by last modified time
    Searched refs:Ar (Results 1 - 25 of 29) sorted by null

1 2

  /external/eigen/test/
sparse_ref.cpp 96 Ref<SparseMatrix<float> > Ar(A);
97 VERIFY_IS_APPROX(Ar+Ar, A+A);
98 VERIFY_EVALUATION_COUNT( call_ref_1(Ar, A), 0);
99 VERIFY_EVALUATION_COUNT( call_ref_2(Ar, A), 0);
  /external/ImageMagick/MagickCore/
fourier.c 238 *magick_restrict Ar,
251 Ar=GetCacheViewVirtualPixels(Ar_view,0,y,Ar_image->columns,1,exception);
257 if ((Ar == (const Quantum *) NULL) || (Ai == (const Quantum *) NULL) ||
275 Cr[i]=Ar[i]+Br[i];
282 Cr[i]=Ar[i];
292 Cr[i]=gamma*(Ar[i]*Br[i]+Ai[i]*Bi[i]);
293 Ci[i]=gamma*(Ai[i]*Br[i]-Ar[i]*Bi[i]);
298 Cr[i]=sqrt(Ar[i]*Ar[i]+Ai[i]*Ai[i]);
299 Ci[i]=atan2(Ai[i],Ar[i])/(2.0*MagickPI)+0.5
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 261 const CvMat *R, const CvMat* Ar, CvArr* mapxarr, CvArr* mapyarr )
267 double a[9], ar[9], r[9], ir[9], k[5]={0,0,0,0,0}; local
273 CvMat _ar = cvMat( 3, 3, CV_64F, ar );
305 if( Ar )
308 if( !CV_IS_MAT(Ar) || Ar->rows != 3 || (Ar->cols != 3 && Ar->cols != 4) ||
309 (CV_MAT_TYPE(Ar->type) != CV_32FC1 && CV_MAT_TYPE(Ar->type) != CV_64FC1)
    [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 64 const int ar[100] = {0}; local
67 int *pi = intp(ar);
115 int ar[1]; local
117 (void)cintp(ar);
128 typedef A &Ar;
129 (void)Ar(*((B*)0)); // expected-warning {{binding dereferenced null pointer to reference has undefined behavior}}
  /external/llvm/tools/lli/
lli.cpp 524 std::unique_ptr<object::Archive> &Ar = ArOrErr.get();
526 object::OwningBinary<object::Archive> OB(std::move(Ar), std::move(ArBuf));
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Sal.h 630 UINT64 Ar[128];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
SalApi.h 462 UINT64 Ar[128];
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
838 : SExpr(A), Fun(F), Arg(Ar)
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
    [all...]
  /external/syslinux/bios/dos/
syslinux.com 30 ???? ?v`Y??????k????t??$^?$g?kEi?Y?r?? ???? J?????? ?/??a? ?@`?!-?7???SN???(~????F?? ??|?x*?o ?|???$L?@yi?rN??X?*??A?C#?`????? ?+q?m? ?????PVYV?u ??,???????? ?<F????????h]???S?9?1?"?H:K2?????cq??P???>??q???)0?9??H?CC2???C6? .0??E??Ar??????*?+???t?
346 ??—9???c?2???(.m%?x???.Ar???&?-???*?m[V??n`K??:Ws??v?|???????I Q?n?V????5??/???Z????v?i???jEJ???
    [all...]
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp 364 ??UF???@YPn)?L?xj?????`????J?p???r?#?M5? ????\? );???|\?P?qh?????Q?|?j?? ???V??`??o?Vt?(??z??cd???US?_?P?}C??EI??X????5'??7p6???v2?S??Z?4B?&??x????M??M?%??<e??Rh??Z:???8SYl`????[?!?h\?WC? ?HT=5*?J22?7+?0?A??3??????3?Chh????n)(u?K&!)??t????PK733*?e?5????e)+???,/,??rB???q S??%?e`?Pm`@???@?? ?,z?A}?U??d?}D???I??Xx??n??c??y ???_????>??B??Ar?^?@????p?`J???/?!?KI?<???I"???I"? lR?????????0P???_?
604 p?M2?HD??{N?A?????/tJ?8?R ??&?bXp?_fB"?r????|^??Mk??^??f?-9{/2`5\( D?V???(???? $?}t?6?I??X{FC? ?ª"?G?QK??{O??h?!AR?!?@?? ?@?:?K?v"2?B
    [all...]

Completed in 1721 milliseconds

1 2