Searched defs:fcmp (Results  1 – 13 of 13) sorted by relevance
| /external/llvm/test/MC/AArch64/ | 
| D | arm64-fp-encoding.s | 190   fcmp  d1, d2  define193   fcmp  d1, #0.0  define
 
 | 
| D | basic-a64-diagnostics.s | 1540         fcmp d3, #-0.0  define
 | 
| D | basic-a64-instructions.s | 1772         fcmp d4, d12  define
 | 
| /external/python/cpython2/Demo/threads/ | 
| D | fcmp.py | 30 def fcmp(l1, l2):  function
 | 
| /external/tensorflow/tensorflow/core/platform/cloud/ | 
| D | ram_file_block_cache.cc | 88     auto fcmp = block_map_.upper_bound(fmax);  in UpdateLRU()  local
 | 
| /external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ | 
| D | ram_file_block_cache.cc | 89     auto fcmp = block_map_.upper_bound(fmax);  in UpdateLRU()  local
 | 
| /external/python/cpython2/Lib/test/support/ | 
| D | __init__.py | 575 def fcmp(x, y): # fuzzy comparison function  function
 | 
| /external/python/cpython2/Objects/ | 
| D | object.c | 960         cmpfunc fcmp;  in PyObject_RichCompare()  local
 | 
| /external/vixl/test/aarch64/ | 
| D | test-trace-aarch64.cc | 432   __ fcmp(d10, d24);  in GenerateTestSequenceFP()  local433   __ fcmp(d13, 0.0);  in GenerateTestSequenceFP()  local
 434   __ fcmp(s18, s6);  in GenerateTestSequenceFP()  local
 435   __ fcmp(s16, 0.0);  in GenerateTestSequenceFP()  local
 
 | 
| D | test-assembler-fp-aarch64.cc | 1877 TEST(fcmp) {  in TEST()  argument
 | 
| D | test-assembler-sve-aarch64.cc | 17805   FCmpFn fcmp = is_absolute ? GetFpAbsCompareFn(cond) : GetFpCompareFn(cond);  in TestFpCompareHelper()  local
 | 
| /external/vixl/src/aarch64/ | 
| D | assembler-aarch64.cc | 2950 void Assembler::fcmp(const VRegister& vn, const VRegister& vm) {  in fcmp()  function in vixl::aarch64::Assembler2964 void Assembler::fcmp(const VRegister& vn, double value) {  in fcmp()  function in vixl::aarch64::Assembler
 
 | 
| D | logic-aarch64.cc | 5090 LogicVRegister Simulator::fcmp(VectorFormat vform,  in fcmp()  function in vixl::aarch64::Simulator5141 LogicVRegister Simulator::fcmp(VectorFormat vform,  in fcmp()  function in vixl::aarch64::Simulator
 
 |