/aosp_15_r20/external/llvm/test/MC/AArch64/ |
H A D | arm64-fp-encoding.s | 190 fcmp d1, d2 define 193 fcmp d1, #0.0 define
|
H A D | basic-a64-diagnostics.s | 1540 fcmp d3, #-0.0 define
|
H A D | basic-a64-instructions.s | 1772 fcmp d4, d12 define
|
/aosp_15_r20/external/python/cpython2/Demo/threads/ |
D | fcmp.py | 30 def fcmp(l1, l2): function
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
H A D | ram_file_block_cache.cc | 89 auto fcmp = block_map_.upper_bound(fmax); in UpdateLRU() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/ |
H A D | ram_file_block_cache.cc | 88 auto fcmp = block_map_.upper_bound(fmax); in UpdateLRU() local
|
/aosp_15_r20/out/soong/.intermediates/art/runtime/libart_mterp.arm64ng/gen/ |
D | mterp_arm64ng.S | 3023 fcmp d1, d2 define 3054 fcmp d1, d2 define
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | object.c | 960 cmpfunc fcmp; in PyObject_RichCompare() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 575 def fcmp(x, y): # fuzzy comparison function function
|
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_compiler.h | 1008 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 D | test-trace-aarch64.cc | 432 __ 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 D | test-assembler-fp-aarch64.cc | 1877 TEST(fcmp) { in TEST() argument
|
H A D | test-assembler-sve-aarch64.cc | 17805 FCmpFn fcmp = is_absolute ? GetFpAbsCompareFn(cond) : GetFpCompareFn(cond); in TestFpCompareHelper() local
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 2950 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 D | logic-aarch64.cc | 5090 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
|