/external/llvm/test/CodeGen/ARM/ |
D | no-tail-call.ll | 5 %foo = type <{ %Sf }> 6 %Sf = type <{ float }> 21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0 24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0 27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0 33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0 40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0 59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0 62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0 65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0 [all …]
|
/external/opencv/cxcore/src/ |
D | cxmatrix.cpp | 904 #define Sf( y, x ) ((float*)(srcdata + y*srcstep))[x] macro 984 double d = det2(Sf); in cvInvert() 990 t0 = Sf(0,0)*d; in cvInvert() 991 t1 = Sf(1,1)*d; in cvInvert() 994 t0 = -Sf(0,1)*d; in cvInvert() 995 t1 = -Sf(1,0)*d; in cvInvert() 1023 double d = det3(Sf); in cvInvert() 1030 t[0] = (float)((Sf(1,1) * Sf(2,2) - Sf(1,2) * Sf(2,1)) * d); in cvInvert() 1031 t[1] = (float)((Sf(0,2) * Sf(2,1) - Sf(0,1) * Sf(2,2)) * d); in cvInvert() 1032 t[2] = (float)((Sf(0,1) * Sf(1,2) - Sf(0,2) * Sf(1,1)) * d); in cvInvert() [all …]
|
/external/clang/test/CodeGen/ |
D | ppc64-struct-onefloat.c | 4 typedef struct s1 { float f; } Sf; typedef 6 typedef struct s4 { Sf fs; } SSf; 9 void bar(Sf a, Sd b, SSf d, SSd e) {} in bar() 30 Sf p1 = { 22.63f }; in foo()
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p8.cpp | 10 static constexpr int Sf(); 20 int (*Sf)() = &S::Sf; in f() local 32 constexpr int S::Sf() { return 2; } in Sf() function in S
|
/external/icu/icu4c/source/data/region/ |
D | ro.txt | 68 BL{"Sfântul Bartolomeu"} 175 LC{"Sfânta Lucia"} 188 MF{"Sfântul Martin"} 247 SH{"Sfânta Elena"}
|
/external/bsdiff/ |
D | bsdiff.c | 205 off_t s,Sf,lenf,Sb,lenb; in main() local 295 s=0;Sf=0;lenf=0; in main() 299 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; }; in main()
|
/external/icu/icu4c/source/data/translit/ |
D | Latin_ConjoiningJamo.txt | 68 $Sf = ᆺ; 203 $jamoMedial {s} ↔ $Sf;
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 1365 def SCALAR_FCVTZS_N_S32 : SInst<"vcvt_n_s32", "$si", "Sf">; 1366 def SCALAR_FCVTZU_N_U32 : SInst<"vcvt_n_u32", "bsi", "Sf">; 1419 def SCALAR_FCVTNSS : SInst<"vcvtn_s32", "$s", "Sf">; 1420 def SCALAR_FCVTNUS : SInst<"vcvtn_u32", "bs", "Sf">; 1423 def SCALAR_FCVTMSS : SInst<"vcvtm_s32", "$s", "Sf">; 1424 def SCALAR_FCVTMUS : SInst<"vcvtm_u32", "bs", "Sf">; 1427 def SCALAR_FCVTASS : SInst<"vcvta_s32", "$s", "Sf">; 1428 def SCALAR_FCVTAUS : SInst<"vcvta_u32", "bs", "Sf">; 1431 def SCALAR_FCVTPSS : SInst<"vcvtp_s32", "$s", "Sf">; 1432 def SCALAR_FCVTPUS : SInst<"vcvtp_u32", "bs", "Sf">; [all …]
|
/external/icu/icu4c/source/data/curr/ |
D | ro.txt | 713 "liră Insula Sf. Elena", 1856 few{"lire Insula Sf. Elena"} 1857 one{"liră Insula Sf. Elena"} 1858 other{"lire Insula Sf. Elena"}
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 873 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {} in SExpr() 874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor 875 : SExpr(A), Sfun(Sf), Arg(Ar) {} in SExpr()
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyCommon.cpp | 900 til::SExpr *Sf = new (Arena) til::LiteralPtr(VD); in handleDestructorCall() local 902 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall()
|
/external/icu/icu4c/source/data/zone/ |
D | ro.txt | 895 ec{"Sf. Elena"}
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8445 MachO::sub_framework_command Sf = Obj->getSubFrameworkCommand(Command); in PrintLoadCommands() local 8446 PrintSubFrameworkCommand(Sf, Command.Ptr); in PrintLoadCommands() 8448 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command); in PrintLoadCommands() local 8449 PrintSubUmbrellaCommand(Sf, Command.Ptr); in PrintLoadCommands()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_mgc.pkb | 2615 ��OOqQO;2K\Qcr�[\Sf�0>\:NQW(UmJ[UNw|e��;FFICP`_hbn��eeFFJHPY\`_]bilip=@?;CJI����E-e#�C-���…
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | ddms_calculator_start.trace | 85616 9��pL/Sf � 205772 Sf� 238812 �p�Sf� 334652 qirSf� 432652 ��q\Sf� 513005 !��q��Sf#�
|