Home
last modified time | relevance | path

Searched refs:Sf (Results 1 – 19 of 19) 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/opencv3/modules/core/src/
Dlapack.cpp787 #define Sf( y, x ) ((float*)(srcdata + y*srcstep))[x] macro
858 double d = det2(Sf); in invert()
884 t0 = Sf(0,0)*d; in invert()
885 t1 = Sf(1,1)*d; in invert()
888 t0 = -Sf(0,1)*d; in invert()
889 t1 = -Sf(1,0)*d; in invert()
943 double d = det3(Sf); in invert()
951 t[0] = (((double)Sf(1,1) * Sf(2,2) - (double)Sf(1,2) * Sf(2,1)) * d); in invert()
952 t[1] = (((double)Sf(0,2) * Sf(2,1) - (double)Sf(0,1) * Sf(2,2)) * d); in invert()
953 t[2] = (((double)Sf(0,1) * Sf(1,2) - (double)Sf(0,2) * Sf(1,1)) * d); in invert()
[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/bsdiff/
Dbsdiff.cc116 off_t s,Sf,lenf,Sb,lenb; in bsdiff() local
223 s=0;Sf=0;lenf=0; in bsdiff()
227 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; }; in bsdiff()
/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/icu/icu4c/source/data/translit/
DLatin_ConjoiningJamo.txt68 $Sf = ᆺ;
203 $jamoMedial {s} ↔ $Sf;
/external/clang/include/clang/Basic/
Darm_neon.td1405 def SCALAR_FCVTZS_N_S32 : SInst<"vcvt_n_s32", "$si", "Sf">;
1406 def SCALAR_FCVTZU_N_U32 : SInst<"vcvt_n_u32", "bsi", "Sf">;
1469 def SCALAR_FCVTNSS : SInst<"vcvtn_s32", "$s", "Sf">;
1470 def SCALAR_FCVTNUS : SInst<"vcvtn_u32", "bs", "Sf">;
1473 def SCALAR_FCVTMSS : SInst<"vcvtm_s32", "$s", "Sf">;
1474 def SCALAR_FCVTMUS : SInst<"vcvtm_u32", "bs", "Sf">;
1477 def SCALAR_FCVTASS : SInst<"vcvta_s32", "$s", "Sf">;
1478 def SCALAR_FCVTAUS : SInst<"vcvta_u32", "bs", "Sf">;
1481 def SCALAR_FCVTPSS : SInst<"vcvtp_s32", "$s", "Sf">;
1482 def SCALAR_FCVTPUS : SInst<"vcvtp_u32", "bs", "Sf">;
[all …]
/external/icu/icu4c/source/data/curr/
Dro.txt713 "liră Insula Sf. Elena",
1901 few{"lire Insula Sf. Elena"}
1902 one{"liră Insula Sf. Elena"}
1903 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.cpp868 til::SExpr *Sf = new (Arena) til::LiteralPtr(VD); in handleDestructorCall() local
870 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall()
/external/icu/icu4c/source/data/zone/
Dro.txt901 ec{"Sf. Elena"}
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8601 MachO::sub_framework_command Sf = Obj->getSubFrameworkCommand(Command); in PrintLoadCommands() local
8602 PrintSubFrameworkCommand(Sf, Command.Ptr); in PrintLoadCommands()
8604 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command); in PrintLoadCommands() local
8605 PrintSubUmbrellaCommand(Sf, Command.Ptr); in PrintLoadCommands()
/external/webrtc/data/voice_engine/stereo_rtp_files/
Dhrtf_g722_1C_48_jitterT2.rtp2189 …�XÓA-D`x�A�@WGN�� ��[8�b>�a@3�\XB� ID�3QV^q��+��U����cѬ�S�((��@�%Jn�ߐSf*Kʆ�����T ܴ �%�T��t…
2384 �-�SfF�.�¥t���¼��%�@9��v����`�[@~q���� ��j����
Dhrtf_g722_1C_48.rtp2204 …�XÓA-D`x�A�@WGN�� ��[8�b>�a@3�\XB� ID�3QV^q��+��U����cѬ�S�((��@�%Jn�ߐSf*Kʆ�����T ܴ �%�T��t…
2407 �-�SfF�.�¥t���¼��%�@9��v����`�[@~q���� ��j����
/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/catapult/tracing/test_data/
Dddms_calculator_start.trace85616 9��pL/�Sf ��
205772Sf��
238812 �p� �Sf��
334652 qir�Sf��
432652 ��q\�Sf��
513005 !��q���Sf#��
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js7313 …i=e;return};default:{i=e;return}}}function Rf(a){a=a|0;i=i;return}function Sf(b,d,e,f,g){b=b|0;d=d… class in anonymousFunctionfedd5ac46a00.Md.Nd.Qd.Rd.Sd.Td.Ud.Vd.Wd.Xd.Yd.Zd._d.ae.be.je.le.qe.ue.xe.ze.De.Ge.Je.Ke.ff.Af.Bf.Cf.Ef.Ff.Gf.Hf
7325 …)==0;f=FW(32)|0;ie(f,b);if(g){re(f,0,7)|0;g=FW(68)|0;Sf(g,f,c,d,e);i=a;return g|0}else{g=FW(68)|0;