Home
last modified time | relevance | path

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

123

/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/chromium_org/third_party/icu/source/data/region/
Dro.txt42 BL{"Sfântul Bartolomeu"}
140 KN{"Sfântul Kitts și Nevis"}
148 LC{"Sfânta Lucia"}
161 MF{"Sfântul Martin"}
200 PM{"Sfântul Pierre și Miquelon"}
220 SH{"Sfânta Elena"}
257 VC{"Sfântul Vincent și Grenadine"}
/external/icu/icu4c/source/data/region/
Dro.txt71 BL{"Sfântul Bartolomeu"}
178 LC{"Sfânta Lucia"}
191 MF{"Sfântul Martin"}
250 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/chromium_org/chrome/installer/mac/third_party/bsdiff/
Dgoobsdiff.c341 off_t s,Sf,lenf,Sb,lenb; in main() local
439 s=0;Sf=0;lenf=0; in main()
443 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; }; in main()
/external/chromium_org/courgette/third_party/
Dbsdiff_create.cc350 int score = 0, Sf = 0; in CreateBinaryPatch() local
354 if (score*2 - i > Sf*2 - lenf) { Sf = score; lenf = i; } in CreateBinaryPatch()
/external/chromium_org/third_party/icu/source/data/curr/
Dhi.txt291 "Sf",
Dfa.txt459 "Sf",
Dro.txt636 "liră Insula Sf. Elena",
659 "Sf",
1376 few{"lire Insula Sf. Elena"}
1377 other{"lire Insula Sf. Elena"}
Dmk.txt603 "Sf",
Dka.txt627 "Sf",
Dhe.txt643 "Sf",
Dar.txt767 "Sf",
Droot.txt535 "Sf" /** === */,
Dbn.txt835 "Sf",
Dzh.txt827 "Sf",
Dth.txt835 "Sf",
Dzh_Hant.txt804 "Sf",
Dja.txt839 "Sf",
Dko.txt839 "Sf",
/external/chromium_org/third_party/icu/source/data/translit/
DLatin_ConjoiningJamo.txt68 $Sf = ᆺ;
203 $jamoMedial {s} ↔ $Sf;
/external/icu/icu4c/source/data/translit/
DLatin_ConjoiningJamo.txt68 $Sf = ᆺ;
203 $jamoMedial {s} ↔ $Sf;
/external/clang/include/clang/Basic/
Darm_neon.td1342 def SCALAR_FCVTZS_N_S32 : SInst<"vcvt_n_s32", "$si", "Sf">;
1343 def SCALAR_FCVTZU_N_U32 : SInst<"vcvt_n_u32", "bsi", "Sf">;
1396 def SCALAR_FCVTNSS : SInst<"vcvtn_s32", "$s", "Sf">;
1397 def SCALAR_FCVTNUS : SInst<"vcvtn_u32", "bs", "Sf">;
1400 def SCALAR_FCVTMSS : SInst<"vcvtm_s32", "$s", "Sf">;
1401 def SCALAR_FCVTMUS : SInst<"vcvtm_u32", "bs", "Sf">;
1404 def SCALAR_FCVTASS : SInst<"vcvta_s32", "$s", "Sf">;
1405 def SCALAR_FCVTAUS : SInst<"vcvta_u32", "bs", "Sf">;
1408 def SCALAR_FCVTPSS : SInst<"vcvtp_s32", "$s", "Sf">;
1409 def SCALAR_FCVTPUS : SInst<"vcvtp_u32", "bs", "Sf">;
[all …]

123