Home
last modified time | relevance | path

Searched refs:p_result (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dbytesobject.c447 PyObject **p_result, _PyBytesWriter *writer, char *str) in formatfloat() argument
483 *p_result = result; in formatfloat()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13136 ResT* p_result = (ResT*)result_dst; in call() local
13143 p_result[component] = p_function(p_arg[component]); in call()
13170 ResT* p_result = (ResT*)result_dst; in call() local
13188 p_result[component] = p_function(first_arg, second_arg); in call()
13317 ResT* p_result = (ResT*)result_dst; in call() local
13335 p_result[component] = p_function(first_arg, second_arg); in call()
13445 glw::GLdouble* p_result = (glw::GLdouble*)result_dst; in call() local
13465 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()