Home
last modified time | relevance | path

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

12345678910>>...12

/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/swiftshader/third_party/llvm-7.0/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/syzkaller/vendor/golang.org/x/net/http2/hpack/
Dhpack.go48 func (hf HeaderField) IsPseudo() bool {
49 return len(hf.Name) != 0 && hf.Name[0] == ':'
52 func (hf HeaderField) String() string {
54 if hf.Sensitive {
57 return fmt.Sprintf("header field %q = %q%s", hf.Name, hf.Value, suffix)
61 func (hf HeaderField) Size() uint32 {
74 return uint32(len(hf.Name) + len(hf.Value) + 32)
193 func (d *Decoder) at(i uint64) (hf HeaderField, ok bool) {
216 var hf []HeaderField
219 d.emit = func(f HeaderField) { hf = append(hf, f) }
[all …]
/external/deqp/external/openglcts/modules/common/
DglcMisc.cpp51 GLhalf hf; in floatToHalfFloat() local
70 hf = (((GLhalf)sign) << 15) | (GLhalf)(HALF_FLOAT_MAX_BIASED_EXP) | (GLhalf)(mantissa >> 13); in floatToHalfFloat()
79 hf = (((GLhalf)sign) << 15) | (GLhalf)(mantissa); in floatToHalfFloat()
83 hf = (((GLhalf)sign) << 15) | (GLhalf)((exp - HALF_FLOAT_MIN_BIASED_EXP_AS_SINGLE_FP_EXP) >> 13) | in floatToHalfFloat()
87 return hf; in floatToHalfFloat()
252 float halfFloatToFloat(GLhalf hf) in halfFloatToFloat() argument
254 unsigned int sign = (unsigned int)(hf >> 15); in halfFloatToFloat()
255 unsigned int mantissa = (unsigned int)(hf & ((1 << 10) - 1)); in halfFloatToFloat()
256 unsigned int exp = (unsigned int)(hf & HALF_FLOAT_MAX_BIASED_EXP); in halfFloatToFloat()
/external/syzkaller/vendor/golang.org/x/net/http2/
Dframe.go957 hf := &HeadersFrame{
979 hf.Priority.StreamDep = v & 0x7fffffff
980 hf.Priority.Exclusive = (v != hf.Priority.StreamDep) // high bit was set
981 p, hf.Priority.Weight, err = readByte(p)
989 hf.headerFragBuf = p[:len(p)-int(padLength)]
990 return hf, nil
1374 for _, hf := range mh.Fields {
1375 if !hf.IsPseudo() {
1378 if hf.Name[1:] == pseudo {
1379 return hf.Value
[all …]
/external/icu/icu4c/source/data/unit/
Dku.txt90 one{"{0}hf"}
91 other{"{0}hf"}
139 dnam{"hf"}
140 one{"{0} hf"}
141 other{"{0} hf"}
142 per{"{0}/hf"}
/external/adhd/scripts/mic_testing/frontend/
Daudio.js339 var hf = document.createElement('a');
340 hf.href = url;
341 hf.download = filename;
342 hf.innerHTML = hf.download;
349 td_hf.appendChild(hf);
356 var hf = document.getElementById('export_csv');
361 hf.href = url;
362 hf.download = 'audio.csv';
/external/zlib/src/contrib/minizip/
Diowin32.c46 HANDLE hf; member
84 w32fiow.hf = hFile; in win32_build_iowin()
203 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
225 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
266 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
289 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
316 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
354 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
393 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/external/deqp-deps/glslang/Test/
Dspv.float16Fetch.frag95 f16vec4 texel = f16vec4(0.0hf);
133 f16vec4 texel = f16vec4(0.0hf);
161 f16vec4 texel = f16vec4(0.0hf);
189 f16vec4 texel = f16vec4(0.0hf);
219 f16vec4 texel = f16vec4(0.0hf);
247 f16vec4 texel = f16vec4(0.0hf);
271 f16vec4 texel = f16vec4(0.0hf);
293 f16vec4 texel = f16vec4(0.0hf);
310 f16vec4 texel = f16vec4(0.0hf);
324 f16vec4 texel = f16vec4(0.0hf);
[all …]
/external/scapy/scapy/contrib/
Dhttp2.uts749 hf = pkt[h2.H2HeadersFrame]
750 assert(len(hf.hdrs) == 2)
751 assert(isinstance(hf.hdrs[0], h2.HPackIndexedHdr))
752 assert(hf.hdrs[0].magic == 1)
753 assert(hf.hdrs[0].index == 8)
754 assert(isinstance(hf.hdrs[1], h2.HPackLitHdrFldWithoutIndexing))
755 assert(hf.hdrs[1].magic == 0)
756 assert(hf.hdrs[1].never_index == 0)
757 assert(hf.hdrs[1].index == 31)
758 assert(hf.hdrs[1].hdr_name is None)
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dvariance_avx2.c248 const int hf = AOMMIN(h, 64); \
254 for (int j = 0; j < (h / hf); ++j) { \
257 src_ptr, src_stride, x_offset, y_offset, dst_ptr, dst_stride, hf, \
259 dst_ptr += hf * dst_stride; \
260 src_ptr += hf * src_stride; \
286 const int hf = AOMMIN(h, 64); \
293 for (int j = 0; j < (h / hf); ++j) { \
297 sec_ptr, w, hf, &sse2); \
298 dst_ptr += hf * dst_stride; \
299 src_ptr += hf * src_stride; \
[all …]
Dvariance_sse2.c353 const int hf = AOMMIN(h, 64); \
359 for (int j = 0; j < (h / hf); ++j) { \
362 src_ptr, src_stride, x_offset, y_offset, dst_ptr, dst_stride, hf, \
364 dst_ptr += hf * dst_stride; \
365 src_ptr += hf * src_stride; \
429 const int hf = AOMMIN(h, 64); \
436 for (int j = 0; j < (h / hf); ++j) { \
440 sec_ptr, w, hf, &sse2, NULL, NULL); \
441 dst_ptr += hf * dst_stride; \
442 src_ptr += hf * src_stride; \
[all …]
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatset.h57 explicit FlatSet(size_t N, const Hash& hf = Hash(), const Eq& eq = Eq())
58 : rep_(N, hf, eq) {} in rep_() argument
68 const Hash& hf = Hash(), const Eq& eq = Eq())
69 : FlatSet(N, hf, eq) { in FlatSet() argument
74 const Hash& hf = Hash(), const Eq& eq = Eq())
75 : FlatSet(init.begin(), init.end(), N, hf, eq) {}
Dflatmap.h74 explicit FlatMap(size_t N, const Hash& hf = Hash(), const Eq& eq = Eq())
75 : rep_(N, hf, eq) {} in rep_() argument
85 const Hash& hf = Hash(), const Eq& eq = Eq())
86 : FlatMap(N, hf, eq) { in FlatMap() argument
91 const Hash& hf = Hash(), const Eq& eq = Eq())
92 : FlatMap(init.begin(), init.end(), N, hf, eq) {}
/external/clang/test/Lexer/
Dopencl-half-literal.cl10 constant half e = 1.0hf; // expected-error{{invalid suffix 'hf' on floating constant}}
/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/swiftshader/third_party/llvm-7.0/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.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()
/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()
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dcontrolbuf.go96 hf []hpack.HeaderField member
487 return l.writeHeader(h.streamID, h.endStream, h.hf, h.onWrite)
496 if err := l.writeHeader(h.streamID, h.endStream, h.hf, h.onWrite); err != nil {
522 if err = l.writeHeader(str.id, hdr.endStream, hdr.hf, hdr.onWrite); err != nil {
532 func (l *loopyWriter) writeHeader(streamID uint32, endStream bool, hf []hpack.HeaderField, onWrite …
537 for _, f := range hf {
717 …if err := l.writeHeader(trailer.streamID, trailer.endStream, trailer.hf, trailer.onWrite); err != …
784 …if err := l.writeHeader(trailer.streamID, trailer.endStream, trailer.hf, trailer.onWrite); err != …
/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()
/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()
/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()

12345678910>>...12