HomeSort by relevance Sort by last modified time
    Searched refs:sat (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/stressapptest/src/
main.cc 15 // sat.cc : a stress test for stressful testing
18 #include "sat.h"
21 Sat *sat = SatFactory(); local
22 if (sat == NULL) {
23 logprintf(0, "Process Error: failed to allocate Sat object\n");
27 if (!sat->ParseArgs(argc, argv)) {
28 logprintf(0, "Process Error: Sat::ParseArgs() failed\n");
29 sat->bad_status();
30 } else if (!sat->Initialize())
    [all...]
  /external/clang/test/CodeGen/
struct-matching-constraint.c 6 void b(uint16x8_t sat, uint16x8_t luma)
10 :"=w"(luma), "=w"(sat)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_calendar.py 60 <tr><th class="mon">Mon</th><th class="tue">Tue</th><th class="wed">Wed</th><th class="thu">Thu</th><th class="fri">Fri</th><th class="sat">Sat</th><th class="sun">Sun</th></tr>
61 <tr><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="thu">1</td><td class="fri">2</td><td class="sat">3</td><td class="sun">4</td></tr>
62 <tr><td class="mon">5</td><td class="tue">6</td><td class="wed">7</td><td class="thu">8</td><td class="fri">9</td><td class="sat">10</td><td class="sun">11</td></tr>
63 <tr><td class="mon">12</td><td class="tue">13</td><td class="wed">14</td><td class="thu">15</td><td class="fri">16</td><td class="sat">17</td><td class="sun">18</td></tr>
64 <tr><td class="mon">19</td><td class="tue">20</td><td class="wed">21</td><td class="thu">22</td><td class="fri">23</td><td class="sat">24</td><td class="sun">25</td></tr>
65 <tr><td class="mon">26</td><td class="tue">27</td><td class="wed">28</td><td class="thu">29</td><td class="fri">30</td><td class="sat">31</td><td class="noday">&nbsp;</td></tr>
69 <tr><th class="mon">Mon</th><th class="tue">Tue</th><th class="wed">Wed</th><th class="thu">Thu</th><th class="fri">Fri</th><th class="sat">Sat</th><th class="sun">Sun</th></tr>
71 <tr><td class="mon">2</td><td class="tue">3</td><td class="wed">4</td><td class="thu">5</td><td class="fri">6</td><td class="sat">7</td><td class="sun">8</td></tr
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_calendar.py 60 <tr><th class="mon">Mon</th><th class="tue">Tue</th><th class="wed">Wed</th><th class="thu">Thu</th><th class="fri">Fri</th><th class="sat">Sat</th><th class="sun">Sun</th></tr>
61 <tr><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="thu">1</td><td class="fri">2</td><td class="sat">3</td><td class="sun">4</td></tr>
62 <tr><td class="mon">5</td><td class="tue">6</td><td class="wed">7</td><td class="thu">8</td><td class="fri">9</td><td class="sat">10</td><td class="sun">11</td></tr>
63 <tr><td class="mon">12</td><td class="tue">13</td><td class="wed">14</td><td class="thu">15</td><td class="fri">16</td><td class="sat">17</td><td class="sun">18</td></tr>
64 <tr><td class="mon">19</td><td class="tue">20</td><td class="wed">21</td><td class="thu">22</td><td class="fri">23</td><td class="sat">24</td><td class="sun">25</td></tr>
65 <tr><td class="mon">26</td><td class="tue">27</td><td class="wed">28</td><td class="thu">29</td><td class="fri">30</td><td class="sat">31</td><td class="noday">&nbsp;</td></tr>
69 <tr><th class="mon">Mon</th><th class="tue">Tue</th><th class="wed">Wed</th><th class="thu">Thu</th><th class="fri">Fri</th><th class="sat">Sat</th><th class="sun">Sun</th></tr>
71 <tr><td class="mon">2</td><td class="tue">3</td><td class="wed">4</td><td class="thu">5</td><td class="fri">6</td><td class="sat">7</td><td class="sun">8</td></tr
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowColorMatrix.java 38 public void setSaturation(float sat) {
42 final float invSat = 1 - sat;
47 m[0] = R + sat;
52 m[6] = G + sat;
57 m[12] = B + sat;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 166 sat (_SAT)?
186 ABS{sz}{cc}{sat} { return_opcode( 1, VECTOR_OP, ABS, 3); }
187 ADD{sz}{cc}{sat} { return_opcode( 1, BIN_OP, ADD, 3); }
190 CMP{sat} { return_opcode(require_ARB_fp, TRI_OP, CMP, 3); }
191 COS{szf}{cc}{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
193 DDX{szf}{cc}{sat} { return_opcode(require_NV_fp, VECTOR_OP, DDX, 3); }
194 DDY{szf}{cc}{sat} { return_opcode(require_NV_fp, VECTOR_OP, DDY, 3); }
195 DP3{sz}{cc}{sat} { return_opcode( 1, BIN_OP, DP3, 3); }
196 DP4{sz}{cc}{sat} { return_opcode( 1, BIN_OP, DP4, 3); }
197 DPH{sz}{cc}{sat} { return_opcode( 1, BIN_OP, DPH, 3);
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 166 sat (_SAT)?
186 ABS{sz}{cc}{sat} { return_opcode( 1, VECTOR_OP, ABS, 3); }
187 ADD{sz}{cc}{sat} { return_opcode( 1, BIN_OP, ADD, 3); }
190 CMP{sat} { return_opcode(require_ARB_fp, TRI_OP, CMP, 3); }
191 COS{szf}{cc}{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
193 DDX{szf}{cc}{sat} { return_opcode(require_NV_fp, VECTOR_OP, DDX, 3); }
194 DDY{szf}{cc}{sat} { return_opcode(require_NV_fp, VECTOR_OP, DDY, 3); }
195 DP3{sz}{cc}{sat} { return_opcode( 1, BIN_OP, DP3, 3); }
196 DP4{sz}{cc}{sat} { return_opcode( 1, BIN_OP, DP4, 3); }
197 DPH{sz}{cc}{sat} { return_opcode( 1, BIN_OP, DPH, 3);
    [all...]
  /external/chromium_org/chrome/browser/history/
history_service_factory.h 19 Profile* profile, Profile::ServiceAccessType sat);
22 Profile* profile, Profile::ServiceAccessType sat);
history_service_factory.cc 21 Profile* profile, Profile::ServiceAccessType sat) {
24 sat != Profile::EXPLICIT_ACCESS)
34 Profile* profile, Profile::ServiceAccessType sat) {
37 sat != Profile::EXPLICIT_ACCESS)
  /external/chromium_org/chrome/browser/favicon/
favicon_service_factory.h 24 Profile::ServiceAccessType sat);
favicon_service_factory.cc 18 Profile* profile, Profile::ServiceAccessType sat) {
22 } else if (sat == Profile::EXPLICIT_ACCESS) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 206 if (insn.sat)
447 int mask, sat, unit = 0; local
528 sat = (finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE);
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none));
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
540 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none));
547 insn = arith(sat, MOV, dst, mask, src[2], none, none);
551 insn = arith(sat, MOV, dst, mask, src[1], none, none);
556 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none));
561 nvfx_fp_emit(fpc, arith(sat, DDX, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, swz(src[0], Z, W, Z, W), none, none))
    [all...]
nvfx_vertprog.c 315 if(insn.sat) {
468 boolean sat = FALSE; local
544 sat = TRUE;
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none));
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none));
570 insn = arith(sat, VEC, MOV, dst, mask, src[2], none, none);
574 insn = arith(sat, VEC, MOV, dst, mask, src[1], none, none);
579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0]));
584 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, swz(tmp, X, X, X, X), none, swz(tmp, Y, Y, Y, Y)))
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 206 if (insn.sat)
447 int mask, sat, unit = 0; local
528 sat = (finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE);
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none));
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
540 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none));
547 insn = arith(sat, MOV, dst, mask, src[2], none, none);
551 insn = arith(sat, MOV, dst, mask, src[1], none, none);
556 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none));
561 nvfx_fp_emit(fpc, arith(sat, DDX, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, swz(src[0], Z, W, Z, W), none, none))
    [all...]
nvfx_vertprog.c 315 if(insn.sat) {
468 boolean sat = FALSE; local
544 sat = TRUE;
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none));
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none));
570 insn = arith(sat, VEC, MOV, dst, mask, src[2], none, none);
574 insn = arith(sat, VEC, MOV, dst, mask, src[1], none, none);
579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0]));
584 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, swz(tmp, X, X, X, X), none, swz(tmp, Y, Y, Y, Y)))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorSVRectView.java 101 float sat = (i % w) / (float) w; local
103 hsv[1] = sat;
152 float sat = 1 - (mDotY - mBorder) / (mHeight - 2 * mBorder); local
153 if (sat > 1) {
154 sat = 1;
158 mHSVO[2] = sat;
182 double sat = mHSVO[1]; local
186 mDotX = (float) (mBorder + (mHeight - 2 * mBorder) * sat);
ColorRectView.java 104 float sat = 1 - (mDotY - mBorder) / (mHeight - 2 * mBorder); local
105 if (sat > 1) {
106 sat = 1;
111 mHSVO[1] = sat;
182 double sat = mHSVO[1]; local
185 mDotY = (float) ((1 - sat) * (mHeight - 2 * mBorder) + mBorder);
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 234 * @param sat A value of 0 maps the color to gray-scale. 1 is identity.
236 public void setSaturation(float sat) {
240 final float invSat = 1 - sat;
245 m[0] = R + sat; m[1] = G; m[2] = B;
246 m[5] = R; m[6] = G + sat; m[7] = B;
247 m[10] = R; m[11] = G; m[12] = B + sat;
  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrix.cpp 116 void SkColorMatrix::setSaturation(SkScalar sat) {
119 const SkScalar R = kHueR * (1 - sat);
120 const SkScalar G = kHueG * (1 - sat);
121 const SkScalar B = kHueB * (1 - sat);
123 setrow(fMat + 0, R + sat, G, B);
124 setrow(fMat + 5, R, G + sat, B);
125 setrow(fMat + 10, R, G, B + sat);
  /external/skia/src/effects/
SkColorMatrix.cpp 116 void SkColorMatrix::setSaturation(SkScalar sat) {
119 const SkScalar R = kHueR * (1 - sat);
120 const SkScalar G = kHueG * (1 - sat);
121 const SkScalar B = kHueB * (1 - sat);
123 setrow(fMat + 0, R + sat, G, B);
124 setrow(fMat + 5, R, G + sat, B);
125 setrow(fMat + 10, R, G, B + sat);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 112 int []sat = new int[7]; local
113 for(int i = 0;i<sat.length ;i ++){
114 sat[i] = mParameters.getValue(i);
123 mScript.set_saturation(sat);
  /external/stressapptest/
Android.mk 16 src/sat.cc \
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColorFiltersMutateActivity.java 73 ObjectAnimator sat = ObjectAnimator.ofFloat(this, "saturation", 1.0f); local
74 sat.setDuration(1000);
75 sat.setRepeatCount(ObjectAnimator.INFINITE);
76 sat.setRepeatMode(ObjectAnimator.REVERSE);
77 sat.start();
  /external/chromium_org/third_party/skia/include/effects/
SkColorMatrix.h 53 void setSaturation(SkScalar sat);
  /external/skia/include/effects/
SkColorMatrix.h 53 void setSaturation(SkScalar sat);

Completed in 945 milliseconds

1 2 3 4