Home
last modified time | relevance | path

Searched defs:fcmp (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/MC/AArch64/
Darm64-fp-encoding.s190 fcmp d1, d2 define
193 fcmp d1, #0.0 define
Dbasic-a64-diagnostics.s1540 fcmp d3, #-0.0 define
Dbasic-a64-instructions.s1772 fcmp d4, d12 define
/external/python/cpython2/Demo/threads/
Dfcmp.py30 def fcmp(l1, l2): function
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.cc88 auto fcmp = block_map_.upper_bound(fmax); in UpdateLRU() local
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache.cc89 auto fcmp = block_map_.upper_bound(fmax); in UpdateLRU() local
/external/python/cpython2/Lib/test/support/
D__init__.py575 def fcmp(x, y): # fuzzy comparison function function
/external/python/cpython2/Objects/
Dobject.c960 cmpfunc fcmp; in PyObject_RichCompare() local
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc432 __ fcmp(d10, d24); in GenerateTestSequenceFP() local
433 __ fcmp(d13, 0.0); in GenerateTestSequenceFP() local
434 __ fcmp(s18, s6); in GenerateTestSequenceFP() local
435 __ fcmp(s16, 0.0); in GenerateTestSequenceFP() local
Dtest-assembler-fp-aarch64.cc1877 TEST(fcmp) { in TEST() argument
Dtest-assembler-sve-aarch64.cc17805 FCmpFn fcmp = is_absolute ? GetFpAbsCompareFn(cond) : GetFpCompareFn(cond); in TestFpCompareHelper() local
/external/vixl/src/aarch64/
Dassembler-aarch64.cc2950 void Assembler::fcmp(const VRegister& vn, const VRegister& vm) { in fcmp() function in vixl::aarch64::Assembler
2964 void Assembler::fcmp(const VRegister& vn, double value) { in fcmp() function in vixl::aarch64::Assembler
Dlogic-aarch64.cc5090 LogicVRegister Simulator::fcmp(VectorFormat vform, in fcmp() function in vixl::aarch64::Simulator
5141 LogicVRegister Simulator::fcmp(VectorFormat vform, in fcmp() function in vixl::aarch64::Simulator