HomeSort by relevance Sort by last modified time
    Searched full:delta (Results 1 - 25 of 5158) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/amd64/
bug132813-amd64.stdout.exp 1 pushb_pos: delta 8, top64 0x0000000000000022
2 pushb_neg: delta 8, top64 0xffffffffffffffee
3 pushw_neg: delta 2, top64 0x0000555555553344
4 pushw_pos: delta 2, top64 0x000055555555ddcc
5 pushq_pos: delta 8, top64 0x0000000067675656
6 pushq_neg: delta 8, top64 0x0000000078988787
7 66pushb_pos: delta 2, top64 0x0000555555550022
8 66pushb_neg: delta 2, top64 0x000055555555ffee
  /external/valgrind/none/tests/x86/
bug132813-x86.stdout.exp 1 pushb_pos: delta 4, top32 0x00000022
2 pushb_neg: delta 4, top32 0xffffffee
3 pushw_neg: delta 2, top32 0x55553344
4 pushw_pos: delta 2, top32 0x5555ddcc
5 pushl_pos: delta 4, top32 0x67675656
6 pushl_neg: delta 4, top32 0x98988787
7 66pushb_pos: delta 2, top32 0x55550022
8 66pushb_neg: delta 2, top32 0x5555ffee
  /external/lzma/C/
Delta.h 0 /* Delta.h -- Delta converter
14 void Delta_Encode(Byte *state, unsigned delta, Byte *data, SizeT size);
15 void Delta_Decode(Byte *state, unsigned delta, Byte *data, SizeT size);
Delta.c 0 /* Delta.c -- Delta converter
6 #include "Delta.h"
22 void Delta_Encode(Byte *state, unsigned delta, Byte *data, SizeT size)
26 MyMemCpy(buf, state, delta);
31 for (j = 0; j < delta && i < size; i++, j++)
39 if (j == delta)
41 MyMemCpy(state, buf + j, delta - j);
42 MyMemCpy(state + delta - j, buf, j);
45 void Delta_Decode(Byte *state, unsigned delta, Byte *data, SizeT size)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15281.go 29 if delta := inuse() - start; delta < 9<<20 {
30 println("BUG: f1: after alloc: expected delta at least 9MB, got: ", delta)
34 if delta := inuse() - start; delta > 1<<20 {
35 println("BUG: f1: after alloc: expected delta below 1MB, got: ", delta)
47 if delta := inuse() - start; delta < 9<<20
    [all...]
issue15277.go 15 if delta := inuse() - start; delta < 9<<20 {
16 println("after alloc: expected delta at least 9MB, got: ", delta)
20 if delta := inuse() - start; delta > 1<<20 {
21 println("after drop: expected delta below 1MB, got: ", delta)
24 if delta := inuse() - start; delta < 9<<20
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15281.go 29 if delta := inuse() - start; delta < 9<<20 {
30 println("BUG: f1: after alloc: expected delta at least 9MB, got: ", delta)
34 if delta := inuse() - start; delta > 1<<20 {
35 println("BUG: f1: after alloc: expected delta below 1MB, got: ", delta)
47 if delta := inuse() - start; delta < 9<<20
    [all...]
issue15277.go 15 if delta := inuse() - start; delta < 9<<20 {
16 println("after alloc: expected delta at least 9MB, got: ", delta)
20 if delta := inuse() - start; delta > 1<<20 {
21 println("after drop: expected delta below 1MB, got: ", delta)
24 if delta := inuse() - start; delta < 9<<20
    [all...]
  /external/valgrind/massif/tests/
pages_as_heap.c 9 int delta; local
14 // loop to increase(decrease) with small then big delta
15 for (delta = 1; delta <= 400; delta+=399) {
16 if (0) printf("initial brk value for inc_dec %d delta %d: %p\n",
17 inc_dec, delta, sbrk(0));
19 brk_stat = (intptr_t)brk(sbrk(0) + inc_dec * delta);
26 if (0) printf("resulting brk value for inc_dec %d delta %d: %p\n",
27 inc_dec, delta, sbrk(0))
    [all...]
  /external/webrtc/webrtc/common_audio/vad/
vad_gmm_unittest.cc 22 int16_t delta = 0; local
24 EXPECT_EQ(1048576, WebRtcVad_GaussianProbability(0, 0, 128, &delta));
25 EXPECT_EQ(0, delta);
26 EXPECT_EQ(1048576, WebRtcVad_GaussianProbability(16, 128, 128, &delta));
27 EXPECT_EQ(0, delta);
28 EXPECT_EQ(1048576, WebRtcVad_GaussianProbability(-16, -128, 128, &delta));
29 EXPECT_EQ(0, delta);
32 EXPECT_EQ(1024, WebRtcVad_GaussianProbability(59, 0, 128, &delta));
33 EXPECT_EQ(7552, delta);
34 EXPECT_EQ(1024, WebRtcVad_GaussianProbability(75, 128, 128, &delta));
    [all...]
  /external/clang/test/CodeGen/
2003-11-19-AddressOfRegister.c 4 short delta[4]; member in struct:item
9 aa[nt].delta;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
Lerper.java 44 int delta = targetValue - currentValue; local
46 if (delta > 0) {
48 delta = (int)(Math.ceil(delta / mDivisor));
49 if (delta == 0) {
50 delta = 1;
52 retValue = currentValue + delta;
56 } else if (delta < 0) {
58 delta = (int)(Math.floor(delta / mDivisor))
73 float delta = targetValue - currentValue; local
    [all...]
  /external/junit/src/main/java/org/junit/internal/
InexactComparisonCriteria.java 8 public InexactComparisonCriteria(double delta) {
9 fDelta = delta;
12 public InexactComparisonCriteria(float delta) {
13 fDelta = delta;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_VarSlope_SetTimeConstant.c 30 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */
42 /* Delta - the step change for fractional gain per 4 samples */
79 LVM_FLOAT Delta = DeltaTable[Fs];
84 Delta=Delta / (NumChannels);
97 Delta = 1.000000f;
99 Delta = Delta / Tc_millisec_float;
101 if(Delta == 0)
102 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0,
    [all...]
LVC_Mixer_SetTimeConstant.c 29 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */
41 /* Delta - the step change for fractional gain per 4 samples */
78 LVM_FLOAT Delta = DeltaTable[Fs];
79 Delta = Delta / (NumChannels);
82 Delta = 1.000000f;
84 Delta = Delta / Tc_millisec;
86 if(Delta == 0)
87 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0,
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/matchers/
EqualsWithDelta.java 15 private final Number delta; field in class:EqualsWithDelta
17 public EqualsWithDelta(Number value, Number delta) {
19 this.delta = delta;
31 return wanted.doubleValue() - delta.doubleValue() <= actual.doubleValue()
33 + delta.doubleValue();
37 return "eq(" + wanted + ", " + delta + ")";
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_util.c 64 unsigned delta = i*32; local
65 brw_MOV(p, byte_offset(dst, delta), byte_offset(src, delta));
66 brw_MOV(p, byte_offset(dst, delta+16), byte_offset(src, delta+16));
83 unsigned delta = i*32; local
84 brw_MOV(p, byte_offset(dst, delta), byte_offset(src, delta));
98 unsigned delta = i*32; local
99 brw_MOV(p, deref_4f(dst_ptr, delta), deref_4f(src_ptr, delta))
116 unsigned delta = i*32; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 26 private static final float DELTA = 0.01f;
130 assertEquals("X coordinates should be the same", that.getX(), this.x, DELTA);
132 that.getAxisValue(MotionEvent.AXIS_X), this.x, DELTA);
134 assertEquals("Y coordinates should be the same", that.getY(), this.y, DELTA);
136 that.getAxisValue(MotionEvent.AXIS_Y), this.y, DELTA);
138 assertEquals("Pressure should be the same", that.getPressure(), this.pressure, DELTA);
140 that.getAxisValue(MotionEvent.AXIS_PRESSURE), this.pressure, DELTA);
142 assertEquals("Size should be the same", that.getSize(), this.size, DELTA);
144 that.getAxisValue(MotionEvent.AXIS_SIZE), this.size, DELTA);
147 that.getTouchMajor(), this.touchMajor,DELTA);
    [all...]
  /external/testng/src/main/java/org/testng/internal/junit/
InexactComparisonCriteria.java 8 public InexactComparisonCriteria(double delta) {
9 fDelta= delta;
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
DeltaOptions.java 15 * Delta filter options. The Delta filter can be used only as a non-last
16 * filter in the chain, for example Delta + LZMA2.
18 * Currently only simple byte-wise delta is supported. The only option
19 * is the delta distance, which you should set to match your data.
25 * The Delta filter can be good with uncompressed bitmap images. It can
31 * Smallest supported delta calculation distance.
36 * Largest supported delta calculation distance.
43 * Creates new Delta options and sets the delta distance to 1 byte
    [all...]
  /frameworks/base/cmds/incidentd/testdata/
kmsg.txt 5 D - 104829 - APPSBL Image Loaded, Delta - (2498816 Bytes)
7 D - 643611 - SBL1, Delta
13 D - 244 - clock_init, Delta
17 D - 3386 - QSEE Dev Config Image Loaded, Delta - (46232 Bytes)
20 D - 2166 - APDP Image Loaded, Delta - (7696 Bytes)
23 D - 50782 - QSEE Image Loaded, Delta - (1648640 Bytes)
25 D - 244 - SEC Image Loaded, Delta - (4096 Bytes)
29 D - 91 - sbl1_efs_handle_cookies, Delta
32 D - 11010 - QHEE Image Loaded, Delta - (258280 Bytes)
35 D - 10736 - RPM Image Loaded, Delta - (224104 Bytes
    [all...]
kmsg.txt.gz mo?F???S??*W?? y?©?5\?U?(? ?Bl?M.?O???gS^)Ff??????=??x?'I?dq?"? ...
  /external/autotest/client/tools/
oprofile_diff 16 delta = {} variable
18 delta[symbol] = data1.get(symbol, 0) - data2.get(symbol, 0)
21 return delta[symbol]
23 sorted_deltas = sorted(delta.keys(), key=lookup_delta, reverse=True)
29 print '%2.3f %s' % (delta[symbol], symbol)
  /external/libvpx/libvpx/vp8/common/
quant_common.h 23 extern int vp8_dc_quant(int QIndex, int Delta);
24 extern int vp8_dc2quant(int QIndex, int Delta);
25 extern int vp8_ac2quant(int QIndex, int Delta);
26 extern int vp8_dc_uv_quant(int QIndex, int Delta);
27 extern int vp8_ac_uv_quant(int QIndex, int Delta);
  /external/valgrind/gdbserver_tests/
mcleak.stdoutB.exp 1 Breakpoint 1 at 0x........: file leak-delta.c, line 9.
3 Breakpoint 1, breakme () at leak-delta.c:9
5 #1 0x........ in f () at leak-delta.c:16
8 Breakpoint 1, breakme () at leak-delta.c:9
10 #1 0x........ in f () at leak-delta.c:19
13 Breakpoint 1, breakme () at leak-delta.c:9
15 #1 0x........ in f () at leak-delta.c:24
18 Breakpoint 1, breakme () at leak-delta.c:9
20 #1 0x........ in f () at leak-delta.c:29
23 Breakpoint 1, breakme () at leak-delta.c:
    [all...]

Completed in 1750 milliseconds

1 2 3 4 5 6 7 8 91011>>