Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s190 fcmp d1, d2 define
193 fcmp d1, #0.0 define
H A Dbasic-a64-diagnostics.s1540 fcmp d3, #-0.0 define
H A Dbasic-a64-instructions.s1772 fcmp d4, d12 define
/aosp_15_r20/external/python/cpython2/Demo/threads/
Dfcmp.py30 def fcmp(l1, l2): function
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dram_file_block_cache.cc89 auto fcmp = block_map_.upper_bound(fmax); in UpdateLRU() local
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dram_file_block_cache.cc88 auto fcmp = block_map_.upper_bound(fmax); in UpdateLRU() local
/aosp_15_r20/out/soong/.intermediates/art/runtime/libart_mterp.arm64ng/gen/
Dmterp_arm64ng.S3023 fcmp d1, d2 define
3054 fcmp d1, d2 define
/aosp_15_r20/external/python/cpython2/Objects/
Dobject.c960 cmpfunc fcmp; in PyObject_RichCompare() local
/aosp_15_r20/external/python/cpython2/Lib/test/support/
D__init__.py575 def fcmp(x, y): # fuzzy comparison function function
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h1008 bool fcmp = (I->op == AGX_OPCODE_FCMPSEL || I->op == AGX_OPCODE_FCMP); in agx_is_float_src() local
/aosp_15_r20/external/vixl/test/aarch64/
H A 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
H A Dtest-assembler-fp-aarch64.cc1877 TEST(fcmp) { in TEST() argument
H A Dtest-assembler-sve-aarch64.cc17805 FCmpFn fcmp = is_absolute ? GetFpAbsCompareFn(cond) : GetFpCompareFn(cond); in TestFpCompareHelper() local
/aosp_15_r20/external/vixl/src/aarch64/
H A 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
H A 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