Home
last modified time | relevance | path

Searched refs:Sf (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dno-tail-call.ll5 %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/
Dcxmatrix.cpp904 #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/
Dppc64-struct-onefloat.c4 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/
Dp8.cpp10 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/
Dro.txt68 BL{"Sfântul Bartolomeu"}
175 LC{"Sfânta Lucia"}
188 MF{"Sfântul Martin"}
247 SH{"Sfânta Elena"}
/external/bsdiff/
Dbsdiff.c205 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/
DLatin_ConjoiningJamo.txt68 $Sf = ᆺ;
203 $jamoMedial {s} ↔ $Sf;
/external/clang/include/clang/Basic/
Darm_neon.td1365 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/
Dro.txt713 "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/
DThreadSafetyTIL.h873 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/
DThreadSafetyCommon.cpp900 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/
Dro.txt895 ec{"Sf. Elena"}
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8445 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/
Dit-IT_cm0_kpdf_mgc.pkb2615 ��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/
Dddms_calculator_start.trace85616 9��pL/�Sf ��
205772Sf��
238812 �p� �Sf��
334652 qir�Sf��
432652 ��q\�Sf��
513005 !��q���Sf#��