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

  /external/webrtc/webrtc/common_audio/
window_generator.cc 25 complex<float> I0(complex<float> x) {
59 sum += I0(static_cast<float>(M_PI) * alpha * sqrt(1.0f - r * r)).real();
  /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);
  /external/llvm/unittests/IR/
ValueTest.cpp 130 Instruction *I0 = &*BB.begin();
131 ASSERT_TRUE(I0);
152 CHECK_PRINT(I0, " %0 = add i32 %y, 1");
171 CHECK_PRINT_AS_OPERAND(I0, false, "%0");
173 CHECK_PRINT_AS_OPERAND(I0, true, "i32 %0");
200 Instruction *I0 = &*EntryBB.begin();
201 ASSERT_TRUE(I0);
207 EXPECT_EQ(MST.getLocalSlot(I0), 0);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ValueTest.cpp 136 Instruction *I0 = &*BB.begin();
137 ASSERT_TRUE(I0);
163 CHECK_PRINT(I0, " %0 = add i32 %y, 1");
182 CHECK_PRINT_AS_OPERAND(I0, false, "%0");
184 CHECK_PRINT_AS_OPERAND(I0, true, "i32 %0");
213 Instruction *I0 = &*EntryBB.begin();
214 ASSERT_TRUE(I0);
220 EXPECT_EQ(MST.getLocalSlot(I0), 0);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 74 const unsigned I0 = LittleEndian ? II + 0 : II + 1;
76 Buffer[Size - II - 2] = uint8_t(Inst >> I0 * CHAR_BIT);
  /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);
  /art/test/910-methods/src/art/
Test910.java 144 // I0...I4.
184 public static interface I0 {
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 743 #define I0()
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 453 Instruction *I0 = cast<Instruction>(VL[0]);
455 I0->getAllMetadataOtherThanDebugLoc(Metadata);
460 MDNode *MD = I0->getMetadata(Kind);
  /external/ppp/pppd/
md4.c 45 #define I0 0x67452301 /* Initial values for MD buffer */
108 MDp->buffer[0] = I0;
  /frameworks/av/media/libaudioprocessing/
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
721 const double yscale = atten * L / (I0(beta) * M_PI);
741 // y = I0(beta * sqrt(1.0 - sqr(x * xfrac))) * yscale * sg.valueAdvance() / x;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
VectorUtils.cpp 455 Instruction *I0 = cast<Instruction>(VL[0]);
457 I0->getAllMetadataOtherThanDebugLoc(Metadata);
463 MDNode *MD = I0->getMetadata(Kind);
  /art/test/912-classes/src-art/art/
Test912.java 332 Proxy.getProxyClass(Main.class.getClassLoader(), new Class[] { Comparable.class, I0.class });
474 public static interface I0 {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_builtin.py     [all...]
  /external/ImageMagick/MagickCore/
resize.c 115 I0(double x),
373 I0( beta * sqrt( 1-x^2) ) / IO(0)
382 return(resize_filter->coefficient[1]*I0(resize_filter->coefficient[0]*
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 428 Instruction *I0 = dyn_cast<Instruction>(I->getOperand(0));
431 if (!I0 || !I1 || I0->getOpcode() != I1->getOpcode())
435 if (I0->getOpcode() == Instruction::FMul)
437 else if (I0->getOpcode() != Instruction::FDiv)
440 Value *Opnd0_0 = I0->getOperand(0);
441 Value *Opnd0_1 = I0->getOperand(1);
474 if (I0) Flags &= I->getFastMathFlags();
    [all...]
  /external/python/cpython2/Lib/test/
test_builtin.py     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 441 Instruction *I0 = dyn_cast<Instruction>(I->getOperand(0));
444 if (!I0 || !I1 || I0->getOpcode() != I1->getOpcode())
448 if (I0->getOpcode() == Instruction::FMul)
450 else if (I0->getOpcode() != Instruction::FDiv)
453 Value *Opnd0_0 = I0->getOperand(0);
454 Value *Opnd0_1 = I0->getOperand(1);
486 if (I0) Flags &= I->getFastMathFlags();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 179 Instruction *I0 = dyn_cast<Instruction>(VL[0]);
180 if (!I0)
182 BasicBlock *BB = I0->getParent();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 116 Instruction *I0 = dyn_cast<Instruction>(VL[0]);
117 if (!I0)
119 BasicBlock *BB = I0->getParent();
176 Instruction *I0 = dyn_cast<Instruction>(VL[0]);
177 unsigned Opcode = I0->getOpcode();
190 Instruction *I0 = dyn_cast<Instruction>(VL[0]);
191 if (!I0)
193 unsigned Opcode = I0->getOpcode();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 605 milliseconds