Home
last modified time | relevance | path

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

1234

/external/llvm/test/CodeGen/Mips/
Dmips16fpe.ll2 ; RUN: -verify-machineinstrs < %s | FileCheck %s -check-prefix=16hf
45 ;16hf-LABEL: test_addsf3:
50 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_addsf3)(${{[0-9]+}})
56 ;16hf-LABEL: test_adddf3:
61 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_adddf3)(${{[0-9]+}})
67 ;16hf-LABEL: test_subsf3:
72 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_subsf3)(${{[0-9]+}})
78 ;16hf-LABEL: test_subdf3:
83 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_subdf3)(${{[0-9]+}})
89 ;16hf-LABEL: test_mulsf3:
[all …]
/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/clang/test/Lexer/
Dopencl-half-literal.cl10 constant half e = 1.0hf; // expected-error{{invalid suffix 'hf' on floating constant}}
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
Dallocator.pass.cpp93 HF hf(42); in main() local
95 C c(4, hf, a); in main()
97 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp135 HF hf(43); in main() local
143 }, 12, hf, a); in main()
151 assert(c.hash_function() == hf); in main()
Drange.pass.cpp147 HF hf(43); in main() local
149 … C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a); in main()
156 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.cpp93 HF hf(42); in main() local
95 C c(4, hf, a); in main()
97 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp135 HF hf(43); in main() local
143 }, 12, hf, a); in main()
151 assert(c.hash_function() == hf); in main()
Drange.pass.cpp147 HF hf(43); in main() local
149 … C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a); in main()
156 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/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
Dallocator.pass.cpp115 HF hf(12); in main() local
116 C c(2, hf, a); in main()
118 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp135 HF hf(42); in main() local
144 }, 12, hf, a); in main()
151 assert(c.hash_function() == hf); in main()
Drange.pass.cpp151 HF hf(42); in main() local
153 … C c(input_iterator<P*>(arr), input_iterator<P*>(arr + sizeof(arr)/sizeof(arr[0])), 14, hf, a); in main()
160 assert(c.hash_function() == hf); in main()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
Dallocator.pass.cpp115 HF hf(12); in main() local
116 C c(2, hf, a); in main()
118 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp203 HF hf(42); in main() local
212 }, 12, hf, a ); in main()
247 assert(c.hash_function() == hf); in main()
/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/swiftshader/third_party/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/ltp/testcases/kernel/io/disktest/
Dio.c71 OFF_T FileSeek64(HANDLE hf, OFF_T distance, DWORD MoveMethod) in FileSeek64() argument
77 li.LowPart = SetFilePointer(hf, li.LowPart, &li.HighPart, MoveMethod); in FileSeek64()
/external/clang/test/SemaCUDA/
Dbuiltins.cu19 void hf() { in hf() function
Dasm-constraints-mixed.cu21 void hf() { in hf() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sampler_state.c382 sdc->hf[0] = _mesa_float_to_half(color.f[0]); in upload_default_color()
383 sdc->hf[1] = _mesa_float_to_half(color.f[1]); in upload_default_color()
384 sdc->hf[2] = _mesa_float_to_half(color.f[2]); in upload_default_color()
385 sdc->hf[3] = _mesa_float_to_half(color.f[3]); in upload_default_color()

1234