Home
last modified time | relevance | path

Searched defs:rf (Results 1 – 25 of 44) 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/libaom/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
937 for (MV_REFERENCE_FRAME rf = LAST_FRAME; rf <= INTER_REFS_PER_FRAME; ++rf) { in motion_field_projection() local
/external/ComputeLibrary/src/core/NEON/
DNEAsymm.h607 const int32x4x4_t rf = in vquantize() local
635 const int32x4x4_t rf = in vquantize_signed() local
663 const int32x4x4_t rf = in vquantize() local
697 const int32x4x4_t rf = in vquantize_signed() local
731 const int32x4x4_t rf = in vquantize_qasymm16() local
DNESymm.h159 const int32x4x2_t rf = in vquantize_int16() local
209 const int32x4x4_t rf = in vquantize_qsymm16() 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/core/NEON/kernels/
DNEArithmeticAdditionKernel.cpp220 const int32x4x4_t rf = in add_QASYMM8_QASYMM8_QASYMM8() local
299 const int32x4x4_t rf = in add_QASYMM8_QASYMM8_QASYMM8() local
413 const int32x4x4_t rf = in add_QASYMM8_SIGNED_QASYMM8_SIGNED_QASYMM8_SIGNED() local
491 const int32x4x4_t rf = in add_QASYMM8_SIGNED_QASYMM8_SIGNED_QASYMM8_SIGNED() local
597 const int32x4x4_t rf = in add_QSYMM16_QSYMM16_QSYMM16() local
662 const int32x4x2_t rf = in add_QSYMM16_QSYMM16_QSYMM16() local
DNEElementwiseOperationKernel.cpp86 void store_quantized(uint8_t *output_ptr, const float32x4x4_t &rf, const float32x4_t &offset, const… in store_quantized()
107 void store_quantized_signed(int8_t *output_ptr, const float32x4x4_t &rf, const float32x4_t &offset,… in store_quantized_signed()
396 const float32x4x4_t rf = elementwise_arithm_op<op>(af, bf); in elementwise_arithm_op_quantized_loop() local
414 const float32x4x4_t rf = elementwise_arithm_op<op>(af, bf); in elementwise_arithm_op_quantized_singed_loop() local
443 …const float32x4x4_t rf = elementwise_arithm_op<op>(reorder ? broadcast_vector : af, reorder ? af :… in elementwise_arithm_op_quantized_broadcast_loop() local
458 …const float32x4x4_t rf = elementwise_arithm_op<op>(reorder ? broadcast_vector : af, reorder ? af :… in elementwise_arithm_op_quantized_signed_broadcast_loop() local
535 const uint32x4x4_t rf = elementwise_comp_op<op>(af, bf); in elementwise_comp_op_quantized_loop() local
553 const uint32x4x4_t rf = elementwise_comp_op<op>(af, bf); in elementwise_comp_op_quantized_signed_loop() local
619 …const uint32x4x4_t rf = elementwise_comp_op<op>(reorder ? broadcast_vector : af, reorder ? af : b… in elementwise_comp_op_quantized_broadcast_loop() local
636 …const uint32x4x4_t rf = elementwise_comp_op<op>(reorder ? broadcast_vector : af, reorder ? af : b… in elementwise_comp_op_quantized_signed_broadcast_loop() local
DNEArithmeticSubtractionKernel.cpp245 const int32x4x4_t rf = in sub_quantized() local
325 const int32x4x4_t rf = in sub_quantized() local
432 const int32x4x4_t rf = in sub_QSYMM16_QSYMM16_QSYMM16() local
497 const int32x4x2_t rf = in sub_QSYMM16_QSYMM16_QSYMM16() 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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-scope.hpp114 auto scope(ResourceFactory rf, ObservableFactory of) in scope()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp53 static void((*rf)(void *)) = 0; in __register_frame() local
/external/e2fsprogs/misc/
Dchattr.c75 static unsigned long rf; variable
/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java215 RandomAccessFile rf = new RandomAccessFile(temp, "rw"); in testEqual() 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h503 SchedulingPriorityQueue(bool rf = false) : HasReadyFilter(rf) {} in HasReadyFilter() argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DRational.java126 BigDecimal rf = new BigDecimal(input); in process2() local

12