Home
last modified time | relevance | path

Searched refs:step (Results 951 - 975 of 990) sorted by relevance

1...<<31323334353637383940

/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl332 ! Final step is "if result > mod, subtract mod", but we do it
2000 ! Final step is "if result > mod, subtract mod", but as comparison
H A Decp_nistz256-armv4.pl713 @ Final step is "if result > mod, subtract mod", but we do it
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp2920 // What to do at each iteration step. Used to apply UPDATE_AFTER_BIND or not.
3490 for (const auto& step : steps)
3492 if (step == Step::BIND)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp2916 // What to do at each iteration step. Used to apply UPDATE_AFTER_BIND or not.
3486 for (const auto& step : steps)
3488 if (step == Step::BIND)
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3461 static double step (double edge, double x) in step() function
3466 class Step : public PreciseFunc2 { public: Step (void) : PreciseFunc2("step", step) {} }; in Step()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12250 static T step(T edge, T val);
12652 static T step(T edge, T val) in step() function
12801 * - step();
14405 function, "step", Math::step, variable_type /* res_type */, variable_type /* arg1_type */, in getFunctionObject()
14412 function, "step", Math::step, variable_type /* res_type */, scalar_type /* arg1_type */, in getFunctionObject()
15497 { "step", FUNCTION_STEP }, in init()
/third_party/openssl/test/
H A Devp_extra_test.c3100 unsigned int step = 7; in test_rand_agglomeration() local
3105 if (!TEST_int_ne(sizeof(seed) % step, 0) in test_rand_agglomeration()
3116 *p++ = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_MAX_REQUEST, &step); in test_rand_agglomeration()
3647 * Test step-wise cipher initialization via EVP_CipherInit_ex where the
/third_party/python/Lib/test/
H A Dtest_descr.py5616 self.step = 0
5620 ret = (self.step < limit)
5622 self.step += 1
H A Dtest_ast.py378 self.assertIsNone(slc.step)
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp146 res[i] = step(s, v[i]); in stepScalarVec()
1448 DECLARE_BINARY_GENTYPE_FUNCS(step)
1981 << BuiltinFuncInfo("step", "step", GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 0.0f), notUsed, 0.5f, 0.25f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(step) ) in init()
1982 << BuiltinFuncInfo("step", "step", GT, Value(F, -1.0f, 1.0f), Value(FV, -1.0f, 0.0f), notUsed, 0.5f, 0.25f, PRECMASK_ALL, FLOAT_VEC_FUNCS(stepScalarVec) ) in init()
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl713 @ Final step is "if result > mod, subtract mod", but we do it
/third_party/python/Lib/
H A Dinspect.py1320 step = 0
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js552 range(start: number, stop: number, step?: number): number[];
/third_party/ffmpeg/libavcodec/
H A Dmjpegdec.c2666 is16bit = av_pix_fmt_desc_get(s->avctx->pix_fmt)->comp[0].step > 1; in ff_mjpeg_receive_frame()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp264 case Shader::OPCODE_STEP: step(d, s0, s1); break; in applyShader()
H A DShaderCore.cpp1111 void ShaderCore::step(Vector4f &dst, const Vector4f &edge, const Vector4f &x) in step() function in sw::ShaderCore
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable_autogen.cpp3343 constexpr const ImmutableString step("step");
8258 BuiltInName::step,
8266 BuiltInName::step,
8274 BuiltInName::step,
8282 BuiltInName::step,
8290 BuiltInName::step,
8298 BuiltInName::step,
8306 BuiltInName::step,
8314 BuiltInName::step,
[all...]
H A DSymbolTable_ESSL_autogen.cpp2154 constexpr const ImmutableString step("step");
6000 BuiltInName::step,
6008 BuiltInName::step,
6016 BuiltInName::step,
6024 BuiltInName::step,
6032 BuiltInName::step,
6040 BuiltInName::step,
6048 BuiltInName::step,
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4421 static double step (double edge, double x) in step() function
4427 class Step : public PreciseFunc2<T> { public: Step (void) : PreciseFunc2<T> ("step", step) {} }; in Step()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4410 static double step (double edge, double x) in step() function
4416 class Step : public PreciseFunc2<T> { public: Step (void) : PreciseFunc2<T> ("step", step) {} }; in Step()
/third_party/typescript/lib/
H A DtypingsInstaller.js45 function verb(n) { return function (v) { return step([n, v]); }; }
46 function step(op) {
225 for (var step = iterator.next(), pos = 0; !step.done; step = iterator.next(), pos++) {
226 result = f(result, step.value, pos);
[all...]
H A Dtsc.js45 function verb(n) { return function (v) { return step([n, v]); }; }
46 function step(op) {
175 for (var step = iterator.next(), pos = 0; !step.done; step = iterator.next(), pos++) {
176 result = f(result, step.value, pos);
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp119 res[i] = step(s, v[i]); in stepScalarVec()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h3777 uint64_t step);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp119 res[i] = step(s, v[i]); in stepScalarVec()

Completed in 234 milliseconds

1...<<31323334353637383940