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

  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 52 const float maxA = normalizedCoords ? maxN*float(dim) : maxN;
54 const float maxC = maxA + computeFixedPointError(uvBits);
tcuTexLookupVerifier.cpp 614 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f);
619 if (isLinearRangeValid(prec, colorA, colorB, Vec2(minA, maxA), result))
664 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f);
674 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
727 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f);
740 if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, result))
    [all...]
tcuTexCompareVerifier.cpp 608 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f);
617 if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpReference, result, isFixedPointDepth))
    [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 95 int maxB = 0, maxG = 0, maxR = 0, maxA = 0;
104 if (a > maxA) maxA = a;
106 *dptr = SkPackARGB32(maxA, maxR, maxG, maxB);
  /external/llvm/test/MC/Disassembler/Mips/mips32r6/
valid-mips32r6-el.txt 104 0x1f 0x10 0x04 0x46 # CHECK: maxa.s $f0, $f2, $f4
105 0x1f 0x10 0x24 0x46 # CHECK: maxa.d $f0, $f2, $f4
valid-mips32r6.txt 104 0x46 0x04 0x10 0x1f # CHECK: maxa.s $f0, $f2, $f4
105 0x46 0x24 0x10 0x1f # CHECK: maxa.d $f0, $f2, $f4
  /external/llvm/test/MC/Disassembler/Mips/
mips32r6.txt 109 0x46 0x04 0x10 0x1f # CHECK: maxa.s $f0, $f2, $f4
110 0x46 0x24 0x10 0x1f # CHECK: maxa.d $f0, $f2, $f4
mips64r6.txt 122 0x46 0x04 0x10 0x1f # CHECK: maxa.s $f0, $f2, $f4
123 0x46 0x24 0x10 0x1f # CHECK: maxa.d $f0, $f2, $f4
  /external/llvm/test/MC/Mips/mips32r6/
valid.s 136 maxa.s $f0, $f2, $f4 # CHECK: maxa.s $f0, $f2, $f4 # encoding: [0x46,0x04,0x10,0x1f]
137 maxa.d $f0, $f2, $f4 # CHECK: maxa.d $f0, $f2, $f4 # encoding: [0x46,0x24,0x10,0x1f]
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 149 maxa.s $f0, $f2, $f4 # CHECK: maxa.s $f0, $f2, $f4 # encoding: [0x46,0x04,0x10,0x1f]
150 maxa.d $f0, $f2, $f4 # CHECK: maxa.d $f0, $f2, $f4 # encoding: [0x46,0x24,0x10,0x1f]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 510 double minL, maxL, mina, maxa, minb, maxb; local
559 maxa = mina + ra;
565 Lab.a = mina + (double)(*a) * (maxa - mina) / (pow(2, prec1) - 1);
  /external/v8/src/mips/
disasm-mips.cc 972 case MAXA:
973 Format(instr, "maxa.S 'ft, 'fs, 'fd");
999 case MAXA:
1000 Format(instr, "maxa.D 'ft, 'fs, 'fd");
    [all...]
constants-mips.h 491 MAXA = ((3 << 3) + 7),
assembler-mips.h     [all...]
assembler-mips.cc 2227 void Assembler::maxa(SecondaryField fmt, FPURegister fd, FPURegister ft, function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc     [all...]
constants-mips64.h 504 MAXA = ((3 << 3) + 7),
assembler-mips64.h     [all...]
assembler-mips64.cc 2453 void Assembler::maxa(SecondaryField fmt, FPURegister fd, FPURegister ft, function in class:v8::Assembler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
CarbonEvents.py 208 kHICommandMaximizeAll = FOUR_CHAR_CODE('maxa')
  /external/llvm/test/MC/Disassembler/Mips/mips64r6/
valid-mips64r6-el.txt 118 0x1f 0x10 0x04 0x46 # CHECK: maxa.s $f0, $f2, $f4
119 0x1f 0x10 0x24 0x46 # CHECK: maxa.d $f0, $f2, $f4
valid-mips64r6.txt 118 0x46 0x04 0x10 0x1f # CHECK: maxa.s $f0, $f2, $f4
119 0x46 0x24 0x10 0x1f # CHECK: maxa.d $f0, $f2, $f4
  /external/llvm/lib/Target/Mips/
Mips32r6InstrInfo.td 517 class MAXA_S_DESC : MAX_MIN_DESC_BASE<"maxa.s", FGR32Opnd>;
518 class MAXA_D_DESC : MAX_MIN_DESC_BASE<"maxa.d", FGR64Opnd>;
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 544 float maxa = v[2] * setup->vmax[0][3]; local
546 float majda = maxa - mina;
    [all...]
  /prebuilts/android-emulator/linux-x86_64/qemu/linux-x86/
qemu-system-mips64el 

Completed in 1909 milliseconds