Home
last modified time | relevance | path

Searched defs:x_p (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/test/Evaluate/
Dfolding04.f9044 real(4), parameter :: x_p = (x_nop) variable
/external/webrtc/modules/audio_processing/aec3/
Dmatched_filter.cc54 const float* x_p = &x[x_start_index]; in MatchedFilterCore_NEON() local
164 const float* x_p = &x[x_start_index]; in MatchedFilterCore_SSE2() local
/external/mesa3d/src/util/
Drb_tree.c235 struct rb_node *x, *x_p; in rb_tree_remove() local
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Drnn.cc250 const float* x_p = input.data(); in ComputeFullyConnectedLayerOutputSse2() local
/external/libxaac/decoder/drc_src/
Dimpd_drc_filter_bank.h63 FLOAT32 x_p[MAX_CHANNEL_COUNT * 2]; member
/external/python/cpython3/Objects/
Dlongobject.c71 _PyLong_Negate(PyLongObject **x_p) in _PyLong_Negate()