/third_party/boost/libs/algorithm/minmax/test/ |
D | minmax_test.cpp | 59 tuple<Value const&, Value const&> result1 = boost::minmax(zero, one); in test() 63 tuple<Value const&, Value const&> result2 = boost::minmax(one, zero); in test() 69 tuple<Value const&, Value const&> result3 = boost::minmax(zero, one, lc ); in test() 75 tuple<Value const&, Value const&> result4 = boost::minmax(one, zero, lc ); in test()
|
D | Jamfile.v2 | 18 test-suite algorithm/minmax 22 : : : : minmax ]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_async_histogram.txt | 27 and minmax readbacks. It allows programs to get the contents of a 28 histogram or minmax table without blocking and to continue issuing 55 minmax operators in section 3.6.4 ("Pixel Transfer Operations"): 64 into host memory. Asynchronous histogram and minmax readback 68 of the histogram or minmax table then the result of the query is 109 asynchronous histogram or minmax readback commands that have been
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_async_histogram.txt | 27 and minmax readbacks. It allows programs to get the contents of a 28 histogram or minmax table without blocking and to continue issuing 55 minmax operators in section 3.6.4 ("Pixel Transfer Operations"): 64 into host memory. Asynchronous histogram and minmax readback 68 of the histogram or minmax table then the result of the query is 109 asynchronous histogram or minmax readback commands that have been
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_histogram.txt | 26 and maximum color component values (minmax). An optional mode allows 27 pixel data to be discarded after the histogram and/or minmax operations 140 The specification of histogram and minmax operators is added to 149 the histogram operation (TRUE) or passed on to the minmax 175 A minmax table is specified using the MinmaxEXT command. Its <target> 180 to TRUE or FALSE. The resulting minmax table always has 2 entries, 184 The operations of the histogram and minmax are added to the GL 188 Histogram and minmax operations are performed only for RGBA pixel 191 and minmax are enabled and disabled by calling Enable or Disable 212 2-element minmax table. (The first element stores the minimum values, [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_histogram.txt | 26 and maximum color component values (minmax). An optional mode allows 27 pixel data to be discarded after the histogram and/or minmax operations 140 The specification of histogram and minmax operators is added to 149 the histogram operation (TRUE) or passed on to the minmax 175 A minmax table is specified using the MinmaxEXT command. Its <target> 180 to TRUE or FALSE. The resulting minmax table always has 2 entries, 184 The operations of the histogram and minmax are added to the GL 188 Histogram and minmax operations are performed only for RGBA pixel 191 and minmax are enabled and disabled by calling Enable or Disable 212 2-element minmax table. (The first element stores the minimum values, [all …]
|
/third_party/boost/boost/algorithm/ |
D | minmax.hpp | 36 minmax(T const& a, T const& b) { in minmax() function 42 minmax(T const& a, T const& b, BinaryPredicate comp) { in minmax() function
|
/third_party/boost/boost/safe_numerics/ |
D | interval.hpp | 119 return utility::minmax<T>( in operator *() 134 return utility::minmax<T>( in operator /() 149 return utility::minmax<T>( in operator %() 163 return utility::minmax<T>( in operator <<() 177 return utility::minmax<T>( in operator >>()
|
D | utility.hpp | 240 minmax(const std::initializer_list<T> l){ in minmax() function
|
D | automatic.hpp | 202 return utility::minmax( in rx() 262 return utility::minmax( in rx()
|
/third_party/python/Lib/test/ |
D | test_audioop.py | 48 self.assertEqual(audioop.minmax(b'', w), 50 self.assertEqual(audioop.minmax(bytearray(), w), 52 self.assertEqual(audioop.minmax(memoryview(b''), w), 55 self.assertEqual(audioop.minmax(p(5), w), (5, 5)) 56 self.assertEqual(audioop.minmax(p(5, -8, -1), w), (-8, 5)) 57 self.assertEqual(audioop.minmax(p(maxvalues[w]), w), 59 self.assertEqual(audioop.minmax(p(minvalues[w]), w), 61 self.assertEqual(audioop.minmax(datas[w], w), 515 self.assertRaises(audioop.error, audioop.minmax, data, size) 538 self.assertRaises(TypeError, audioop.minmax, data, size)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | Android.bp | 72 "spv-amd-shader-trinary-minmax.insts.inc", 85 ":swiftshader_spirv_headers_unified1_extinst.spv-amd-shader-trinary-minmax.grammar.json", 96 …ed1_extinst.spv-amd-shader-trinary-minmax.grammar.json) --vendor-insts-output=$(location spv-amd-s…
|
/third_party/libxml2/result/schemas/ |
D | element-minmax-err_0_0.err | 1 ./test/schemas/element-minmax-err_0.xsd:6: element element: Schemas parser error : Element '{http:/…
|
/third_party/boost/libs/integer/doc/html/ |
D | standalone_HTML.manifest | 9 boost_integer/minmax.html
|
/third_party/boost/libs/algorithm/minmax/example/ |
D | minmax_ex.cpp | 21 boost::tuple<int const&, int const&> result1 = boost::minmax(1, 0); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/ |
D | Android.bp | 90 name: "swiftshader_spirv_headers_unified1_extinst.spv-amd-shader-trinary-minmax.grammar.json", 91 srcs: ["include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json"],
|
D | BUILD.bazel | 116 srcs = ["include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json"],
|
/third_party/boost/tools/inspect/doc/ |
D | inspect.qbk | 74 -minmax 124 [ [[^-minmax]]
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | cpp_int_config.hpp | 127 inline BOOST_MP_CXX14_CONSTEXPR void minmax(const T& a, const T& b, T& aa, T& bb) in minmax() function
|
/third_party/gettext/libtextstyle/gnulib-local/modules/ |
D | html-ostream | 12 minmax
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.1.9.rst | 68 - vbo: fix offset in minmax cache key
|
/third_party/spirv-tools/ |
D | Android.mk | 217 $(1)/spv-amd-shader-trinary-minmax.insts.inc 263 $(eval $(call gen_spvtools_vendor_tables,$(SPVTOOLS_OUT_PATH),spv-amd-shader-trinary-minmax,""))
|
/third_party/skia/third_party/externals/spirv-headers/ |
D | BUILD.bazel | 116 srcs = ["include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json"],
|
/third_party/spirv-headers/ |
D | BUILD.bazel | 111 srcs = ["include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json"],
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | Android.mk | 225 $(1)/spv-amd-shader-trinary-minmax.insts.inc 273 $(eval $(call gen_spvtools_vendor_tables,$(SPVTOOLS_OUT_PATH),spv-amd-shader-trinary-minmax,""))
|