HomeSort by relevance Sort by last modified time
    Searched full:fcmp (Results 576 - 600 of 742) sorted by null

<<21222324252627282930

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 33 "fcmp", "have_unicode", "is_jython", "TESTFN", "HOST", "FUZZ",
387 def fcmp(x, y): # fuzzy comparison function function
397 outcome = fcmp(x[i], y[i])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 33 "fcmp", "have_unicode", "is_jython", "TESTFN", "HOST", "FUZZ",
387 def fcmp(x, y): # fuzzy comparison function function
397 outcome = fcmp(x[i], y[i])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 33 "fcmp", "have_unicode", "is_jython", "TESTFN", "HOST", "FUZZ",
387 def fcmp(x, y): # fuzzy comparison function function
397 outcome = fcmp(x[i], y[i])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 33 "fcmp", "have_unicode", "is_jython", "TESTFN", "HOST", "FUZZ",
387 def fcmp(x, y): # fuzzy comparison function function
397 outcome = fcmp(x[i], y[i])
    [all...]
  /external/vixl/src/vixl/a64/
simulator-a64.cc     [all...]
  /external/llvm/test/CodeGen/X86/
stack-folding-fp-avx1.ll 329 %2 = fcmp oeq double %a0, %a1
347 %2 = fcmp oeq float %a0, %a1
    [all...]
vector-blend.ll 512 %max_is_x = fcmp oge <2 x double> %x, %y
551 %min_is_x = fcmp ult <2 x double> %x, %y
avx512-vbroadcast.ll 223 %1 = fcmp uno <16 x float> undef, zeroinitializer
crash.ll 150 %0 = fcmp one double %X, 0.000000e+00
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 164 __ Fcmp(scratch_, 0.0);
170 __ Fcmp(scratch_, 0.0);
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 450 // FCmp is similar to integer cmp, but requires unsigned
452 void FCmp();
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.h 439 // FCmp is similar to integer cmp, but requires unsigned
441 void FCmp();
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl6.rst 214 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 422 case Instruction::FCmp: {
ObjCARCInstKind.cpp 289 case Instruction::FCmp:
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 631 // The Rm field of FCMP and friends is unused - it should be assembled
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 61 FCMP,
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 70 // FCmpSpliiter(FCI)(Builder, X, Y, Name) uses Builder to create an FCmp
  /external/llvm/test/CodeGen/AArch64/
aarch64-minmaxv.ll 294 %rdx.minmax.cmp = fcmp fast oge <4 x float> %rdx.minmax.select, %rdx.shuf
297 %rdx.minmax.cmp1 = fcmp fast oge <4 x float> %rdx.minmax.select1, %rdx.shuf1
310 %rdx.minmax.cmp = fcmp fast ole <4 x float> %rdx.minmax.select, %rdx.shuf
313 %rdx.minmax.cmp1 = fcmp fast ole <4 x float> %rdx.minmax.select1, %rdx.shuf1
    [all...]
  /external/llvm/test/CodeGen/ARM/
2009-02-27-SpillerBug.ll 33 %6 = fcmp ogt double %k.4, 0.000000e+00 ; <i1> [#uses=1]
coalesce-subregs.ll 253 %tmp28 = fcmp olt float %tmp27, 0.000000e+00
  /external/llvm/test/Transforms/SCCP/
2006-12-04-PackedType.ll 119 %tmp457 = fcmp olt float %point_size.2, 1.000000e+00 ; <i1> [#uses=1]
  /external/llvm/test/Transforms/SLPVectorizer/X86/
insert-element-build-vector.ll 76 %qi = fcmp olt float %q6, %q5
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 404 case Instruction::FCmp:
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 614 Value *V = CmpInst::Create(fp ? Instruction::FCmp : Instruction::ICmp,

Completed in 887 milliseconds

<<21222324252627282930