Home
last modified time | relevance | path

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

12345678

/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/llvm-project/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/starlark-go/starlark/testdata/
Dbuiltins.star170 hf = hasfields()
171 assert.eq(dir(hf), [])
172 assert.true(not hasattr(hf, "x"))
173 assert.fails(lambda: getattr(hf, "x"), "no .x field or method")
174 assert.eq(getattr(hf, "x", 42), 42)
175 hf.x = 1
176 assert.true(hasattr(hf, "x"))
177 assert.eq(getattr(hf, "x"), 1)
178 assert.eq(hf.x, 1)
179 hf.x = 2
[all …]
Dassign.star278 hf = hasfields()
279 hf.x = 1
280 assert.eq(hf.x, 1)
281 hf.x = [1, 2]
282 hf.x += [3, 4]
283 assert.eq(hf.x, [1, 2, 3, 4])
284 freeze(hf)
285 def setX(hf):
286 hf.x = 2
287 def setY(hf):
[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/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/icu/icu4c/source/data/unit/
Dku.txt142 one{"{0}hf"}
143 other{"{0}hf"}
233 dnam{"hf"}
234 one{"{0} hf"}
235 other{"{0} hf"}
236 per{"{0}/hf"}
/external/zlib/contrib/minizip/
Diowin32.c51 HANDLE hf; member
89 w32fiow.hf = hFile; in win32_build_iowin()
208 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
230 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
271 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
294 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
321 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
359 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
398 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/external/rust/crates/libz-sys/src/zlib/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/angle/third_party/vulkan-deps/glslang/src/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 …]
Dspv.specConstant.float16.comp4 layout(constant_id = 1) const float16_t sc0 = 9.5hf;
5 layout(constant_id = 2) const float16_t sc1 = -14.25hf;
/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 …]
Dspv.specConstant.float16.comp4 layout(constant_id = 1) const float16_t sc0 = 9.5hf;
5 layout(constant_id = 2) const float16_t sc1 = -14.25hf;
/external/guava/guava-tests/test/com/google/common/hash/
DMurmur3Hash32Test.java102 HashFn hf = in testParanoidHashBytes() local
111 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3); in testParanoidHashBytes()
115 HashFn hf = in testParanoid() local
126 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3); in testParanoid()
/external/guava/android/guava-tests/test/com/google/common/hash/
DMurmur3Hash32Test.java102 HashFn hf = in testParanoidHashBytes() local
111 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3); in testParanoidHashBytes()
115 HashFn hf = in testParanoid() local
126 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3); in testParanoid()
/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/starlark-go/starlark/
Deval_test.go223 func (hf *hasfields) String() string { return "hasfields" }
224 func (hf *hasfields) Type() string { return "hasfields" }
225 func (hf *hasfields) Truth() starlark.Bool { return true }
226 func (hf *hasfields) Hash() (uint32, error) { return 42, nil }
228 func (hf *hasfields) Freeze() {
229 if !hf.frozen {
230 hf.frozen = true
231 for _, v := range hf.attrs {
237 func (hf *hasfields) Attr(name string) (starlark.Value, error) { return hf.attrs[name], nil }
239 func (hf *hasfields) SetField(name string, val starlark.Value) error {
[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) {}
/external/libaom/libaom/aom_dsp/x86/
Dvariance_avx2.c252 const int hf = AOMMIN(h, 64); \
258 for (int j = 0; j < (h / hf); ++j) { \
261 src_ptr, src_stride, x_offset, y_offset, dst_ptr, dst_stride, hf, \
263 dst_ptr += hf * dst_stride; \
264 src_ptr += hf * src_stride; \
295 const int hf = AOMMIN(h, 64); \
302 for (int j = 0; j < (h / hf); ++j) { \
306 sec_ptr, w, hf, &sse2); \
307 dst_ptr += hf * dst_stride; \
308 src_ptr += hf * src_stride; \
[all …]
/external/llvm-project/clang/test/Lexer/
Dopencl-half-literal.cl10 constant half e = 1.0hf; // expected-error{{invalid suffix 'hf' on floating constant}}
/external/clang/test/Lexer/
Dopencl-half-literal.cl10 constant half e = 1.0hf; // expected-error{{invalid suffix 'hf' on floating constant}}
/external/igt-gpu-tools/lib/i915/shaders/media/
Dmedia_vme.gxa40 mov (1|M0) r10.14<1>:hf 0xBEEF:hf
42 mov (1|M0) r10.15<1>:hf 0xDEAD:hf
/external/llvm-project/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()
/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/llvm-project/llvm/test/CodeGen/SystemZ/
Dla-03.ll17 define hidden void @hf() {
82 ; CHECK: larl %r2, hf
84 ret void() *@hf

12345678