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

  /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...]
test_builtin.py 5 from test.test_support import fcmp, have_unicode, TESTFN, unlink, \
232 self.assertTrue(not fcmp(coerce(1, 1.1), (1.0, 1.1)))
234 self.assertTrue(not fcmp(coerce(1L, 1.1), (1.0, 1.1)))
348 self.assertTrue(not fcmp(divmod(3.25, 1.0), (3.0, 0.25)))
349 self.assertTrue(not fcmp(divmod(-3.25, 1.0), (-4.0, 0.75)))
350 self.assertTrue(not fcmp(divmod(3.25, -1.0), (-4.0, -0.75)))
351 self.assertTrue(not fcmp(divmod(-3.25, -1.0), (3.0, -0.25)))
6 run_unittest, check_py3k_warnings namespace
    [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...]
test_builtin.py 5 from test.test_support import fcmp, have_unicode, TESTFN, unlink, \
232 self.assertTrue(not fcmp(coerce(1, 1.1), (1.0, 1.1)))
234 self.assertTrue(not fcmp(coerce(1L, 1.1), (1.0, 1.1)))
348 self.assertTrue(not fcmp(divmod(3.25, 1.0), (3.0, 0.25)))
349 self.assertTrue(not fcmp(divmod(-3.25, 1.0), (-4.0, 0.75)))
350 self.assertTrue(not fcmp(divmod(3.25, -1.0), (-4.0, -0.75)))
351 self.assertTrue(not fcmp(divmod(-3.25, -1.0), (3.0, -0.25)))
6 run_unittest, check_py3k_warnings namespace
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 1946 void Assembler::fcmp(const FPRegister& fn, function in class:v8::internal::Assembler
1953 void Assembler::fcmp(const FPRegister& fn, function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 2303 void Assembler::fcmp(FPURegister src1, const double src2, function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 2530 void Assembler::fcmp(FPURegister src1, const double src2, function in class:v8::Assembler
    [all...]
  /external/vixl/src/vixl/a64/
logic-a64.cc 3970 LogicVRegister Simulator::fcmp(VectorFormat vform, function in class:vixl::Simulator
3997 LogicVRegister Simulator::fcmp(VectorFormat vform, function in class:vixl::Simulator
    [all...]

Completed in 210 milliseconds