Home
last modified time | relevance | path

Searched full:step (Results 1 – 25 of 9146) sorted by relevance

12345678910>>...366

/external/jemalloc_new/include/jemalloc/internal/
Dsmoothstep.h30 /* STEP(step, h, x, y) */ \
31 STEP( 1, UINT64_C(0x0000000000000014), 0.005, 0.000001240643750) \
32 STEP( 2, UINT64_C(0x00000000000000a5), 0.010, 0.000009850600000) \
33 STEP( 3, UINT64_C(0x0000000000000229), 0.015, 0.000032995181250) \
34 STEP( 4, UINT64_C(0x0000000000000516), 0.020, 0.000077619200000) \
35 STEP( 5, UINT64_C(0x00000000000009dc), 0.025, 0.000150449218750) \
36 STEP( 6, UINT64_C(0x00000000000010e8), 0.030, 0.000257995800000) \
37 STEP( 7, UINT64_C(0x0000000000001aa4), 0.035, 0.000406555756250) \
38 STEP( 8, UINT64_C(0x0000000000002777), 0.040, 0.000602214400000) \
39 STEP( 9, UINT64_C(0x00000000000037c2), 0.045, 0.000850847793750) \
[all …]
/external/coreboot/src/lib/
Dreg_script.c50 const struct reg_script *step) in reg_script_set_step() argument
52 ctx->step = step; in reg_script_set_step()
58 return ctx->step; in reg_script_get_step()
67 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_get_resource()
71 if (res != NULL && res->index == step->res_index) in reg_script_get_resource()
74 res = find_resource(ctx->dev, step->res_index); in reg_script_get_resource()
82 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_read_pci() local
84 switch (step->size) { in reg_script_read_pci()
86 return pci_read_config8(ctx->dev, step->reg); in reg_script_read_pci()
88 return pci_read_config16(ctx->dev, step->reg); in reg_script_read_pci()
[all …]
/external/libvpx/vpx_dsp/
Dfwd_txfm.c30 tran_high_t step[4]; // canbe16 in vpx_fdct4x4_c() local
52 step[0] = in_high[0] + in_high[3]; in vpx_fdct4x4_c()
53 step[1] = in_high[1] + in_high[2]; in vpx_fdct4x4_c()
54 step[2] = in_high[1] - in_high[2]; in vpx_fdct4x4_c()
55 step[3] = in_high[0] - in_high[3]; in vpx_fdct4x4_c()
56 temp1 = (step[0] + step[1]) * cospi_16_64; in vpx_fdct4x4_c()
57 temp2 = (step[0] - step[1]) * cospi_16_64; in vpx_fdct4x4_c()
60 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64; in vpx_fdct4x4_c()
61 temp2 = -step[2] * cospi_8_64 + step[3] * cospi_24_64; in vpx_fdct4x4_c()
127 // fdct4(step, step); in vpx_fdct8x8_c()
[all …]
/external/ComputeLibrary/cl_kernels/
Dtile_helpers.hembed151 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
153 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
154 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
155 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
156 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
157 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
158 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
159 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
160 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
161 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
/external/oj-libjdwp/src/share/back/
DstepControl.c53 * They usually require multiple events step, and otherwise, before they
54 * complete. While a step request is pending, we may need to temporarily
57 * events. So, for step events only, we directly enable and disable stepping.
58 * This is safe because there can only ever be one pending step request
71 EXIT_ERROR(error, "enabling single step"); in enableStepping()
85 EXIT_ERROR(error, "disabling single step"); in disableStepping()
166 initState(JNIEnv *env, jthread thread, StepRequest *step) in initState() argument
173 step->fromLine = -1; in initState()
174 step->fromNative = JNI_FALSE; in initState()
175 step->frameExited = JNI_FALSE; in initState()
[all …]
/external/kotlinx.serialization/core/jvmTest/src/kotlinx/serialization/
DSerializationMethodInvocationOrderTest.kt44 var step = 0 variable
49 when (step) { in beginStructure()
51 checkContainerDesc(descriptor); step++ in beginStructure()
55 checkDataDesc(descriptor); step++ in beginStructure()
59 fail("@$step: beginStructure($descriptor)") in beginStructure()
63 when (step) { in encodeElement()
66 step++ in encodeElement()
72 step++ in encodeElement()
78 step++ in encodeElement()
83 fail("@$step: encodeElement($descriptor, $index)") in encodeElement()
[all …]
/external/ComputeLibrary/src/core/CL/cl_kernels/common/
Drange.cl26 #if defined(VECTOR_SIZE) && defined(START) && defined(STEP) && defined(DATA_TYPE) && defined(VEC_SI…
31 #define STEP_VEC ((VEC_DATA_TYPE(DATA_TYPE, 2))(0, STEP))
33 #define STEP_VEC ((VEC_DATA_TYPE(DATA_TYPE, 3))(0, STEP, 2 * STEP))
35 #define STEP_VEC ((VEC_DATA_TYPE(DATA_TYPE, 4))(0, STEP, 2 * STEP, 3 * STEP))
37 … STEP_VEC ((VEC_DATA_TYPE(DATA_TYPE, 8))(0, STEP, 2 * STEP, 3 * STEP, 4 * STEP, 5 * STEP, 6 * STEP
39STEP, 2 * STEP, 3 * STEP, 4 * STEP, 5 * STEP, 6 * STEP, 7 * STEP, 8 * STEP, 9 * STEP, 10 * STEP, …
42 /** Generates a sequence of numbers starting from START and extends by increments of 'STEP' up to b…
62 seq = (DATA_TYPE)START + (DATA_TYPE)id * (DATA_TYPE)STEP;
67 seq0 = ((DATA_TYPE)START + (DATA_TYPE)id * (DATA_TYPE)STEP);
76 #define STEP_VEC ((VEC_DATA_TYPE(float, 2))(0, STEP))
[all …]
/external/ComputeLibrary/src/core/CL/cl_kernels/
Dtile_helpers.h194 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro) argument
196 #define LOOP_UNROLLING_1(idx, step, macro) (macro) argument
197 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste… argument
198 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste… argument
199 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste… argument
200 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste… argument
201 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste… argument
202 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste… argument
203 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste… argument
204 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste… argument
[all …]
/external/golang-protobuf/reflect/protopath/
Dstep.go16 // StepKind identifies the kind of step operation.
17 // Each kind of step corresponds with some protobuf reflection operation.
22 // RootStep identifies a step as the Root step operation.
24 // FieldAccessStep identifies a step as the FieldAccess step operation.
26 // UnknownAccessStep identifies a step as the UnknownAccess step operation.
28 // ListIndexStep identifies a step as the ListIndex step operation.
30 // MapIndexStep identifies a step as the MapIndex step operation.
32 // AnyExpandStep identifies a step as the AnyExpand step operation.
57 // Step is a union where only one step operation may be specified at a time.
60 type Step struct { struct
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Dcontrolled_runge_kutta.hpp116 // returns the decreased time step in decrease_step()
134 // returns the increased time step in increase_step()
199 * \brief Implements step size control for Runge-Kutta steppers with error
202 * This class implements the step size control for standard Runge-Kutta
263 * \brief Tries to perform one step.
265 * This method tries to do one step with step size dt. If the error estimate
266 * is to large, the step is rejected and the method returns fail and the
267 * step size dt is reduced. If the error estimate is acceptably small, the
268 * step is performed, success is returned and dt might be increased to make
269 * the steps as large as possible. This method also updates t if a step is
[all …]
/external/libgsm/src/
Dlpc.c98 # define STEP(k) L_ACF[k] += (longword)(sl * sp[ -(k) ]); macro
103 # define STEP(k) L_ACF[k] += ((longword)sl * sp[ -(k) ]);
111 STEP (0);
113 STEP(0); STEP(1);
115 STEP(0); STEP(1); STEP(2);
117 STEP(0); STEP(1); STEP(2); STEP(3);
119 STEP(0); STEP(1); STEP(2); STEP(3); STEP(4);
121 STEP(0); STEP(1); STEP(2); STEP(3); STEP(4); STEP(5);
123 STEP(0); STEP(1); STEP(2); STEP(3); STEP(4); STEP(5); STEP(6);
125 STEP(0); STEP(1); STEP(2); STEP(3); STEP(4); STEP(5); STEP(6); STEP(7);
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_md5.cc22 #define STEP(f, a, b, c, d, x, t, s) \ macro
58 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
59 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
60 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
61 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
62 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
63 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
64 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
65 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body()
66 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
[all …]
/external/ComputeLibrary/cl_kernels/nhwc/
Ddirect_convolution3d.clembed1397 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1399 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1400 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1407 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dpooling_3d_layer.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dpooling_3d_layer_quantized.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dtransposed_convolution.clembed1397 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1399 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1400 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1407 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dchannel_shuffle.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dnormalization_layer.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dscale.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Ddwc_native_quantized_nhwc.clembed1397 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1399 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1400 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1407 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
/external/ComputeLibrary/cl_kernels/nchw/
Dnormalization_layer.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dchannel_shuffle.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
/external/rust/android-crates-io/crates/ring/src/arithmetic/
Dbigint_elem_reduced_tests.txt45 # steps. The first step uses the initial A and the smallest power of the
47 # powers of M using the result R from the previous step as A, and where the
48 # last step has the initial value of M.
53 # Step 1
58 # Step 1
63 # Step 1
68 # Step 1
73 # Step 1
78 # Step 1
83 # Step 1
[all …]
/external/skia/resources/sksl/intrinsics/
DStep.sksl12 return (step(0.5, testInputs.x) == expectedA.x &&
13 step(0.5, testInputs.xy) == expectedA.xy &&
14 step(0.5, testInputs.xyz) == expectedA.xyz &&
15 step(0.5, testInputs.xyzw) == expectedA.xyzw &&
16 step(0.5, constVal.x) == expectedA.x &&
17 step(0.5, constVal.xy) == expectedA.xy &&
18 step(0.5, constVal.xyz) == expectedA.xyz &&
19 step(0.5, constVal.xyzw) == expectedA.xyzw &&
20 step(testInputs.x, constGreen.x) == expectedB.x &&
21 step(testInputs.xy, constGreen.xy) == expectedB.xy &&
[all …]
/external/pdfium/third_party/lcms/src/
Dcmsmd5.c63 #define STEP(f, w, x, y, z, data, s) \ macro
77 STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in cmsMD5_Transform()
78 STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in cmsMD5_Transform()
79 STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in cmsMD5_Transform()
80 STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in cmsMD5_Transform()
81 STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in cmsMD5_Transform()
82 STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in cmsMD5_Transform()
83 STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in cmsMD5_Transform()
84 STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in cmsMD5_Transform()
85 STEP(F1, a, b, c, d, in[8] + 0x698098d8, 7); in cmsMD5_Transform()
[all …]

12345678910>>...366