/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/chromium_org/third_party/icu/source/data/region/ |
D | ro.txt | 42 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/ |
D | ro.txt | 71 BL{"Sfântul Bartolomeu"} 178 LC{"Sfânta Lucia"} 191 MF{"Sfântul Martin"} 250 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/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
D | goobsdiff.c | 341 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/ |
D | bsdiff_create.cc | 350 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/ |
D | hi.txt | 291 "Sf",
|
D | fa.txt | 459 "Sf",
|
D | ro.txt | 636 "liră Insula Sf. Elena", 659 "Sf", 1376 few{"lire Insula Sf. Elena"} 1377 other{"lire Insula Sf. Elena"}
|
D | mk.txt | 603 "Sf",
|
D | ka.txt | 627 "Sf",
|
D | he.txt | 643 "Sf",
|
D | ar.txt | 767 "Sf",
|
D | root.txt | 535 "Sf" /** === */,
|
D | bn.txt | 835 "Sf",
|
D | zh.txt | 827 "Sf",
|
D | th.txt | 835 "Sf",
|
D | zh_Hant.txt | 804 "Sf",
|
D | ja.txt | 839 "Sf",
|
D | ko.txt | 839 "Sf",
|
/external/chromium_org/third_party/icu/source/data/translit/ |
D | Latin_ConjoiningJamo.txt | 68 $Sf = ᆺ; 203 $jamoMedial {s} ↔ $Sf;
|
/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 | 1342 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 …]
|