Searched refs:BLEU (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | ifs.c | 556 col[BLEU] = couleur >> (BLEU * 8) & 0xff; in ifs_update() 561 col[BLEU] += v[BLEU]; in ifs_update() 562 if (col[BLEU] > 255) { in ifs_update() 563 col[BLEU] = 255; in ifs_update() 564 v[BLEU] = -(RAND () % 4) - 1; in ifs_update() 566 if (col[BLEU] < 32) { in ifs_update() 567 col[BLEU] = 32; in ifs_update() 568 v[BLEU] = (RAND () % 4) + 1; in ifs_update() 576 if (col[VERT] > col[BLEU]) { in ifs_update() 577 col[VERT] = col[BLEU]; in ifs_update() [all …]
|
D | lines.c | 102 return (230 << (ROUGE * 8)) | (120 << (VERT * 8)) | (18 << (BLEU * 8)); in getcouleur() 104 return (120 << (VERT * 8)) | (252 << (ROUGE * 8)) | (18 << (BLEU * 8)); in getcouleur() 106 return (160 << (VERT * 8)) | (236 << (ROUGE * 8)) | (40 << (BLEU * 8)); in getcouleur() 108 return (40 << (BLEU * 8)) | (220 << (ROUGE * 8)) | (140 << (VERT * 8)); in getcouleur() 110 return (200 << (VERT * 8)) | (80 << (ROUGE * 8)) | (18 << (BLEU * 8)); in getcouleur() 112 return (250 << (BLEU * 8)) | (30 << (VERT * 8)) | (80 << (ROUGE * 8)); in getcouleur() 114 return (16 << (BLEU * 8)) | (16 << (VERT * 8)) | (16 << (ROUGE * 8)); in getcouleur()
|
D | goom_config.h | 30 #define BLEU 0 macro 36 #define BLEU 3 macro
|
D | tentacle3d.c | 81 (0x28 << (ROUGE * 8)) | (0x2c << (VERT * 8)) | (0x5f << (BLEU * 8)); in tentacle_fx_init() 94 (0x18 << (ROUGE * 8)) | (0x4c << (VERT * 8)) | (0x2f << (BLEU * 8)); in tentacle_fx_init() 96 (0x48 << (ROUGE * 8)) | (0x2c << (VERT * 8)) | (0x6f << (BLEU * 8)); in tentacle_fx_init() 98 (0x58 << (ROUGE * 8)) | (0x3c << (VERT * 8)) | (0x0f << (BLEU * 8)); in tentacle_fx_init() 100 (0x87 << (ROUGE * 8)) | (0x55 << (VERT * 8)) | (0x74 << (BLEU * 8)); in tentacle_fx_init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 2412 case Mips::BLEU: in tryExpandInstruction() 3906 PseudoOpcode = Mips::BLEU; in expandCondBranches() 3959 case Mips::BLEU: in expandCondBranches() 3965 ((PseudoOpcode == Mips::BLEU) || (PseudoOpcode == Mips::BLEUL)); in expandCondBranches() 4052 if ((IsSrcRegZero && PseudoOpcode == Mips::BLEU) || in expandCondBranches()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmWriter.inc | 1544 268459644U, // BLEU 4298 0U, // BLEU
|
D | MipsGenMCCodeEmitter.inc | 9778 CEFBS_None, // BLEU = 303
|
D | MipsGenInstrInfo.inc | 318 BLEU = 303, 5164 …nmodeledSideEffects), 0x10ULL, nullptr, nullptr, OperandInfo50, -1 ,nullptr }, // Inst #303 = BLEU
|
D | MipsGenAsmMatcher.inc | 5752 …{ 1276 /* bleu */, Mips::BLEU, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__JumpTarget1_2, AMFBS_None,…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 2918 def BLEU : CondBranchPseudo<"bleu">;
|