Home
last modified time | relevance | path

Searched defs:rf (Results 1 – 25 of 47) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.cc78 void RingAlg::PCQueue::Enqueue(RingField* rf) { in Enqueue()
95 RingField* rf = deque_.front(); in Dequeue() local
326 void RingAlg::InitRingField(RingField* rf, int chunk_idx, int subdiv_idx, in InitRingField()
369 void RingAlg::AdvanceToSecondPass(RingField* rf) { in AdvanceToSecondPass()
397 void RingAlg::DispatchSend(RingField* rf, const StatusCallback& done) { in DispatchSend()
416 void RingAlg::DispatchRecv(RingField* rf, const StatusCallback& done) { in DispatchRecv()
Dring_reducer.cc164 void RingReducer::InitRingField(RingField* rf, int chunk_idx, int subdiv_idx, in InitRingField()
223 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local
328 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local
Dring_gatherer.cc173 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local
252 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local
/external/ComputeLibrary/src/core/NEON/
DNEAsymm.h608 const int32x4x4_t rf = in vquantize() local
636 const int32x4x4_t rf = in vquantize_signed() local
655 const int32x4x4_t rf = in vquantize_internal() local
683 auto rf = vquantize_internal(qv, qi.scale, qi.offset); in vquantize() local
698 auto rf = vquantize_internal(qv, qi.scale, qi.offset); in vquantize_signed() local
713 auto rf = vquantize_internal(qv, qi.scale, qi.offset); in vquantize_qasymm16() local
DNESymm.h159 const int32x4x2_t rf = in vquantize_int16() local
209 const int32x4x4_t rf = in vquantize_qsymm16() local
/external/libaom/av1/common/
Dmvref_common.h99 static INLINE int8_t get_uni_comp_ref_idx(const MV_REFERENCE_FRAME *const rf) { in get_uni_comp_ref_idx()
113 static INLINE int8_t av1_ref_frame_type(const MV_REFERENCE_FRAME *const rf) { in av1_ref_frame_type()
152 static INLINE void av1_set_ref_frame(MV_REFERENCE_FRAME *rf, in av1_set_ref_frame()
171 const int16_t *const mode_context, const MV_REFERENCE_FRAME *const rf) { in av1_mode_context_analyzer()
Dmvref_common.c343 MV_REFERENCE_FRAME rf[2]; in add_tpl_ref_mv() local
420 const MV_REFERENCE_FRAME *const rf, int_mv ref_id[2][2], in process_compound_ref_mv_candidate()
483 MV_REFERENCE_FRAME rf[2]; in setup_ref_mv_list() local
810 MV_REFERENCE_FRAME rf[2]; in av1_find_mv_refs() local
935 for (MV_REFERENCE_FRAME rf = LAST_FRAME; rf <= INTER_REFS_PER_FRAME; ++rf) { in motion_field_projection() local
/external/python/cpython2/Python/
Dmarshal.c1106 RFILE rf; in PyMarshal_ReadShortFromFile() local
1117 RFILE rf; in PyMarshal_ReadLongFromFile() local
1173 RFILE rf; in PyMarshal_ReadObjectFromFile() local
1187 RFILE rf; in PyMarshal_ReadObjectFromString() local
1302 RFILE rf; in marshal_load() local
1354 RFILE rf; in marshal_loads() local
/external/ComputeLibrary/src/cpu/kernels/sub/neon/
Dqsymm16.cpp107 const int32x4x4_t rf = in sub_qsymm16_neon() local
172 const int32x4x2_t rf = in sub_qsymm16_neon() local
/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/
Dimpl.h526 inline void store_quantized(uint8_t *output_ptr, const float32x4x4_t &rf, const float32x4_t &offset… in store_quantized()
547 inline void store_quantized_signed(int8_t *output_ptr, const float32x4x4_t &rf, const float32x4_t &… in store_quantized_signed()
623 const float32x4x4_t rf = elementwise_arithm_op<op>(af, bf); in elementwise_arithm_op_quantized_loop() local
641 const float32x4x4_t rf = elementwise_arithm_op<op>(af, bf); in elementwise_arithm_op_quantized_singed_loop() local
657 …const float32x4x4_t rf = elementwise_arithm_op<op>(reorder ? broadcast_vector : af, reorder ? af :… in elementwise_arithm_op_quantized_broadcast_loop() local
672 …const float32x4x4_t rf = elementwise_arithm_op<op>(reorder ? broadcast_vector : af, reorder ? af :… in elementwise_arithm_op_quantized_signed_broadcast_loop() local
690 const uint32x4x4_t rf = elementwise_comp_op<op>(af, bf); in elementwise_comp_op_quantized_loop() local
708 const uint32x4x4_t rf = elementwise_comp_op<op>(af, bf); in elementwise_comp_op_quantized_signed_loop() local
725 …const uint32x4x4_t rf = elementwise_comp_op<op>(reorder ? broadcast_vector : af, reorder ? af : b… in elementwise_comp_op_quantized_broadcast_loop() local
742 …const uint32x4x4_t rf = elementwise_comp_op<op>(reorder ? broadcast_vector : af, reorder ? af : b… in elementwise_comp_op_quantized_signed_broadcast_loop() local
/external/skia/experimental/sktext/tests/
DFontResolvedText.cpp75 for (auto& rf : resolvedFonts) { in UNIX_ONLY_TEST() local
/external/python/cpython3/Python/
Dmarshal.c1454 RFILE rf; in PyMarshal_ReadShortFromFile() local
1470 RFILE rf; in PyMarshal_ReadLongFromFile() local
1531 RFILE rf; in PyMarshal_ReadObjectFromFile() local
1551 RFILE rf; in PyMarshal_ReadObjectFromString() local
1669 RFILE rf; in marshal_load() local
1743 RFILE rf; in marshal_loads_impl() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_core.cpp290 static sb_hw_chip translate_chip(enum radeon_family rf) { in translate_chip()
/external/python/cpython2/Demo/pdist/
Dserver.py69 def _dorequest(self, rf, wf): argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp53 static void((*rf)(void *)) = 0; in __register_frame() local
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java198 XYRegionFormatter rf, RectRegion rr) { in onCheckBoxClicked()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp53 static void((*rf)(void *)) = 0; in __register_frame() local
/external/cronet/third_party/protobuf/src/google/protobuf/
Drepeated_field.h459 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) { in FastAdderImpl()
490 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) {} in FastAdderImpl()
/external/protobuf/src/google/protobuf/
Drepeated_field.h459 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) { in FastAdderImpl()
490 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) {} in FastAdderImpl()
/external/e2fsprogs/misc/
Dchattr.c75 static unsigned long rf; variable
/external/libxaac/decoder/
Dixheaacd_mps_calc_m1m2_tree_52xx.c57 WORD32 *rf; in ixheaacd_calc_m1m2_5227() local
/external/guava/android/guava-tests/test/com/google/common/io/
DFilesTest.java215 RandomAccessFile rf = new RandomAccessFile(temp, "rw"); in testEqual() local
/external/aac/libSACdec/src/
Dsac_dec.cpp1048 int rf = -1, lf = -1, cf = -1; /* Right Front, Left Front, Center Front */ in SpatialDecApplyBypass() local
/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java215 RandomAccessFile rf = new RandomAccessFile(temp, "rw"); in testEqual() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h503 SchedulingPriorityQueue(bool rf = false) : HasReadyFilter(rf) {} in HasReadyFilter() argument

12