/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 332 ! 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 D | ecp_nistz256-armv4.pl | 713 @ 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 D | vktBindingMutableTests.cpp | 2920 // 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 D | vktBindingMutableTests.cpp | 2916 // 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 D | glsBuiltinPrecisionTests.cpp | 3461 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 D | gl4cGPUShaderFP64Tests.cpp | 12250 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 D | evp_extra_test.c | 3100 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 D | test_descr.py | 5616 self.step = 0 5620 ret = (self.step < limit) 5622 self.step += 1
|
H A D | test_ast.py | 378 self.assertIsNone(slc.step)
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 146 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 D | ecp_nistz256-armv4.pl | 713 @ Final step is "if result > mod, subtract mod", but we do it
|
/third_party/python/Lib/ |
H A D | inspect.py | 1320 step = 0
|
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 552 range(start: number, stop: number, step?: number): number[];
|
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegdec.c | 2666 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 D | PixelProgram.cpp | 264 case Shader::OPCODE_STEP: step(d, s0, s1); break; in applyShader()
|
H A D | ShaderCore.cpp | 1111 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 D | SymbolTable_autogen.cpp | 3343 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 D | SymbolTable_ESSL_autogen.cpp | 2154 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 D | vktShaderBuiltinPrecisionTests.cpp | 4421 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 D | vktShaderBuiltinPrecisionTests.cpp | 4410 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 D | typingsInstaller.js | 45 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 D | tsc.js | 45 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 D | vktShaderRenderOperatorTests.cpp | 119 res[i] = step(s, v[i]); in stepScalarVec()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 3777 uint64_t step);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 119 res[i] = step(s, v[i]); in stepScalarVec()
|