Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 25 of 1213) sorted by relevance

12345678910>>...49

/third_party/node/deps/npm/node_modules/har-validator/node_modules/fast-deep-equal/
DREADME.md1 # fast-deep-equal
4 …tus](https://travis-ci.org/epoberezkin/fast-deep-equal.svg?branch=master)](https://travis-ci.org/e…
5 [![npm](https://img.shields.io/npm/v/fast-deep-equal.svg)](https://www.npmjs.com/package/fast-deep-…
6 …alls.io/repos/github/epoberezkin/fast-deep-equal/badge.svg?branch=master)](https://coveralls.io/gi…
12 npm install fast-deep-equal
22 ES6 equal (`require('fast-deep-equal/es6')`) also supports:
31 var equal = require('fast-deep-equal');
38 var equal = require('fast-deep-equal/es6');
44 comparing the elements - borrowed from [react-fast-compare](https://github.com/FormidableLabs/react…
47 var equal = require('fast-deep-equal/react');
[all …]
/third_party/boost/boost/integer/
Dinteger_mask.hpp46 typedef typename uint_t<(Bit + 1)>::fast fast; typedef
49 BOOST_STATIC_CONSTANT( fast, high_bit_fast = (fast( 1u ) << Bit) );
69 typedef typename uint_t<Bits>::fast fast; typedef
72 BOOST_STATIC_CONSTANT( fast, sig_bits_fast = fast(sig_bits) );
86 typedef uint_t<limits_type::digits>::fast fast; \
88 BOOST_STATIC_CONSTANT( fast, sig_bits_fast = fast(sig_bits) ); \
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/
Dvector-shuffle-oom.asm.frag105 float2 _97 = fast::clamp(_82 + (float2(0.0, -2.0) * _7._m0.xy), _95, _96);
106 … float3 _109 = float3(_11._m5) * fast::clamp(_8.sample(_9, _97, level(0.0)).w * _7._m1, 0.0, 1.0);
112 _129 = _109 + (_14.sample(_15, _97, level(0.0)).xyz * fast::clamp(_114 * _113.z, 0.0, 1.0));
118 float2 _144 = fast::clamp(_82 + (float2(-1.0) * _7._m0.xy), _95, _96);
119 … float3 _156 = float3(_11._m5) * fast::clamp(_8.sample(_9, _144, level(0.0)).w * _7._m1, 0.0, 1.0);
125 … _176 = _156 + (_14.sample(_15, _144, level(0.0)).xyz * fast::clamp(_161 * _160.z, 0.0, 1.0));
131 float2 _191 = fast::clamp(_82 + (float2(0.0, -1.0) * _7._m0.xy), _95, _96);
132 … float3 _203 = float3(_11._m5) * fast::clamp(_8.sample(_9, _191, level(0.0)).w * _7._m1, 0.0, 1.0);
138 … _223 = _203 + (_14.sample(_15, _191, level(0.0)).xyz * fast::clamp(_208 * _207.z, 0.0, 1.0));
144 float2 _238 = fast::clamp(_82 + (float2(1.0, -1.0) * _7._m0.xy), _95, _96);
[all …]
/third_party/abseil-cpp/absl/base/internal/
Dbits_test.cc22 int fast = absl::base_internal::CountLeadingZeros64(n); in CLZ64() local
24 EXPECT_EQ(fast, slow) << n; in CLZ64()
25 return fast; in CLZ64()
41 int fast = absl::base_internal::CountLeadingZeros32(n); in CLZ32() local
43 EXPECT_EQ(fast, slow) << n; in CLZ32()
44 return fast; in CLZ32()
61 int fast = absl::base_internal::CountTrailingZerosNonZero64(n); in CTZ64() local
63 EXPECT_EQ(fast, slow) << n; in CTZ64()
64 return fast; in CTZ64()
79 int fast = absl::base_internal::CountTrailingZerosNonZero32(n); in CTZ32() local
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Dvector-shuffle-oom.asm.frag135 float2 _97 = fast::clamp(_82 + (float3(0.0, -2.0, 0.5).xy * _7._m0.xy), _88.xy, _88.zw);
136 … float3 _109 = float3(_11._m5) * fast::clamp(_8.sample(_9, _97, level(0.0)).w * _7._m1, 0.0, 1.0);
141 … _129 = _109 + (_14.sample(_15, _97, level(0.0)).xyz * fast::clamp(_113.y * _113.z, 0.0, 1.0));
151 float2 _144 = fast::clamp(_82 + (float3(-1.0, -1.0, 0.5).xy * _7._m0.xy), _88.xy, _88.zw);
152 … float3 _156 = float3(_11._m5) * fast::clamp(_8.sample(_9, _144, level(0.0)).w * _7._m1, 0.0, 1.0);
157 … _176 = _156 + (_14.sample(_15, _144, level(0.0)).xyz * fast::clamp(_160.y * _160.z, 0.0, 1.0));
167 float2 _191 = fast::clamp(_82 + (float3(0.0, -1.0, 0.75).xy * _7._m0.xy), _88.xy, _88.zw);
168 … float3 _203 = float3(_11._m5) * fast::clamp(_8.sample(_9, _191, level(0.0)).w * _7._m1, 0.0, 1.0);
173 … _223 = _203 + (_14.sample(_15, _191, level(0.0)).xyz * fast::clamp(_207.y * _207.z, 0.0, 1.0));
183 float2 _238 = fast::clamp(_82 + (float3(1.0, -1.0, 0.5).xy * _7._m0.xy), _88.xy, _88.zw);
[all …]
/third_party/boost/libs/hana/benchmark/
Dmeasure.in.rb36 fast, rest = split_at(20, types)
37 rest.inject("boost::mpl::vector#{fast.length}<#{fast.join(', ')}>") { |v, t|
47 prefix, fast = split_at([types.length - 20, 0].max, types)
48 prefix.reverse.inject("boost::mpl::list#{fast.length}<#{fast.join(', ')}>") { |l, t|
58 fast, rest = split_at(10, values)
59 rest.inject("boost::fusion::make_vector(#{fast.join(', ')})") { |xs, v|
69 fast, rest = split_at(10, values)
70 rest.inject("boost::fusion::make_list(#{fast.join(', ')})") { |xs, v|
/third_party/node/deps/npm/node_modules/fast-json-stable-stringify/
DREADME.md1 # fast-json-stable-stringify
7 …https://travis-ci.org/epoberezkin/fast-json-stable-stringify.svg?branch=master)](https://travis-ci…
8 …io/repos/github/epoberezkin/fast-json-stable-stringify/badge.svg?branch=master)](https://coveralls…
13 var stringify = require('fast-json-stable-stringify');
28 var stringify = require('fast-json-stable-stringify')
51 var stringify = require('fast-json-stable-stringify');
69 var stringify = require('fast-json-stable-stringify');
96 npm install fast-json-stable-stringify
109 fast-json-stable-stringify x 17,189 ops/sec ±1.43% (83 runs sampled)
111 fast-stable-stringify x 20,212 ops/sec ±1.20% (84 runs sampled)
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-ue4/asm/frag/
Dtexture-atomics.asm.frag68fast::min(fast::min(fast::min(fast::min(fast::min(fast::min(fast::min(fast::min(float3(500000.0), …
Dtexture-atomics.asm.argument.msl2.frag76fast::min(fast::min(fast::min(fast::min(fast::min(fast::min(fast::min(fast::min(float3(500000.0), …
Dtexture-atomics.asm.graphics-robust-access.frag69fast::min(fast::min(fast::min(fast::min(fast::min(fast::min(fast::min(fast::min(float3(500000.0), …
Dglobal-constant-arrays.asm.frag167 …_599 = pow(fast::max(float3(0.0), _591 - float3(0.8359375)) / (float3(18.8515625) - (float3(18.687…
186 float _683 = fast::max(_682, 1.0000000133514319600180897396058e-10);
232fast::max(float3(0.0), mix(_772, _745, _751.xyz * float3(_751.w))) * float3(5.5555553436279296875)…
239 float _923 = fast::max(fast::max(_917, _918), _920);
240fast::max(_923, 1.0000000133514319600180897396058e-10) - fast::max(fast::min(fast::min(_917, _918)…
244 float _948 = fast::max(1.0 - abs(_943 * 2.5), 0.0);
286 float _996 = fast::clamp(_995, 0.0, 360.0);
299 …float3 _1014 = fast::max(float3(0.0), _1012 * float3x3(float3(1.45143926143646240234375, -0.236510…
320 float3 _1106 = fast::clamp(_1080 / float3(_1063 - _1056), float3(0.0), float3(1.0));
323 …float3 _1119 = fast::max(float3(0.0), mix(float3(dot(_1115, float3(0.272228717803955078125, 0.6740…
[all …]
Ddepth-compare.asm.frag218 float _170 = fast::max(_166, fast::max(_167, _168));
245 float _213 = fast::clamp(((_207 - 0.5) * _Globals.ShadowSharpen) + 0.5, 0.0, 1.0);
257 … float _274 = pow(fast::clamp(dot(-(_152 * float3(rsqrt(dot(_152, _152)))), _236), 0.0, 1.0), 1.0);
270 float _292 = fast::max(_288, fast::max(_289, _290));
297fast::clamp(abs((_342 > 0.0) ? (_342 + _263) : fast::max(0.0, (_342 * _274) + _263)), 0.1500000059…
/third_party/boost/libs/integer/test/
Dinteger_include_test.cpp10 boost::int_fast_t<char>::fast f = 0; in main()
12 boost::int_t<16>::fast f2 = 0; in main()
18 boost::uint_t<16>::fast uf2 = 0; in main()
24 boost::int_max_value_t<200>::fast v1 = 0; in main()
28 boost::int_min_value_t<-200>::fast v3 = 0; in main()
32 boost::uint_value_t<200>::fast v5 = 0; in main()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/frag/
Dmin-max-clamp.invalid.asm.frag20 float res = fast::min(in.v1, in.v1);
21 res = fast::max(in.v1, in.v1);
22 res = fast::clamp(in.v1, in.v1, in.v1);
26 float2 res2 = fast::min(in.v2, in.v2);
27 res2 = fast::max(in.v2, in.v2);
28 res2 = fast::clamp(in.v2, in.v2, in.v2);
32 float3 res3 = fast::min(in.v3, in.v3);
33 res3 = fast::max(in.v3, in.v3);
34 res3 = fast::clamp(in.v3, in.v3, in.v3);
38 float4 res4 = fast::min(in.v4, in.v4);
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTapLatencyAnalyser.java66 float fast = 0.0f; in scanForEdges() local
73 fast = fast + (level - fast) * fastCoefficient; in scanForEdges()
74 if (armed && (fast > HIGH_THRESHOLD) && (fast > (2.0 * slow))) { in scanForEdges()
80 if (!armed && (fast < LOW_THRESHOLD)) { in scanForEdges()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-ue4-no-opt/asm/frag/
Daccesschain-invalid-expression.asm.invalid.frag223 ….0), float3(0.0, 1.0, 0.0), float3(0.0, 0.0, 1.0)) * (((float4(_190, sqrt(fast::clamp(1.0 - dot(_1…
229 … float _228 = fast::min(fast::max((_224 - 24.0) * 0.000666666659526526927947998046875, 0.0), 1.0);
233 …float _253 = fast::clamp((fast::min(fast::max(mix(0.0, 0.5, _235) + mix(mix(0.69999998807907104492…
236 …float3 _270 = (fast::clamp(float3(mix(_219, 1.0 - _219, mix(_229, 1.0, _228)) * (mix(0.29499998688…
237 …float3 _275 = float3(((fast::min(_258 * _258, exp2((-9.27999973297119140625) * fast::max(_208, 0.0…
272 …float3 _337 = float3((fast::min(_303.z, 0.999989986419677734375) * MobileDirectionalLight.MobileDi…
273 float3 _339 = fast::clamp((_332 * _335) - _337, float3(0.0), float3(1.0));
280 float3 _360 = fast::clamp((_357 * _335) - _337, float3(0.0), float3(1.0));
287 float3 _381 = fast::clamp((_378 * _335) - _337, float3(0.0), float3(1.0));
297 …float _420 = fast::clamp((_224 * MobileDirectionalLight.MobileDirectionalLight_DirectionalLightDis…
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/tesc/
Dwater_tess.tesc65 …float _729 = fast::clamp(log2((length(_41.uCamPos - float3(_710.x, 0.0, _710.y)) + 9.9999997473787…
68 …float _787 = fast::clamp(log2((length(_41.uCamPos - float3(_768.x, 0.0, _768.y)) + 9.9999997473787…
70 …float _816 = fast::clamp(log2((length(_41.uCamPos - float3(_797.x, 0.0, _797.y)) + 9.9999997473787…
72 …float _845 = fast::clamp(log2((length(_41.uCamPos - float3(_826.x, 0.0, _826.y)) + 9.9999997473787…
75 …float _903 = fast::clamp(log2((length(_41.uCamPos - float3(_884.x, 0.0, _884.y)) + 9.9999997473787…
77 …float _614 = dot(float4(_787, _816, fast::clamp(log2((length(_41.uCamPos - float3(_855.x, 0.0, _85…
78 …float _620 = dot(float4(fast::clamp(log2((length(_41.uCamPos - float3(_681.x, 0.0, _681.y)) + 9.99…
79 …float _626 = dot(float4(_729, fast::clamp(log2((length(_41.uCamPos - float3(_739.x, 0.0, _739.y)) …
80 …float _632 = dot(float4(_816, _845, _903, fast::clamp(log2((length(_41.uCamPos - float3(_913.x, 0.…
83 float4 _940 = exp2(-fast::min(_633, _633.yzwx)) * _41.uMaxTessLevel.y;
[all …]
Dwater_tess.multi-patch.tesc63 …float _729 = fast::clamp(log2((length(_41.uCamPos - float3(_710.x, 0.0, _710.y)) + 9.9999997473787…
66 …float _787 = fast::clamp(log2((length(_41.uCamPos - float3(_768.x, 0.0, _768.y)) + 9.9999997473787…
68 …float _816 = fast::clamp(log2((length(_41.uCamPos - float3(_797.x, 0.0, _797.y)) + 9.9999997473787…
70 …float _845 = fast::clamp(log2((length(_41.uCamPos - float3(_826.x, 0.0, _826.y)) + 9.9999997473787…
73 …float _903 = fast::clamp(log2((length(_41.uCamPos - float3(_884.x, 0.0, _884.y)) + 9.9999997473787…
75 …float _614 = dot(float4(_787, _816, fast::clamp(log2((length(_41.uCamPos - float3(_855.x, 0.0, _85…
76 …float _620 = dot(float4(fast::clamp(log2((length(_41.uCamPos - float3(_681.x, 0.0, _681.y)) + 9.99…
77 …float _626 = dot(float4(_729, fast::clamp(log2((length(_41.uCamPos - float3(_739.x, 0.0, _739.y)) …
78 …float _632 = dot(float4(_816, _845, _903, fast::clamp(log2((length(_41.uCamPos - float3(_913.x, 0.…
81 float4 _940 = exp2(-fast::min(_633, _633.yzwx)) * _41.uMaxTessLevel.y;
[all …]
/third_party/skia/tests/
DColorPrivTest.cpp40 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale); in DEF_TEST() local
42 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast); in DEF_TEST()
43 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast); in DEF_TEST()
44 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast); in DEF_TEST()
45 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast); in DEF_TEST()
/third_party/flutter/skia/tests/
DColorPrivTest.cpp40 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale); in DEF_TEST() local
42 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast); in DEF_TEST()
43 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast); in DEF_TEST()
44 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast); in DEF_TEST()
45 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast); in DEF_TEST()
/third_party/boost/libs/beast/example/websocket/server/fast/
DCMakeLists.txt11 GroupSources(example/websocket/server/fast "/")
13 add_executable (websocket-server-fast
19 target_link_libraries(websocket-server-fast
23 set_property(TARGET websocket-server-fast PROPERTY FOLDER "example-websocket-server")
/third_party/boost/libs/beast/example/http/server/fast/
DCMakeLists.txt12 GroupSources(example/http/server/fast "/")
14 add_executable (http-server-fast
22 target_link_libraries(http-server-fast
26 set_property(TARGET http-server-fast PROPERTY FOLDER "example-http-server")
/third_party/cmsis/CMSIS/DSP/Source/
DCMakeLists.txt105 option(RFFT_FAST_F32_32 "rfft fast f32 32" OFF)
106 option(RFFT_FAST_F32_64 "rfft fast f32 64" OFF)
107 option(RFFT_FAST_F32_128 "rfft fast f32 128" OFF)
108 option(RFFT_FAST_F32_256 "rfft fast f32 256" OFF)
109 option(RFFT_FAST_F32_512 "rfft fast f32 512" OFF)
110 option(RFFT_FAST_F32_1024 "rfft fast f32 1024" OFF)
111 option(RFFT_FAST_F32_2048 "rfft fast f32 2048" OFF)
112 option(RFFT_FAST_F32_4096 "rfft fast f32 4096" OFF)
120 option(RFFT_FAST_F64_32 "rfft fast f64 32" OFF)
121 option(RFFT_FAST_F64_64 "rfft fast f64 64" OFF)
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-ue4/asm/frag/
Ddepth-compare.asm.frag218 float _170 = fast::max(_166, fast::max(_167, _168));
245 float _213 = fast::clamp(((_207 - 0.5) * _Globals.ShadowSharpen) + 0.5, 0.0, 1.0);
257 … float _274 = pow(fast::clamp(dot(-(_152 * float3(rsqrt(dot(_152, _152)))), _236), 0.0, 1.0), 1.0);
270 float _292 = fast::max(_288, fast::max(_289, _290));
297fast::clamp(abs((_342 > 0.0) ? (_342 + _263) : fast::max(0.0, (_342 * _274) + _263)), 0.1500000059…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-ue4/asm/tese/
Dds-patch-input-fixes.asm.tese363 …411 = fast::min(fast::max((_272 - View.View_GlobalVolumeCenterAndExtent[0].xyz) + View.View_Global…
365 …if (fast::min(_411.x, fast::min(_411.y, _411.z)) > (View.View_GlobalVolumeCenterAndExtent[0].w * V…
371 …436 = fast::min(fast::max((_272 - View.View_GlobalVolumeCenterAndExtent[1].xyz) + View.View_Global…
373 …if (fast::min(_436.x, fast::min(_436.y, _436.z)) > (View.View_GlobalVolumeCenterAndExtent[1].w * V…
379 …459 = fast::min(fast::max((_272 - View.View_GlobalVolumeCenterAndExtent[2].xyz) + View.View_Global…
380 …475 = fast::min(fast::max((_272 - View.View_GlobalVolumeCenterAndExtent[3].xyz) + View.View_Global…
381 float _480 = fast::min(_475.x, fast::min(_475.y, _475.z));
383 …if (fast::min(_459.x, fast::min(_459.y, _459.z)) > (View.View_GlobalVolumeCenterAndExtent[2].w * V…
392 ….www) + View.View_GlobalVolumeWorldToUVAddAndMul[3u].xyz), level(0.0)).x, fast::clamp((_480 * 10.0…
404 …float3 _565 = _264 + ((_398[2] * float3(fast::min(_547 + Material.Material_ScalarExpressions[0].z,…

12345678910>>...49