HomeSort by relevance Sort by last modified time
    Searched defs:I0 (Results 1 - 14 of 14) sorted by null

  /external/guava/guava-tests/benchmark/com/google/common/base/
ObjectsBenchmark.java 29 private static final Integer I0 = -45;
75 dummy += Objects.hashCode(I2, S1, D1, S2, I0);
  /frameworks/av/tools/resampler_tools/
fir.cpp 42 static double I0(double x) {
64 return I0(beta * sqrt(1.0 - sqr((2.0*k)/N - 1.0))) / I0(beta);
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 218 CompilationUnit I0 = new CompilationUnit("a.I0",
220 "public interface I0{}");
223 "public interface I1 extends I0{}");
229 "public class C0 implements I1, I0{}");
230 IApi fromApi = convert(I0, I1, C0);
231 IApi toApi = convert(I0, I1, C0_I1);
241 CompilationUnit I0 = new CompilationUnit("a.I",
247 IApi fromApi = convert(I0,Number);
258 CompilationUnit I0 = new CompilationUnit("a.I",
    [all...]
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 743 #define I0()
    [all...]
  /external/ppp/pppd/
md4.c 45 #define I0 0x67452301 /* Initial values for MD buffer */
108 MDp->buffer[0] = I0;
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 294 static inline double I0(double x) {
312 * to the Modified Bessel Functions I0(x) and I1(x)", Chalk Hill Nuclear Laboratory,
371 /* A speed optimized version of the Modified Bessel I0() which incorporates
672 const double yscale = atten * L / (I0(beta) * M_PI);
692 // y = I0(beta * sqrt(1.0 - sqr(x * xfrac))) * yscale * sg.valueAdvance() / x;
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 262 static final JavaSource I0 = new JavaSource("I0",
264 "public interface I0 extends Serializable {}"
272 DexFile dexFile = javaToDexUtil.getFrom(I0);
274 DexClass I0 = getClass(dexFile, "LI0;");
275 assertPublic(I0);
276 assertTrue(Modifier.isInterface(I0.getModifiers()));
277 assertEquals(1, I0.getInterfaces().size());
278 assertEquals("Ljava/io/Serializable;", I0.getInterfaces().get(0));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 631 APInt I0 = C0->getValue();
632 if ((I0 + 1).isPowerOf2() && (I0 | KnownZero).isAllOnesValue()) {
    [all...]
InstCombineAddSub.cpp 444 Instruction *I0 = dyn_cast<Instruction>(I->getOperand(0));
447 if (!I0 || !I1 || I0->getOpcode() != I1->getOpcode())
451 if (I0->getOpcode() == Instruction::FMul)
453 else if (I0->getOpcode() != Instruction::FDiv)
456 Value *Opnd0_0 = I0->getOperand(0);
457 Value *Opnd0_1 = I0->getOperand(1);
490 if (I0) Flags &= I->getFastMathFlags();
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 81 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
86 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 102 Instruction *I0 = dyn_cast<Instruction>(VL[0]);
103 if (!I0)
105 BasicBlock *BB = I0->getParent();
164 Instruction *I0 = dyn_cast<Instruction>(VL[0]);
165 unsigned Opcode = I0->getOpcode();
178 Instruction *I0 = dyn_cast<Instruction>(VL[0]);
179 if (!I0)
181 unsigned Opcode = I0->getOpcode();
212 Instruction *I0 = cast<Instruction>(VL[0]);
214 I0->getAllMetadataOtherThanDebugLoc(Metadata)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 741 milliseconds