Home
last modified time | relevance | path

Searched refs:s2d (Results 1 – 24 of 24) sorted by relevance

/external/rust/crates/ryu/tests/
Ds2d_test.rs37 mod s2d; module
43 use crate::s2d::s2d;
53 assert_eq!(Error::MalformedInput, s2d(b"x").unwrap_err()); in test_bad_input()
54 assert_eq!(Error::MalformedInput, s2d(b"1..1").unwrap_err()); in test_bad_input()
55 assert_eq!(Error::MalformedInput, s2d(b"..").unwrap_err()); in test_bad_input()
56 assert_eq!(Error::MalformedInput, s2d(b"1..1").unwrap_err()); in test_bad_input()
57 assert_eq!(Error::MalformedInput, s2d(b"1ee1").unwrap_err()); in test_bad_input()
58 assert_eq!(Error::MalformedInput, s2d(b"1e.1").unwrap_err()); in test_bad_input()
59 assert_eq!(Error::InputTooShort, s2d(b"").unwrap_err()); in test_bad_input()
60 assert_eq!(Error::InputTooLong, s2d(b"123456789012345678").unwrap_err()); in test_bad_input()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.debugInfo.frag.out33 uniform sampler2D s2d;
53 outv += texture(s2d, vec2(0.5));
89 Name 67 "s2d"
98 Decorate 67(s2d) Location 0
99 Decorate 67(s2d) DescriptorSet 3
100 Decorate 67(s2d) Binding 1
131 67(s2d): 66(ptr) Variable UniformConstant
154 68: 65 Load 67(s2d)
Dspv.debugInfo.1.1.frag.out22 uniform sampler2D s2d;
42 outv += texture(s2d, vec2(0.5));
78 Name 67 "s2d"
98 Decorate 67(s2d) DescriptorSet 3
99 Decorate 67(s2d) Binding 1
130 67(s2d): 66(ptr) Variable UniformConstant
153 68: 65 Load 67(s2d)
Darray.frag.out274 0:111 's2d' ( uniform runtime-sized array of sampler2D)
291 0:? 's2d' ( uniform runtime-sized array of sampler2D)
479 0:? 's2d' ( uniform runtime-sized array of sampler2D)
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.debugInfo.frag.out33 uniform sampler2D s2d;
53 outv += texture(s2d, vec2(0.5));
89 Name 67 "s2d"
98 Decorate 67(s2d) Location 0
99 Decorate 67(s2d) DescriptorSet 3
100 Decorate 67(s2d) Binding 1
131 67(s2d): 66(ptr) Variable UniformConstant
154 68: 65 Load 67(s2d)
Dspv.debugInfo.1.1.frag.out22 uniform sampler2D s2d;
42 outv += texture(s2d, vec2(0.5));
78 Name 67 "s2d"
98 Decorate 67(s2d) DescriptorSet 3
99 Decorate 67(s2d) Binding 1
130 67(s2d): 66(ptr) Variable UniformConstant
153 68: 65 Load 67(s2d)
Darray.frag.out274 0:111 's2d' ( uniform runtime-sized array of sampler2D)
291 0:? 's2d' ( uniform runtime-sized array of sampler2D)
479 0:? 's2d' ( uniform runtime-sized array of sampler2D)
/external/deqp-deps/glslang/Test/
Dspv.debugInfo.frag11 uniform sampler2D s2d;
31 outv += texture(s2d, vec2(0.5));
Darray.frag107 uniform sampler2D s2d[];
111 s2d[a]; // ERROR, can't variably index unsized array
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.debugInfo.frag11 uniform sampler2D s2d;
31 outv += texture(s2d, vec2(0.5));
Darray.frag107 uniform sampler2D s2d[];
111 s2d[a]; // ERROR, can't variably index unsized array
/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_add_op_test.py225 s2d = math_ops.add(
229 timeit.timeit(lambda: sess.run(s2d), number=3)
232 s2d_total = timeit.timeit(lambda: sess.run(s2d), number=num_iters)
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dint_to_fp.ll116 define double @s2d(i16 signext %a) {
117 ; CHECK-LABEL: s2d:
Dcast.ll879 define double @s2d(i16 signext %x) {
880 ; CHECK-LABEL: s2d:
/external/rust/crates/ryu/src/
Ds2d.rs15 pub fn s2d(buffer: &[u8]) -> Result<f64, Error> { in s2d() function
/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_10bit_sse4.cc114 const __m128i s2d = _mm_add_epi16(s[2], s[2]); in WienerHorizontalTap5() local
115 const __m128i s0m = _mm_sub_epi16(s04, s2d); in WienerHorizontalTap5()
116 const __m128i s1m = _mm_sub_epi16(s13, s2d); in WienerHorizontalTap5()
Dloop_restoration_10bit_avx2.cc82 const __m256i s2d = _mm256_add_epi16(s[2], s[2]); in WienerHorizontalTap5Kernel() local
83 const __m256i s0m = _mm256_sub_epi16(s04, s2d); in WienerHorizontalTap5Kernel()
84 const __m256i s1m = _mm256_sub_epi16(s13, s2d); in WienerHorizontalTap5Kernel()
/external/hyphenation-patterns/tk/
Dhyph-tk.pat.txt1750 .s2d
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_memory_test.cpp226 OpName %s2d "s2d" in TEST_F()
Dval_decoration_test.cpp624 OpName %s2d "s2d" in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_memory_test.cpp236 OpName %s2d "s2d" in TEST_F()
Dval_decoration_test.cpp624 OpName %s2d "s2d" in TEST_F()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_memory_test.cpp236 OpName %s2d "s2d" in TEST_F()
Dval_decoration_test.cpp624 OpName %s2d "s2d" in TEST_F()