Searched defs:sat (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dstruct-matching-constraint.c6 void b(uint16x8_t sat, uint16x8_t luma) argument
10 :"=w"(luma), "=w"(sat)
/external/stressapptest/src/
H A Dmain.cc15 // sat.cc : a stress test for stressful testing
18 #include "sat.h"
21 Sat *sat = SatFactory(); local
22 if (sat == NULL) {
27 if (!sat->ParseArgs(argc, argv)) {
29 sat->bad_status();
30 } else if (!sat->Initialize()) {
32 sat->bad_status();
33 } else if (!sat->Run()) {
35 sat
[all...]
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_service_factory.cc18 Profile* profile, Profile::ServiceAccessType sat) {
22 } else if (sat == Profile::EXPLICIT_ACCESS) {
17 GetForProfile( Profile* profile, Profile::ServiceAccessType sat) argument
/external/chromium_org/chrome/browser/history/
H A Dhistory_service_factory.cc21 Profile* profile, Profile::ServiceAccessType sat) {
24 sat != Profile::EXPLICIT_ACCESS)
34 Profile* profile, Profile::ServiceAccessType sat) {
37 sat != Profile::EXPLICIT_ACCESS)
20 GetForProfile( Profile* profile, Profile::ServiceAccessType sat) argument
33 GetForProfileIfExists( Profile* profile, Profile::ServiceAccessType sat) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowColorMatrix.java38 public void setSaturation(float sat) { argument
42 final float invSat = 1 - sat;
47 m[0] = R + sat;
52 m[6] = G + sat;
57 m[12] = B + sat;
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_factory.cc72 Profile::ServiceAccessType sat) {
73 if (sat == Profile::IMPLICIT_ACCESS && profile->IsOffTheRecord()) {
70 GetForProfile( Profile* profile, Profile::ServiceAccessType sat) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c273 GLuint sat = inst->DstReg[optype].dstMod & GL_SATURATE_BIT_ATI; local
284 if (sat || (pc == (shader->numArithInstr[pass] - 1) &&
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c273 GLuint sat = inst->DstReg[optype].dstMod & GL_SATURATE_BIT_ATI; local
284 if (sat || (pc == (shader->numArithInstr[pass] - 1) &&
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrix.cpp116 void SkColorMatrix::setSaturation(SkScalar sat) { argument
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/
H A DSkColorMatrix.cpp116 void SkColorMatrix::setSaturation(SkScalar sat) { argument
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/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_pkt.c125 { int ret,sat,brw,i; local
145 sat = 0;
150 sat |= ~brw;
157 sat |= brw;
163 if (sat&0xff) return brw | 0x80;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c315 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, VE
[all...]
H A Dnvfx_fragprog.c206 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, DD
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c315 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, VE
[all...]
H A Dnvfx_fragprog.c206 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, DD
[all...]
/external/opencv/cv/src/
H A Dcvinpaint.cpp305 float Ia=0,Jx=0,Jy=0,s=1.0e-20f,w,dst,lev,dir,sat; local
384 sat = (float)((Ia/s+(Jx+Jy)/(sqrt(Jx*Jx+Jy*Jy)+1.0e-20f)+0.5f));
386 int isat = cvRound(sat);
418 float Ia=0,Jx=0,Jy=0,s=1.0e-20f,w,dst,lev,dir,sat; local
497 sat = (float)((Ia/s+(Jx+Jy)/(sqrt(Jx*Jx+Jy*Jy)+1.0e-20f)+0.5f));
499 int isat = cvRound(sat);
/external/openssl/ssl/
H A Dd1_pkt.c127 { int ret,sat,brw,i; local
147 sat = 0;
152 sat |= ~brw;
159 sat |= brw;
165 if (sat&0xff) return brw | 0x80;
/external/pixman/pixman/
H A Dpixman-combine-float.c703 set_sat (rgb_t *src, float sat) argument
765 *mid = ((*mid - *min) * sat) / t;
766 *max = sat;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp658 const int sat = (i->op == OP_TXF) ? 1 : 0; local
660 bld.mkCvt(OP_CVT, TYPE_U16, layer, sTy, src)->saturate = sat;
715 int sat = (i->op == OP_TXF) ? 1 : 0; local
717 bld.mkCvt(OP_CVT, TYPE_U16, src, sTy, arrayIndex)->saturate = sat;
H A Dnv50_ir_emit_nvc0.cpp808 const bool sat = (i->op == OP_SAT) || i->saturate; local
821 if (sat)
861 if (sat) code[0] |= 1 << 18;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h75 unsigned sat : 1; member in struct:sm4_token_instruction::__anon14156::__anon14158
/external/gcc-demangle/
H A Ddemangle.h452 short sat; member in struct:demangle_component::__anon21570::__anon21574
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp658 const int sat = (i->op == OP_TXF) ? 1 : 0; local
660 bld.mkCvt(OP_CVT, TYPE_U16, layer, sTy, src)->saturate = sat;
715 int sat = (i->op == OP_TXF) ? 1 : 0; local
717 bld.mkCvt(OP_CVT, TYPE_U16, src, sTy, arrayIndex)->saturate = sat;
H A Dnv50_ir_emit_nvc0.cpp808 const bool sat = (i->op == OP_SAT) || i->saturate; local
821 if (sat)
861 if (sat) code[0] |= 1 << 18;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h75 unsigned sat : 1; member in struct:sm4_token_instruction::__anon27567::__anon27569

Completed in 845 milliseconds

12