Home
last modified time | relevance | path

Searched defs:with_offset (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/plotters/src/element/
Dboxplot.rs14 fn with_offset(coord: BackendCoord, offset: f64) -> BackendCoord; in with_offset() method
31 fn with_offset(coord: BackendCoord, offset: f64) -> BackendCoord { in with_offset() method
44 fn with_offset(coord: BackendCoord, offset: f64) -> BackendCoord { in with_offset() method
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.h91 Index with_offset = *this; in AddOffsetToDim() local
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.hpp244 glw::GLint with_offset[4]; member
DesextcGPUShader5TextureGatherOffset.cpp2250 …const glw::GLint* with_offset = results + (vertex * vertex_size_in_results_buffer) + with_offset_… in verifyResult() local