Home
last modified time | relevance | path

Searched refs:hf (Results 1 – 25 of 64) sorted by relevance

123

/external/llvm/test/CodeGen/Mips/
Dmips16fpe.ll1 …: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16hf
44 ;16hf-LABEL: test_addsf3:
49 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_addsf3)(${{[0-9]+}})
55 ;16hf-LABEL: test_adddf3:
60 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_adddf3)(${{[0-9]+}})
66 ;16hf-LABEL: test_subsf3:
71 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_subsf3)(${{[0-9]+}})
77 ;16hf-LABEL: test_subdf3:
82 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_subdf3)(${{[0-9]+}})
88 ;16hf-LABEL: test_mulsf3:
[all …]
/external/opencv3/modules/rsobjdetect/src/
Dinnerloop.cpp12 void initInnerLoop(HaarVars hf, int origWidth, int origHeight) { in initInnerLoop() argument
20 sc->set_sqofs(hf.sqofs); in initInnerLoop()
21 sc->set_normRectArea(hf.normRectArea); in initInnerLoop()
22 sc->set_stagesSize(hf.stagesSize); in initInnerLoop()
26 const HaarStump* cascadeStumps = &hf.stumps[0]; in initInnerLoop()
27 const HaarStage* cascadeStages = &hf.stages[0]; in initInnerLoop()
29 for( int i = 0; i < hf.nStumps; i++ ) in initInnerLoop()
35 for(int stageIdx = 0; stageIdx < hf.stagesSize; stageIdx++) { in initInnerLoop()
41 for( int i = 0; i < hf.nFeatures; i++ ) in initInnerLoop()
43 const HaarFeature f = hf.haarFeatures[i]; in initInnerLoop()
[all …]
Drsobjdetect.hpp3 extern void initInnerLoop(HaarVars hf, int origWidth, int origHeight);
/external/zlib/src/contrib/minizip/
Diowin32.c45 HANDLE hf; member
83 w32fiow.hf = hFile; in win32_build_iowin()
202 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
224 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
265 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
288 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
315 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
353 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
392 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
Dallocator.pass.cpp92 HF hf(42); in main() local
94 C c(4, hf, a); in main()
96 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp133 HF hf(43); in main() local
141 }, 12, hf, a); in main()
149 assert(c.hash_function() == hf); in main()
Drange.pass.cpp145 HF hf(43); in main() local
147 … C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a); in main()
154 assert(c.hash_function() == hf); in main()
/external/llvm/test/CodeGen/SystemZ/
Dla-03.ll17 define hidden void @hf() {
82 ; CHECK: larl %r2, hf
84 ret void() *@hf
Dla-02.ll19 define hidden void @hf() {
84 ; CHECK: lgrl %r2, hf@GOT
86 ret void() *@hf
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
Dallocator.pass.cpp92 HF hf(42); in main() local
94 C c(4, hf, a); in main()
96 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp133 HF hf(43); in main() local
141 }, 12, hf, a); in main()
149 assert(c.hash_function() == hf); in main()
Drange.pass.cpp145 HF hf(43); in main() local
147 … C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a); in main()
154 assert(c.hash_function() == hf); in main()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
Dallocator.pass.cpp96 HF hf(12); in main() local
97 C c(2, hf, a); in main()
99 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp133 HF hf(42); in main() local
142 }, 12, hf, a); in main()
149 assert(c.hash_function() == hf); in main()
Drange.pass.cpp149 HF hf(42); in main() local
151 … C c(input_iterator<P*>(arr), input_iterator<P*>(arr + sizeof(arr)/sizeof(arr[0])), 14, hf, a); in main()
158 assert(c.hash_function() == hf); in main()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
Dallocator.pass.cpp96 HF hf(12); in main() local
97 C c(2, hf, a); in main()
99 assert(c.hash_function() == hf); in main()
/external/libedit/src/
Dhistory.c1040 TYPE(History) hf; in FUNW()
1042 hf.h_ref = va_arg(va, void *); in FUNW()
1044 hf.h_first = va_arg(va, history_gfun_t); in FUNW()
1045 hf.h_next = va_arg(va, history_gfun_t); in FUNW()
1046 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
1047 hf.h_prev = va_arg(va, history_gfun_t); in FUNW()
1048 hf.h_curr = va_arg(va, history_gfun_t); in FUNW()
1049 hf.h_set = va_arg(va, history_sfun_t); in FUNW()
1050 hf.h_clear = va_arg(va, history_vfun_t); in FUNW()
1051 hf.h_enter = va_arg(va, history_efun_t); in FUNW()
[all …]
/external/guava/guava-tests/test/com/google/common/hash/
DMurmur3Hash32Test.java60 HashFn hf = new HashFn() { in testParanoid() local
69 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3); in testParanoid()
DMurmur3Hash128Test.java70 HashFn hf = new HashFn() { in testParanoid() local
79 HashTestUtils.verifyHashFunction(hf, 128, 0x6384BA69); in testParanoid()
/external/llvm/test/CodeGen/X86/
D2007-11-07-MulBy4.ll4 …%struct.hf = type { %struct.hf*, i16*, i8*, i32, i32, %struct.eebb*, i32, i32, i8*, i8*, i8*, i8*,…
5 …32, i32, i32, i32, i32, i8*, i16*, i16*, i16*, i16*, i32, i32, i32, %struct.ri*, i8*, %struct.hf* }
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_sampler_state.c131 sdc->hf[0] = _mesa_float_to_half(color[0]); in upload_default_color()
132 sdc->hf[1] = _mesa_float_to_half(color[1]); in upload_default_color()
133 sdc->hf[2] = _mesa_float_to_half(color[2]); in upload_default_color()
134 sdc->hf[3] = _mesa_float_to_half(color[3]); in upload_default_color()
/external/opencv3/doc/tutorials/introduction/crosscompilation/
Darm_crosscompile_with_cmake.markdown26 - [optional] ffmpeg or libav development packages for armeabi(hf): libavcodec-dev,
28 - [optional] GTK+2.x or higher, including headers (libgtk2.0-dev) for armeabi(hf);
30 - [optional] libjpeg-dev, libpng-dev, libtiff-dev, libjasper-dev for armeabi(hf).
/external/clang/test/SemaCUDA/
Dbuiltins.cu19 void hf() { in hf() function
Dasm-constraints-mixed.cu21 void hf() { in hf() function
/external/icu/icu4c/source/data/locales/
Dtr.txt1475 dn{"hf."}
1478 one{"{0} hf. sonra"}
1479 other{"{0} hf. sonra"}
1482 one{"{0} hf. önce"}
1483 other{"{0} hf. önce"}
1488 dn{"hf."}
1491 one{"{0} hf. sonra"}
1492 other{"{0} hf. sonra"}
1495 one{"{0} hf. önce"}
1496 other{"{0} hf. önce"}

123